================
@@ -2078,14 +2090,23 @@ bool Sema::DiagnoseUnusedLambdaCapture(SourceRange 
CaptureRange,
 
 /// Create a field within the lambda class or captured statement record for the
 /// given capture.
-FieldDecl *Sema::BuildCaptureField(RecordDecl *RD,
-                                   const sema::Capture &Capture) {
+FieldDecl *Sema::BuildCaptureField(RecordDecl *RD, const sema::Capture 
&Capture,
+                                   bool isOpenMP) {
----------------
alexey-bataev wrote:

```suggestion
                                   bool IsOpenMP) {
```

https://github.com/llvm/llvm-project/pull/190832
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to