[all-commits] [llvm/llvm-project] c2a250: [Concepts] Fix bug when referencing function param...
Saar Raz via All-commits
all-commits at lists.llvm.org
Wed Jan 22 10:44:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2a250e1c43c05925fe040dc9624403af7879453
https://github.com/llvm/llvm-project/commit/c2a250e1c43c05925fe040dc9624403af7879453
Author: Saar Raz <saar at raz.email>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/SemaTemplate/instantiate-requires-clause.cpp
Log Message:
-----------
[Concepts] Fix bug when referencing function parameters in instantiated function template requires clause
Fixes bug #44613 - incorrect instantiated parameters were being added when checking instantiated function constraints
More information about the All-commits
mailing list