summaryrefslogtreecommitdiff
path: root/lib/AST/JSONNodeDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+24
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-1/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-0/+6
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-6/+0
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-0/+6
* Generate parent context id from Decl* instead of DeclContext*.Aaron Ballman2019-09-041-3/+8
* Avoid crash when dumping NULL Type as JSON.Aaron Ballman2019-08-291-0/+4
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-301-0/+2
* Dump actual line numbers when dumping the AST to JSON.Aaron Ballman2019-07-121-10/+19
* Dump floating-point values as strings when dumping to JSON.Aaron Ballman2019-07-121-1/+3
* Augment location information when dumping the AST to JSON.Aaron Ballman2019-06-241-33/+44
* Ensure that top-level QualType objects also have a "kind" field when dumping ...Aaron Ballman2019-06-211-0/+1
* Print more type node information when dumping the AST to JSON.Aaron Ballman2019-06-211-0/+20
* Print information about various type nodes when dumping the AST to JSON.Aaron Ballman2019-06-211-0/+119
* Print information about various ObjC expression nodes when dumping the AST to...Aaron Ballman2019-06-201-0/+90
* Print additional information about @encode expressions when dumping the AST t...Aaron Ballman2019-06-201-0/+4
* Print additional information on dependent scopes when dumping the AST to JSON.Aaron Ballman2019-06-201-0/+17
* Dump more information about expressions involving temporaries when dumping th...Aaron Ballman2019-06-201-0/+45
* Dump more information about construct expressions (resolved and unresolved) w...Aaron Ballman2019-06-201-0/+32
* Print whether a generic selection expression is result dependent when dumping...Aaron Ballman2019-06-191-0/+5
* Print out the union field being initialized by an InitListExpr when dumping t...Aaron Ballman2019-06-191-0/+5
* Dump the value calculated by a constant expression when dumping the AST to JSON.Aaron Ballman2019-06-191-0/+9
* Change the way we output templates for JSON AST dumping and dump information ...Aaron Ballman2019-06-191-0/+67
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-0/+6
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-0/+6
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-1/+3
* When dumping the AST to JSON, dump the type information from a typeid express...Aaron Ballman2019-05-271-0/+10
* 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-2/+3
* When dumping the AST to JSON, dump the argument name to a sizeof pack express...Aaron Ballman2019-05-271-0/+4
* Add JSON dumping tests for ObjC statements; add support for dumping @catch ca...Aaron Ballman2019-05-241-0/+7
* Add support for dumping Objective C AST declaration nodes to JSON.Aaron Ballman2019-05-241-4/+155
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-0/+1
* Add support for dumping AST comment nodes to JSON.Aaron Ballman2019-05-211-1/+139
* Add more tests for AST JSON output; NFC.Aaron Ballman2019-05-201-1/+3
* Dump macro expansion information as needed when outputting the AST to JSON.Aaron Ballman2019-05-201-3/+25
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-131-0/+781