[all-commits] [llvm/llvm-project] b12e47: Allow dependent alias template specializations in ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Jan 5 15:38:40 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b12e4735317ec96e1b35deee68b90d62a23a9353
https://github.com/llvm/llvm-project/commit/b12e4735317ec96e1b35deee68b90d62a23a9353
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M clang/include/clang/AST/Type.h
M clang/lib/AST/TypePrinter.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/SemaTemplate/attributes.cpp
Log Message:
-----------
Allow dependent alias template specializations in the preferred_name
attribute.
This was intended to work, but didn't match the checks because these
types are modeled as TemplateSpecializationTypes not TypedefTypes.
More information about the All-commits
mailing list