We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2de356 commit 2185111Copy full SHA for 2185111
llvm/include/llvm/Frontend/OpenMP/OMP.td
@@ -333,7 +333,6 @@ def OMPC_Novariants : Clause<"novariants"> {
333
}
334
def OMPC_NoWait : Clause<"nowait"> {
335
let clangClass = "OMPNowaitClause";
336
- let flangClass = "OMPNowaitClause";
337
let isValueOptional = true;
338
339
def OMP_NUMTASKS_Strict : ClauseVal<"strict", 1, 1> {}
0 commit comments