Commit History

Author SHA1 Message Date
  Richard Smith 06b8284054 Include whether the destructor is constexpr in -ast-dump output for a 5 years ago
  Simon Pilgrim 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 years ago
  Richard Smith 39625a79bf For P0784R7: compute whether a variable has constant destruction if it 5 years ago
  Adrian Prantl 068fc15d66 Support for DWARF-5 C++ language tags. 5 years ago
  Jonas Devlieghere 2c00658ec6 Revert "Support for DWARF-5 C++ language tags." 5 years ago
  Adrian Prantl 1f68025196 Support for DWARF-5 C++ language tags. 5 years ago
  Aaron Ballman 0ec02e88b2 Revert r372325 - Reverting r372323 because it broke color tests on Linux. 6 years ago
  Aaron Ballman fa15c89fc5 Reverting r372323 because it broke color tests on Linux. 6 years ago
  Aaron Ballman 666dcfbdf0 Remove an unsafe member variable that wasn't needed; NFC. 6 years ago
  Shafik Yaghmour 1ba5798e3b [ASTDump] Add is_anonymous to VisitCXXRecordDecl 6 years ago
  Nico Weber 6972cff10e Fix a few 'no newline at end of file' warnings that Xcode emits 6 years ago
  Saar Raz fa50bf0cf8 [Concepts] Concept definitions (D40381) 6 years ago
  Aaron Ballman 2eca76d86f Removing a helper function that was trivial to inline into its only use; NFC. 6 years ago
  Gauthier Harnisch ce5b229c3e [clang] Add storage for APValue in ConstantExpr 6 years ago
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 years ago
  Richard Smith 4bd25fda3f For DR712: store on a MemberExpr whether it constitutes an odr-use. 6 years ago
  Richard Smith 3baecdc251 For DR712: store on a DeclRefExpr whether it constitutes an odr-use. 6 years ago
  Richard Smith 2cbdb2c8c9 [c++20] P0780R2: Support pack-expansion of init-captures. 6 years ago
  Roman Lebedev 56b1345a3c [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) 6 years ago
  Richard Smith 26e77b4d95 [modules] Fix handling of initializers for templated global variables. 6 years ago
  Bruno Ricci 52422ef96e [ASTDump] Add a flag indicating whether a CXXThisExpr is implicit 6 years ago
  Stephen Kelly a5bd6fa8e5 [ASTDump] Move Decl node dumping to TextNodeDumper 6 years ago
  Stephen Kelly b49c572ea1 NFC: Move GenericSelectionExpr dump to NodeDumper 6 years ago
  Stephen Kelly e8c5520a99 NFC: Implement GenericSelectionExpr::Association dump with Visitor 6 years ago
  Stephen Kelly 71b8d073c1 Move decl context dumping to TextNodeDumper 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Stephen Kelly a5347e0eea [ASTDump] Mark variadic declarations with a tag instead of child node 6 years ago
  Stephen Kelly 48f3908b00 Implement BlockDecl::Capture dump in terms of visitors 6 years ago
  Stephen Kelly fb4e678d5a NFC: Implement OMPClause dump in terms of visitors 6 years ago
  Stephen Kelly 7148d5544f Implement CXXCtorInitializer dump in terms of Visitor 6 years ago