projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a3b7d
)
Make remaining ImplicitFallthrough warning DefaultIgnore.
author
Nico Weber
<nicolasweber@gmx.de>
Thu, 10 Mar 2016 18:42:37 +0000
(18:42 +0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Thu, 10 Mar 2016 18:42:37 +0000
(18:42 +0000)
Follow-up to r262881, which caused this to fire more often.
llvm-svn: 263138
clang/include/clang/Basic/DiagnosticSemaKinds.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/DiagnosticSemaKinds.td
b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 239144d7081d73ad8114d1739d16f592de6039eb..81d59ba7872f1e1edda0f9a0883dab486297530e 100644
(file)
--- a/
clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@
-7327,7
+7327,7
@@
def err_fallthrough_attr_invalid_placement : Error<
"fallthrough annotation does not directly precede switch label">;
def warn_fallthrough_attr_unreachable : Warning<
"fallthrough annotation in unreachable code">,
- InGroup<ImplicitFallthrough>;
+ InGroup<ImplicitFallthrough>
, DefaultIgnore
;
def warn_unreachable_default : Warning<
"default label in switch which covers all enumeration values">,