================
@@ -2805,7 +2818,7 @@ StmtResult 
Parser::ParseOpenMPDeclarativeOrExecutableDirective(
         };
     TargetOMPContext OMPCtx(ASTContext, std::move(DiagUnknownTrait),
                             /* CurrentFunctionDecl */ nullptr,
-                            ArrayRef<llvm::omp::TraitProperty>());
+                            ArrayRef<llvm::omp::TraitProperty>(), -1);
----------------
alexey-bataev wrote:

```suggestion
                            {}, -1);
```
Also, do not use magic numbers


https://github.com/llvm/llvm-project/pull/118471
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to