]> granicus.if.org Git - clang/commitdiff
accept and ignore -Wconversion
authorChris Lattner <sabre@nondot.org>
Thu, 23 Apr 2009 19:54:39 +0000 (19:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Apr 2009 19:54:39 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69914 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticGroups.td

index a8e2b7e99c979769a89757de7337cdbeb9e4019d..073b4a0cb2359efd3ffe5148d99b2be97fd51a80 100644 (file)
@@ -28,6 +28,7 @@ def : DiagGroup<"cast-qual">;
 def : DiagGroup<"char-align">;
 def : DiagGroup<"char-subscripts">;
 def Comment : DiagGroup<"comment">;
+def : DiagGroup<"conversion">;
 def : DiagGroup<"declaration-after-statement">;
 def : DiagGroup<"format-security">;
 def : DiagGroup<"format=2">;