]> granicus.if.org Git - clang/commit
Remove two fall through diagnostics from the IgnoredAttributes group, since they...
authorTed Kremenek <kremenek@apple.com>
Tue, 7 Aug 2012 00:34:48 +0000 (00:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 7 Aug 2012 00:34:48 +0000 (00:34 +0000)
commit97d029305999f940869ff8eea42902bbd193f6d0
tree7074cce094938967cc1c8452535568beda738d99
parent79efe24e125553b7fd4a35ffb3b7a45c4f1e661a
Remove two fall through diagnostics from the IgnoredAttributes group, since they are errors, not warnings.

Only warnings should be in warning groups.  This was causing an assertion failure in
code using pragmas to map -Wignored-attributes to ignored, but this kind of
diagnostic mapping is disallowed for builtin errors.  We should just wire
up tablegen to reject errors being in diagnostic groups.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161376 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td