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 554361b commit b1400b1Copy full SHA for b1400b1
llvm/include/llvm/Frontend/OpenMP/OMP.td
@@ -1170,7 +1170,7 @@ def OMP_Workshare : Directive<"workshare"> {
1170
let category = CA_Executable;
1171
}
1172
def OMP_EndWorkshare : Directive<"end workshare"> {
1173
- let allowedClauses = [
+ let allowedOnceClauses = [
1174
VersionedClause<OMPC_NoWait>,
1175
];
1176
let leafConstructs = OMP_Workshare.leafConstructs;
0 commit comments