summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-templates.cpp
AgeCommit message (Expand)Author
2025-09-21[clang] ast-dump: use template pattern for `instantiated_from` (#159952)Matheus Izvekov
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-08-27[clang] fix regression printing constructor/destructor names (#155688)Matheus Izvekov
2025-08-14[clang] fix source range computation for DeducedTemplateSpecializationType (#...Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-04-14[clang] implement printing of canonical expressions (#135133)Matheus Izvekov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-28NFC: fix typo in clang/test/AST/ast-dump-templates.cppMatheus 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
2025-02-13[clang] [ASTDump] Add support for structural value template arguments in Text...sakria9
2025-02-05Reland: [clang] fix P3310 overload resolution flag propagation (#125791)Matheus Izvekov
2025-02-04Revert "[clang] fix P3310 overload resolution flag propagation" (#125710)David Spickett
2025-02-04[clang] fix P3310 overload resolution flag propagation (#125372)Matheus Izvekov
2024-04-29[AST] Dump explicit template arguments for UnreslovedLookupExpr. (#90466)Haojian Wu
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin
2021-11-14Add more test coverage for D77598David Blaikie
2021-11-14ast-print: Avoid extra whitespace before function opening braceDavid Blaikie
2021-11-14ast-dump: Add missing identation of class template specializationsDavid Blaikie
2021-11-14Add test for a case in D77598David Blaikie
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
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman