Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AST tests into their own test directory; NFC. | Aaron Ballman | 2018-11-30 | 1 | -62/+0 |
* | [AST] Only store the needed data in IfStmt | Bruno Ricci | 2018-10-27 | 1 | -6/+4 |
* | Re-commit r321223, which adds a printing policy to the ASTDumper. | Aaron Ballman | 2017-12-21 | 1 | -64/+64 |
* | Reverting r321223 and its follow-up commit because of failing bots due to Mis... | Aaron Ballman | 2017-12-20 | 1 | -64/+64 |
* | Add a printing policy to the ASTDumper. | Aaron Ballman | 2017-12-20 | 1 | -64/+64 |
* | Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData. | Richard Smith | 2017-09-22 | 1 | -1/+1 |
* | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -1/+1 |
* | Keep invalid functions as part of the AST | Olivier Goffart | 2016-06-16 | 1 | -0/+21 |
* | Keep the IfStmt node even if the condition is invalid | Olivier Goffart | 2015-10-11 | 1 | -0/+23 |
* | Remove an assert that's not true on invalid code. | Nico Weber | 2015-01-04 | 1 | -0/+20 |