summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+1
| | | | | | This adds information about the offset within the source file to the given source location as well as information about the include file a location is from. These pieces of information allow for more efficient post-processing of JSON AST dumps. llvm-svn: 374921
* [clang] Do not read from 'test/SemaCXX/Inputs' inside 'test/AST'Ilya Biryukov2018-12-031-0/+37
| | | | | | | Our integrate relies on test inputs being taken from the same diretory as the test itself. llvm-svn: 348123
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-0/+1
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