summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* When dumping the AST to JSON, dump the type information from a typeid express...Aaron Ballman2019-05-271-2/+2
* Add support for dumping AST comment nodes to JSON.Aaron Ballman2019-05-211-1/+2
* Extract ASTDumper to a header fileStephen Kelly2019-05-171-46/+1
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-131-5/+14
* [AST] Extract ASTNodeTraverser class from ASTDumperStephen Kelly2019-02-031-558/+29
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+5
* [ASTDump] Inline traverse methods into classStephen Kelly2019-01-301-543/+388
* [ASTDump] Make method definition order matches declaration orderStephen Kelly2019-01-301-21/+22
* [ASTDump] Re-arrange method declarations to group Visit togetherStephen Kelly2019-01-301-120/+112
* [ASTDump] Rename methods which are conceptually VisitsStephen Kelly2019-01-301-129/+125
* [ASTDump] NFC: Inline vestigial methodsStephen Kelly2019-01-301-23/+15
* [ASTDump] Move Decl node dumping to TextNodeDumperStephen Kelly2019-01-301-625/+3
* [ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bitRoman Lebedev2019-01-301-0/+2
* NFC: Move GenericSelectionExpr dump to NodeDumperStephen Kelly2019-01-291-2/+0
* NFC: Implement GenericSelectionExpr::Association dump with VisitorStephen Kelly2019-01-291-15/+11
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-5/+5
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-5/+5
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-5/+5
* [ASTDump] NFC: Convert iterative loops to cxx_range_forStephen Kelly2019-01-191-24/+14
* [ASTDump] NFC: Use `const auto` in cxx_range_for loopsStephen Kelly2019-01-191-15/+15
* Move decl context dumping to TextNodeDumperStephen Kelly2019-01-191-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTDump] NFC: Move variable into if() statementStephen Kelly2019-01-181-2/+1
* [ASTDump] NFC: Remove redundant conditionStephen Kelly2019-01-181-4/+1
* [ASTDump] NFC: Remove non-needed bracesStephen Kelly2019-01-181-3/+2
* [ASTDump] Mark null params with a tag rather than a child nodeStephen Kelly2019-01-181-4/+9
* [ASTDump] Mark BlockDecls which capture this with a tagStephen Kelly2019-01-181-3/+3
* [ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly2019-01-181-8/+6
* Re-order type param children of ObjC nodesStephen Kelly2019-01-151-2/+2
* NFC: Some cleanups that I missed in the previous commitStephen Kelly2019-01-151-9/+6
* Re-order overrides in FunctionDecl dumpStephen Kelly2019-01-151-14/+16
* NFC: Replace iterator loop with cxx_range_forStephen Kelly2019-01-151-4/+2
* Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly2019-01-151-15/+11
* NFC: Implement OMPClause dump in terms of visitorsStephen Kelly2019-01-151-21/+11
* Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly2019-01-151-11/+1
* NFC: Move Decl node handling to TextNodeDumperStephen Kelly2019-01-151-68/+2
* [ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly2019-01-151-88/+1
* [ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly2019-01-141-5/+1
* [ASTDump] NFC: Canonicalize handling of TypeLocInfoStephen Kelly2019-01-141-4/+3
* [ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly2019-01-141-32/+3
* NFC: Fix nits I missed beforeStephen Kelly2019-01-141-1/+1
* [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly2019-01-121-489/+2
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-121-44/+13
* NFC: Port loop to cxx_range_forStephen Kelly2019-01-121-3/+2
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-111-19/+8
* [ASTDump] Add utility for dumping a label with child nodesStephen Kelly2019-01-111-7/+7
* NFC: Change case of identifiersStephen Kelly2019-01-101-2/+2
* [ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly2019-01-081-42/+30
* Implement the TreeStructure interface through the TextNodeDumperStephen Kelly2019-01-081-4/+2
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-3/+4
OpenPOWER on IntegriCloud