Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | Fold constexpr function into intconstexpr | Michael 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-13 | Implement __builtin_va_arg | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |