[all-commits] [llvm/llvm-project] b39efd: [Concepts] Fix incorrect TemplateArgs for introduc...
Saar Raz via All-commits
all-commits at lists.llvm.org
Sun Jan 26 15:00:42 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: b39efdbcfcb7c7a5e867a99c2d3e756c538fbb9f
https://github.com/llvm/llvm-project/commit/b39efdbcfcb7c7a5e867a99c2d3e756c538fbb9f
Author: Saar Raz <saar at raz.email>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/SemaTemplate/instantiate-requires-clause.cpp
Log Message:
-----------
[Concepts] Fix incorrect TemplateArgs for introduction of local parameters
The wrong set of TemplateArgs was being provided to addInstantiatedParametersToScope.
Caused bug #44658.
(cherry picked from commit 9c24fca2a33fc0fd059e278bb95c84803dfff9ae)
More information about the All-commits
mailing list