From 5f4e0851cc519b13f30dc5ca6903a88de9f9bd5b Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Wed, 17 Dec 2014 17:14:11 +0000 Subject: [PATCH] Revert r224433, r224371 is good enough for now. llvm-svn: 224435 --- clang/include/clang/Basic/DiagnosticLexKinds.td | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 '\\'">; -- 2.7.4