[clang] bb9254c - Removing an unused selection field from a diagnostic; NFC.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 05:49:22 PST 2019
Author: Aaron Ballman
Date: 2019-12-11T08:48:55-05:00
New Revision: bb9254c00757ec376cde435676d27b14ee0c582f
URL: https://github.com/llvm/llvm-project/commit/bb9254c00757ec376cde435676d27b14ee0c582f
DIFF: https://github.com/llvm/llvm-project/commit/bb9254c00757ec376cde435676d27b14ee0c582f.diff
LOG: Removing an unused selection field from a diagnostic; NFC.
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 8643e1b867f7..63221d8758fc 100644
--- a/clang/include/clang/Basic/DiagnosticParseKinds.td
+++ b/clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -63,7 +63,7 @@ def warn_null_statement : Warning<
def warn_misleading_indentation : Warning<
"misleading indentation; statement is not part of "
- "the previous '%select{if|else|for|while|else if}0'">,
+ "the previous '%select{if|else|for|while}0'">,
InGroup<MisleadingIndentation>, DefaultIgnore;
def note_previous_statement : Note<
"previous statement is here">;
More information about the cfe-commits
mailing list