summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-stmt-json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include the mangled name in -ast-dump=jsonAlex Richardson2019-11-151-0/+46
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-1/+577
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-241-1152/+714
* Add an automated note to files produced by gen_ast_dump_json_test.py.Aaron Ballman2019-06-211-0/+3
* Print information about various type nodes when dumping the AST to JSON.Aaron Ballman2019-06-211-2/+16
* Print additional information on dependent scopes when dumping the AST to JSON.Aaron Ballman2019-06-201-366/+640
* Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman2019-06-201-380/+502
* Print whether a generic selection expression is result dependent when dumping...Aaron Ballman2019-06-191-0/+334
* Print out the union field being initialized by an InitListExpr when dumping t...Aaron Ballman2019-06-191-2/+17
* Dump the value calculated by a constant expression when dumping the AST to JSON.Aaron Ballman2019-06-191-0/+2
* Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman2019-06-191-8/+4
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-25/+52
* When dumping the AST to JSON, dump the declared name of a MemberExpr operand.Aaron Ballman2019-05-271-0/+2
* Add more tests for AST JSON output; NFC.Aaron Ballman2019-05-171-0/+5951
OpenPOWER on IntegriCloud