Revert r224433, r224371 is good enough for now.

llvm-svn: 224435
This commit is contained in:
Joerg Sonnenberger 2014-12-17 17:14:11 +00:00
parent c6328f1dcb
commit 5f4e0851cc
1 changed files with 1 additions and 2 deletions

View File

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