summaryrefslogtreecommitdiff
path: root/lib/AST/TextNodeDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include whether the destructor is constexpr in -ast-dump output for aRichard Smith2019-10-111-0/+1
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-2/+2
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+2
* 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
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+1
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-1/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+1
* [ASTDump] Add is_anonymous to VisitCXXRecordDeclShafik Yaghmour2019-08-121-0/+1
* Fix a few 'no newline at end of file' warnings that Xcode emitsNico Weber2019-07-111-1/+1
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+4
* Removing a helper function that was trivial to inline into its only use; NFC.Aaron Ballman2019-06-201-8/+3
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+9
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-2/+5
* 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
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-0/+2
* [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