From: Chris Lattner Date: Thu, 23 Apr 2009 19:54:39 +0000 (+0000) Subject: accept and ignore -Wconversion X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9de8eb2f279a3191d898aa9720d1b5bc70853de;p=clang accept and ignore -Wconversion git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index a8e2b7e99c..073b4a0cb2 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -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">;