summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-expr-json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith2019-12-181-5/+0
* Include the mangled name in -ast-dump=jsonAlex Richardson2019-11-151-0/+26
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+779
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-241-1558/+910
* Add an automated note to files produced by gen_ast_dump_json_test.py.Aaron Ballman2019-06-211-0/+2
* Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman2019-06-201-4/+54
* Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman2019-06-191-44/+40
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-2/+4
* Factor out commonality between variable capture initialization andRichard Smith2019-06-021-17/+39
* Defer building 'this' captures until we have left the capturing regionRichard Smith2019-05-311-4/+2
* Fix r361893 to also update a recently-added test.Richard Smith2019-05-281-163/+163
* When dumping the AST to JSON, dump the type information from a typeid express...Aaron Ballman2019-05-271-2/+11
* When dumping the AST to JSON, dump whether a function is variadic or not.Aaron Ballman2019-05-271-0/+2
* When dumping the AST to JSON, dump the declared name of a MemberExpr operand.Aaron Ballman2019-05-271-0/+9
* When dumping the AST to JSON, dump the argument name to a sizeof pack express...Aaron Ballman2019-05-271-1/+2
* Add test cases for dumping AST expression nodes to JSON; NFC.Aaron Ballman2019-05-271-0/+8992
OpenPOWER on IntegriCloud