summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-template-decls.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-04-02[clang] Track final substitution for Subst* AST nodes (#132748)Matheus Izvekov
2024-08-04[clang] Reland: Instantiate alias templates with sugar (#101858)Matheus Izvekov
2024-06-13[clang] Don't print extra space when dumping template names (#95213)Haojian Wu
2024-05-30[clang] text ast-dumper: dump TemplateName for TST and DTST (#93766)Matheus Izvekov
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2023-03-27[clang] source range of variable template specialization should include initi...Tomasz Kamiński
2023-03-27[clang] Test for AST Dumping of the template variablesTomasz Kamiński
2022-11-08Revert "[clang] Instantiate alias templates with sugar"Alexander Kornienko
2022-10-31[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-31[clang] Instantiate NTTPs and template default arguments with sugarMatheus Izvekov
2022-10-28Revert "[clang] Instantiate NTTPs and template default arguments with sugar"Haojian Wu
2022-10-27[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-27[clang] Instantiate NTTPs and template default arguments with sugar Matheus Izvekov
2022-10-26Revert "[clang] Instantiate NTTPs and template default arguments with sugar"Matheus Izvekov
2022-10-26Revert "[clang] Instantiate alias templates with sugar"Matheus Izvekov
2022-10-26[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-26[clang] Instantiate NTTPs and template default arguments with sugar Matheus Izvekov
2022-10-15[clang] Track the templated entity in type substitution.Matheus Izvekov
2022-09-21[clang] AST: SubstTemplateTypeParmType support for non-canonical underlying typeMatheus Izvekov
2022-09-17[clang] Fix AST representation of expanded template arguments.Matheus Izvekov
2022-08-26Revert "Clang: fix AST representation of expanded template arguments."Matheus Izvekov
2022-08-09Clang: fix AST representation of expanded template arguments.Matheus Izvekov
2022-06-21[NFC] clang: Implement tests for PR56099Matheus Izvekov
2022-06-09[NFC] clang: add test for PR55886Matheus Izvekov
2022-01-17Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu
2022-01-12Revert (2) "[AST] Add RParen loc for decltype AutoTypeloc."Florian Hahn
2022-01-11Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10Revert "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu
2022-01-10[AST] Add RParen loc for decltype AutoTypeloc.Haojian Wu
2020-06-23AST dump: recurse into type template arguments when dumping.Richard Smith
2020-06-19[clang][test][NFC] Also test for serialization in AST dump tests, part 1/n.Bruno Ricci
2019-10-01[clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya
2018-12-05Adding tests for -ast-dump; NFC.Aaron Ballman