summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/multistep-explicit-cast-json.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+120
| | | | | | 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
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-301-20/+40
| | | | | | When dumping a desugared QualType and the type is a type alias, also print out the id for the type alias declaration. llvm-svn: 367312
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-241-240/+120
| | | | | | 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-1/+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
* Add test cases for explicit casts when dumping the AST to JSON; NFC.Aaron Ballman2019-06-201-0/+1581
llvm-svn: 363932
OpenPOWER on IntegriCloud