aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-23 19:54:39 +0000
committerChris Lattner <sabre@nondot.org>2009-04-23 19:54:39 +0000
commite9de8eb2f279a3191d898aa9720d1b5bc70853de (patch)
tree062827a5299c2dafaceb722a5808093c6641daca
parente87450e5a398543b85205b3255d4c36204c00182 (diff)
accept and ignore -Wconversion
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69914 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticGroups.td1
1 files changed, 1 insertions, 0 deletions
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">;