Revert r224433, r224371 is good enough for now.
llvm-svn: 224435
This commit is contained in:
parent
c6328f1dcb
commit
5f4e0851cc
|
|
@ -290,9 +290,8 @@ def note_pp_ambiguous_macro_chosen : Note<
|
|||
"expanding this definition of %0">;
|
||||
def note_pp_ambiguous_macro_other : Note<
|
||||
"other definition of %0">;
|
||||
// FIXME: Remove DefaultIgnore after reducing noise level.
|
||||
def warn_pp_macro_hides_keyword : Extension<
|
||||
"keyword is hidden by macro definition">, InGroup<KeywordAsMacro>, DefaultIgnore;
|
||||
"keyword is hidden by macro definition">, InGroup<KeywordAsMacro>;
|
||||
|
||||
def pp_invalid_string_literal : Warning<
|
||||
"invalid string literal, ignoring final '\\'">;
|
||||
|
|
|
|||
Loading…
Reference in New Issue