diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-28 00:35:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-28 00:35:39 +0000 |
| commit | cd50d379ee1f497b86140545c31dc07a7e7ac924 (patch) | |
| tree | d3d522d9fc7f830e242bb40261e2f2d95d873125 | |
| parent | 6da267de23744b3a1676e813754d00aabc065bc9 (diff) | |
| download | bcm5719-llvm-cd50d379ee1f497b86140545c31dc07a7e7ac924.tar.gz bcm5719-llvm-cd50d379ee1f497b86140545c31dc07a7e7ac924.zip | |
Accept and ignore a few more -Wflags.
llvm-svn: 80323
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticGroups.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/DiagnosticGroups.td b/clang/include/clang/Basic/DiagnosticGroups.td index fab4614d174..ef3bb4bf546 100644 --- a/clang/include/clang/Basic/DiagnosticGroups.td +++ b/clang/include/clang/Basic/DiagnosticGroups.td @@ -19,7 +19,9 @@ def Implicit : DiagGroup<"implicit", [ // Empty DiagGroups: these are recognized by clang but ignored. +def : DiagGroup<"address">; def : DiagGroup<"aggregate-return">; +def : DiagGroup<"attributes">; def : DiagGroup<"bad-function-cast">; def : DiagGroup<"cast-align">; def : DiagGroup<"cast-qual">; @@ -56,6 +58,7 @@ def : DiagGroup<"missing-field-initializers">; def NonNull : DiagGroup<"nonnull">; def : DiagGroup<"nonportable-cfstrings">; def : DiagGroup<"old-style-definition">; +def : DiagGroup<"overflow">; def : DiagGroup<"packed">; def Parentheses : DiagGroup<"parentheses">; def PointerArith : DiagGroup<"pointer-arith">; |

