[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


================
@@ -4515,6 +4515,36 @@ TemplateDeclInstantiator::SubstFunctionType(FunctionDecl *D,
   return NewTInfo;
 }
 
+/// Intorduce the instantiated local variables into the local
----------------
cor3ntin wrote:

```suggestion
/// Introduce the instantiated local variables into the local
```

https://github.com/llvm/llvm-project/pull/65193


More information about the cfe-commits mailing list