[clang] [clang][Sema] Fix a bug when instantiating a lambda with requires clause (PR #65193)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 12:44:53 PDT 2023
================
@@ -7396,6 +7397,11 @@ class Sema final {
llvm::ContextualFoldingSet<ConstraintSatisfaction, const ASTContext &>
SatisfactionCache;
+ /// Intorduce the instantiated local variables into the local
+ /// instantiation scope.
----------------
cor3ntin wrote:
```suggestion
/// Introduce the instantiated local variables into the local
/// instantiation scope.
```
https://github.com/llvm/llvm-project/pull/65193
More information about the cfe-commits
mailing list