r224435 - Revert r224433, r224371 is good enough for now.

Joerg Sonnenberger joerg at bec.de
Wed Dec 17 09:14:11 PST 2014


Author: joerg
Date: Wed Dec 17 11:14:11 2014
New Revision: 224435

URL: http://llvm.org/viewvc/llvm-project?rev=224435&view=rev
Log:
Revert r224433, r224371 is good enough for now.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td?rev=224435&r1=224434&r2=224435&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td Wed Dec 17 11:14:11 2014
@@ -290,9 +290,8 @@ def note_pp_ambiguous_macro_chosen : Not
   "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 '\\'">;





More information about the cfe-commits mailing list