aboutsummaryrefslogtreecommitdiff
path: root/expr.h
AgeCommit message (Collapse)Author
2019-02-22Keep track of built-in kind in declarationMichael Forney
Also, populate filescope with builtins outside of main.
2019-02-22Implement __builtin_allocaMichael Forney
2019-02-13Fold constexpr function into intconstexprMichael Forney
We usually only care about integer constant expressions, and when we parse initializers, we need to handle non-constant expressions too, so we call eval explicitly when emitting global data.
2019-02-13Implement __builtin_va_argMichael Forney
2019-02-12Initial importMichael Forney