[all-commits] [llvm/llvm-project] 4d33a8: [Concepts] Add ExpressionEvaluationContexts to ins...
Saar Raz via All-commits
all-commits at lists.llvm.org
Thu Jan 23 13:29:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d33a8dfcf67e970ea4d150d514b27de02e79aee
https://github.com/llvm/llvm-project/commit/4d33a8dfcf67e970ea4d150d514b27de02e79aee
Author: Saar Raz <saar at raz.email>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/SemaTemplate/instantiate-requires-clause.cpp
Log Message:
-----------
[Concepts] Add ExpressionEvaluationContexts to instantiation of constraints
Proper ExpressionEvaluationContext were not being entered when instantiating constraint
expressions, which caused assertion failures in certain cases, including bug #44614.
More information about the All-commits
mailing list