summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-types-json.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-03-27[clang] fix structural comparison for dependent class member pointer (#133343)Matheus Izvekov
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov
2024-12-07[clang] [Sema] Preserve nested name specifier prefix in MemberPointerType (#1...Nathan Ridge
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-02-10A slightly more concise AST dump :)Dani Ferreira Franco Moura
2022-02-10[NFC] Make file offsets a regex to handle CRLFChris Bieneman
2021-10-10[clang] Fix JSON AST output when a filter is usedwilliam woodruff
2019-10-15Add more information to JSON AST dumping of source locations.Aaron Ballman
2019-08-29Avoid crash when dumping NULL Type as JSON.Aaron Ballman
2019-06-24Augment location information when dumping the AST to JSON.Aaron Ballman
2019-06-21Ensure that top-level QualType objects also have a "kind" field when dumping ...Aaron Ballman
2019-06-21Print more type node information when dumping the AST to JSON.Aaron Ballman