summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-12-17 17:14:11 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-12-17 17:14:11 +0000
commitafbb57ffcb8181b3baa5b18dc2b1603ad845720c (patch)
tree61c58f2a1996728f0e6832043d19cc56913cfedd /include/clang/Basic/DiagnosticLexKinds.td
parent36600cfda4c29ebad4c0e594753ae2dffebbcd00 (diff)
Revert r224433, r224371 is good enough for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticLexKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td
index 13c6911b55..65f9f77af4 100644
--- a/include/clang/Basic/DiagnosticLexKinds.td
+++ b/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<KeywordAsMacro>, DefaultIgnore;
+ "keyword is hidden by macro definition">, InGroup<KeywordAsMacro>;
def pp_invalid_string_literal : Warning<
"invalid string literal, ignoring final '\\'">;