summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-records.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-01-29Reland: [clang] improve print / dump of anonymous declarations (#124858)Matheus Izvekov
2025-01-28Revert "[clang] improve print / dump of anonymous declarations (#124605)"Dmitri Gribenko
2025-01-27[clang] improve print / dump of anonymous declarations (#124605)Matheus Izvekov
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-01-08Implement CWG2631Corentin Jabot
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-02-22Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2021-02-18Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour
2021-02-18Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2020-09-07Revert "[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises furth...Raphael Isemann
2020-09-07[clang] Prevent that Decl::dump on a CXXRecordDecl deserialises further decla...Raphael Isemann
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci
2020-06-19[clang][test][NFC] Also test for serialization in AST dump tests, part 1/n.Bruno Ricci
2020-06-05PR46209: properly determine whether a copy assignment operator isRichard Smith
2020-06-04Revert "PR46209: properly determine whether a copy assignment operator is"Jonas Devlieghere
2020-06-04PR46209: properly determine whether a copy assignment operator isRichard Smith
2019-08-12[ASTDump] Add is_anonymous to VisitCXXRecordDeclShafik Yaghmour
2018-12-04Add tests for dumping base classes; NFC.Aaron Ballman
2018-12-03Adding tests for -ast-dump; NFC.Aaron Ballman