================ @@ -7370,7 +7370,8 @@ class Sema final { public: LambdaScopeForCallOperatorInstantiationRAII( Sema &SemasRef, FunctionDecl *FD, MultiLevelTemplateArgumentList MLTAL, - LocalInstantiationScope &Scope); + LocalInstantiationScope &Scope, + bool shouldAddDeclsFromParentScope = true); ---------------- erichkeane wrote:
```suggestion bool ShouldAddDeclsFromParentScope = true); ``` https://github.com/llvm/llvm-project/pull/65193 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits