[all-commits] [llvm/llvm-project] cc85c5: [clang] fix printing of canonical template templat...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed May 22 19:27:46 PDT 2024
Branch: refs/heads/users/mizvekov/clang-print-canonical-template-template-arguments
Home: https://github.com/llvm/llvm-project
Commit: cc85c5f7c04c78ef01bd9c7514d36ad3eaea5605
https://github.com/llvm/llvm-project/commit/cc85c5f7c04c78ef01bd9c7514d36ad3eaea5605
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M clang/lib/AST/TemplateBase.cpp
M clang/test/SemaCXX/cxx20-ctad-type-alias.cpp
M clang/test/SemaTemplate/deduction-guide.cpp
M clang/test/SemaTemplate/make_integer_seq.cpp
Log Message:
-----------
[clang] fix printing of canonical template template parameters
When printing template arguments of the template kind, a canonical
template template parameter would be printed as an empty string.
This fixes it so they are printed similarly to canonical template
type parameters.
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