[all-commits] [llvm/llvm-project] 88c7ff: Form invalid template-id annotations when parsing ...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Mar 27 20:34:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88c7ffaf947642b0cb2d13e5d1a4a54fc633d014
https://github.com/llvm/llvm-project/commit/88c7ffaf947642b0cb2d13e5d1a4a54fc633d014
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseExprCXX.cpp
M clang/lib/Parse/ParseTemplate.cpp
M clang/lib/Parse/ParseTentative.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaCXX/invalid-template-specifier.cpp
M clang/test/SemaObjCXX/parameterized_classes_subst.mm
M clang/test/SemaTemplate/dependent-base-classes.cpp
M clang/test/SemaTemplate/nested-name-spec-template.cpp
Log Message:
-----------
Form invalid template-id annotations when parsing a construct that is
required to be a template-id but names an undeclared identifier.
More information about the All-commits
mailing list