summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-funcs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added test cases for dumping variadic-like functions; NFC.Aaron Ballman2019-01-161-0/+5
| | | | llvm-svn: 351355
* Re-order overrides in FunctionDecl dumpStephen Kelly2019-01-151-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 Ballman2018-11-301-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
OpenPOWER on IntegriCloud