summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-record-definition-data-json.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang][test][NFC] Explicitly specify clang ABI in AST Dumper testJan Korous2019-06-281-1/+1
| | | | | | Clang <= 4 used the pre-C++11 rule about which structures can be passed in registers. llvm-svn: 364690
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-241-840/+546
| | | | | | Rather than create JSON objects for source locations and ranges, we instead stream them out directly. This allows us to elide duplicate information (without JSON field reordering causing an issue) like file names and line numbers, similar to the text dump. This also adds token length information when dumping the source location. llvm-svn: 364226
* Add an automated note to files produced by gen_ast_dump_json_test.py.Aaron Ballman2019-06-211-0/+3
| | | | | | This also details what filters, if any, were used to generate the test output. Updates all the current JSON testing files to include the automated note. llvm-svn: 364055
* Print information about various type nodes when dumping the AST to JSON.Aaron Ballman2019-06-211-1/+10
| | | | llvm-svn: 364043
* Add test cases for dumping record definition data to JSON; NFC.Aaron Ballman2019-06-191-0/+5196
llvm-svn: 363849
OpenPOWER on IntegriCloud