[clang] 0ab6947 - [clang] Fix trailing whitespace in DiagnosticParseKinds.td
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 12:04:00 PDT 2023
Author: Jessica Clarke
Date: 2023-10-25T20:03:57+01:00
New Revision: 0ab694754e3722f7edbd8b3ad23ac0b312515d3b
URL: https://github.com/llvm/llvm-project/commit/0ab694754e3722f7edbd8b3ad23ac0b312515d3b
DIFF: https://github.com/llvm/llvm-project/commit/0ab694754e3722f7edbd8b3ad23ac0b312515d3b.diff
LOG: [clang] Fix trailing whitespace in DiagnosticParseKinds.td
Fixes 567a660a252323f2e82abaf48752dcad26d4779e
Added:
Modified:
clang/include/clang/Basic/DiagnosticParseKinds.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/DiagnosticParseKinds.td b/clang/include/clang/Basic/DiagnosticParseKinds.td
index d6652e6a610c1be..902fbf4a0d692c0 100644
--- a/clang/include/clang/Basic/DiagnosticParseKinds.td
+++ b/clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -1349,7 +1349,7 @@ def warn_omp_extra_tokens_at_eol : Warning<
"extra tokens at the end of '#pragma omp %0' are ignored">,
InGroup<ExtraTokens>;
def err_omp_multiple_step_or_linear_modifier : Error<
- "multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
+ "multiple %select{'step size'|'linear modifier'}0 found in linear clause">;
def warn_pragma_expected_colon_r_paren : Warning<
"missing ':' or ')' after %0 - ignoring">, InGroup<IgnoredPragmas>;
def err_omp_unknown_directive : Error<
More information about the cfe-commits
mailing list