[all-commits] [llvm/llvm-project] 4ed34c: [clang] fix printing of canonical template templat...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed May 29 13:48:11 PDT 2024
Branch: refs/heads/users/mizvekov/clang-print-canonical-ttp-templatename
Home: https://github.com/llvm/llvm-project
Commit: 4ed34c959afa51328102ec037b418dbfc84ab063
https://github.com/llvm/llvm-project/commit/4ed34c959afa51328102ec037b418dbfc84ab063
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M clang/lib/AST/TemplateBase.cpp
M clang/lib/AST/TemplateName.cpp
M clang/test/SemaTemplate/deduction-guide.cpp
Log Message:
-----------
[clang] fix printing of canonical template template parameters take 2
Since they can also occur as the template name of
template specializations, handle them from TemplateName
printing instead of TemplateArgument.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list