summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTDumper.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-06-28[clang][NFC] Use provided stream in APValue::dump()Timm Bäder
2024-06-10[clang] NFCI: improve TemplateArgument and TemplateName dump methods (#94905)Matheus Izvekov
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone
2024-01-31[AST] Add dump() method to TypeLoc (#65484)Sam McCall
2023-09-04[AST] Support ConceptReference in DynTypedNode, add dump().Sam McCall
2022-10-03[clang]: Add DeclContext::dumpAsDecl().Tom Honermann
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2021-11-02[AST] injected-class-name is not a redecl, even in template specializationsSam McCall
2020-11-03Undo Revert "Ignore template instantiations if not in AsIs mode"Matt Morehouse
2020-11-03Revert "Ignore template instantiations if not in AsIs mode"Matt Morehouse
2020-11-02Ignore template instantiations if not in AsIs modeStephen Kelly
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-06-12[clang] Rename Decl::isHidden() to isUnconditionallyVisible().Martin Boehme
2019-05-27When dumping the AST to JSON, dump the type information from a typeid express...Aaron Ballman
2019-05-21Add support for dumping AST comment nodes to JSON.Aaron Ballman
2019-05-17Extract ASTDumper to a header fileStephen Kelly
2019-05-13Introduce the ability to dump the AST to JSON.Aaron Ballman
2019-02-03[AST] Extract ASTNodeTraverser class from ASTDumperStephen Kelly
2019-02-01[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse
2019-01-30[ASTDump] Inline traverse methods into classStephen Kelly
2019-01-30[ASTDump] Make method definition order matches declaration orderStephen Kelly
2019-01-30[ASTDump] Re-arrange method declarations to group Visit togetherStephen Kelly
2019-01-30[ASTDump] Rename methods which are conceptually VisitsStephen Kelly
2019-01-30[ASTDump] NFC: Inline vestigial methodsStephen Kelly
2019-01-30[ASTDump] Move Decl node dumping to TextNodeDumperStephen Kelly
2019-01-30[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bitRoman Lebedev
2019-01-29NFC: Move GenericSelectionExpr dump to NodeDumperStephen Kelly
2019-01-29NFC: Implement GenericSelectionExpr::Association dump with VisitorStephen Kelly
2019-01-29Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci
2019-01-28Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci
2019-01-28[AST] Introduce GenericSelectionExpr::AssociationBruno Ricci
2019-01-19[ASTDump] NFC: Convert iterative loops to cxx_range_forStephen Kelly
2019-01-19[ASTDump] NFC: Use `const auto` in cxx_range_for loopsStephen Kelly
2019-01-19Move decl context dumping to TextNodeDumperStephen Kelly
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[ASTDump] NFC: Move variable into if() statementStephen Kelly
2019-01-18[ASTDump] NFC: Remove redundant conditionStephen Kelly
2019-01-18[ASTDump] NFC: Remove non-needed bracesStephen Kelly
2019-01-18[ASTDump] Mark null params with a tag rather than a child nodeStephen Kelly
2019-01-18[ASTDump] Mark BlockDecls which capture this with a tagStephen Kelly
2019-01-18[ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly
2019-01-15Re-order type param children of ObjC nodesStephen Kelly
2019-01-15NFC: Some cleanups that I missed in the previous commitStephen Kelly
2019-01-15Re-order overrides in FunctionDecl dumpStephen Kelly
2019-01-15NFC: Replace iterator loop with cxx_range_forStephen Kelly