[all-commits] [llvm/llvm-project] 62eed8: [clang] fix printing of canonical template templat...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed May 29 10:07:56 PDT 2024
Branch: refs/heads/users/mizvekov/clang-print-canonical-ttp-templatename
Home: https://github.com/llvm/llvm-project
Commit: 62eed81cb51c1e1a150bb4f5aad8628fa178b68c
https://github.com/llvm/llvm-project/commit/62eed81cb51c1e1a150bb4f5aad8628fa178b68c
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