Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test cases for dumping variadic-like functions; NFC. | Aaron Ballman | 2019-01-16 | 1 | -0/+5 |
| | | | | llvm-svn: 351355 | ||||
* | Re-order overrides in FunctionDecl dump | Stephen Kelly | 2019-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Output all content which is local to the FunctionDecl before traversing to child AST nodes. This is necessary so that all of the part which is local to the FunctionDecl can be split into a different method. Reviewers: aaron.ballman Differential Revision: https://reviews.llvm.org/D55083 llvm-svn: 351269 | ||||
* | Move AST tests into their own test directory; NFC. | Aaron Ballman | 2018-11-30 | 1 | -0/+124 |
This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017 |