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 ced9f4f commit 0ab6947Copy full SHA for 0ab6947
clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -1349,7 +1349,7 @@ def warn_omp_extra_tokens_at_eol : Warning<
1349
"extra tokens at the end of '#pragma omp %0' are ignored">,
1350
InGroup<ExtraTokens>;
1351
def err_omp_multiple_step_or_linear_modifier : Error<
1352
- "multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
+ "multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
1353
def warn_pragma_expected_colon_r_paren : Warning<
1354
"missing ':' or ')' after %0 - ignoring">, InGroup<IgnoredPragmas>;
1355
def err_omp_unknown_directive : Error<
0 commit comments