summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-ctad-alias.cpp
AgeCommit message (Expand)Author
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-02-14[Clang] Remove the PackExpansion restrictions for rewrite substitution (#126206)Younan Zhang
2024-07-22[Clang][NFCI] Prefer non-canonical template arguments for synthesized CTAD gu...Younan Zhang
2024-07-11[clang] CTAD: use index and depth to retrieve template parameter for Template...Haojian Wu
2024-07-04[clang] CTAD alias: fix transformation for require-clause expr Part2. (#93533)Haojian Wu
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-20[clang] CTAD alias: Fix missing template arg packs during the transformation ...Haojian Wu
2024-05-16[clang] CTAD: implement the missing IsDeducible constraint for alias template...Haojian Wu
2024-05-13[clang] CTAD alias: fix the transformation for the require-clause expr (#90961)Haojian Wu