Removing an unused selection field from a diagnostic; NFC.

This commit is contained in:
Aaron Ballman 2019-12-11 08:48:17 -05:00
parent 5224feb7ca
commit bb9254c007
1 changed files with 1 additions and 1 deletions

View File

@ -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">;