forked from OSchip/llvm-project
Removing an unused selection field from a diagnostic; NFC.
This commit is contained in:
parent
5224feb7ca
commit
bb9254c007
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue