[all-commits] [llvm/llvm-project] c6d86b: Properly collect template arguments from a class-s...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Nov 10 15:55:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6d86b6b45a8e40457286c78321a4680b459e800
https://github.com/llvm/llvm-project/commit/c6d86b6b45a8e40457286c78321a4680b459e800
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
A clang/test/SemaTemplate/instantiate-member-specialization.cpp
Log Message:
-----------
Properly collect template arguments from a class-scope function template
specialization.
Fixes a crash-on-valid if further template parameters are introduced
within the specialization (by a generic lambda).
More information about the All-commits
mailing list