summaryrefslogtreecommitdiffstats
path: root/lib/AST/TextNodeDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-0/+9
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-051-0/+4
* [ASTDump] Add a flag indicating whether a CXXThisExpr is implicitBruno Ricci2019-02-031-0/+2
* [ASTDump] Move Decl node dumping to TextNodeDumperStephen Kelly2019-01-301-0/+704
* NFC: Move GenericSelectionExpr dump to NodeDumperStephen Kelly2019-01-291-0/+5
* NFC: Implement GenericSelectionExpr::Association dump with VisitorStephen Kelly2019-01-291-0/+13
* Move decl context dumping to TextNodeDumperStephen Kelly2019-01-191-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly2019-01-181-0/+2
* Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly2019-01-151-0/+12
* NFC: Implement OMPClause dump in terms of visitorsStephen Kelly2019-01-151-0/+18
* Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly2019-01-151-0/+14
* NFC: Move Decl node handling to TextNodeDumperStephen Kelly2019-01-151-0/+75
* [ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly2019-01-151-0/+161
* [ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly2019-01-141-0/+8
* [ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly2019-01-141-0/+42
* NFC: Fix nits I missed beforeStephen Kelly2019-01-141-2/+1
* [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly2019-01-121-0/+465
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-121-0/+55
* [ASTDump] Change parameter to StringRefStephen Kelly2019-01-121-2/+2
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-111-0/+23
* NFC: Change case of identifiersStephen Kelly2019-01-101-1/+1
* [ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly2019-01-081-0/+11
* Implement the TreeStructure interface through the TextNodeDumperStephen Kelly2019-01-081-2/+2
* NFC: Move dump of individual comment nodes to NodeDumperStephen Kelly2018-12-091-2/+146
* NFC: Extract TextNodeDumper classStephen Kelly2018-12-051-0/+141