From: Joerg Sonnenberger Date: Wed, 17 Dec 2014 17:14:11 +0000 (+0000) Subject: Revert r224433, r224371 is good enough for now. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f4e0851cc519b13f30dc5ca6903a88de9f9bd5b;p=platform%2Fupstream%2Fllvm.git Revert r224433, r224371 is good enough for now. llvm-svn: 224435 --- diff --git a/clang/include/clang/Basic/DiagnosticLexKinds.td b/clang/include/clang/Basic/DiagnosticLexKinds.td index 13c6911..65f9f77 100644 --- a/clang/include/clang/Basic/DiagnosticLexKinds.td +++ b/clang/include/clang/Basic/DiagnosticLexKinds.td @@ -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, DefaultIgnore; + "keyword is hidden by macro definition">, InGroup; def pp_invalid_string_literal : Warning< "invalid string literal, ignoring final '\\'">;