]> granicus.if.org Git - clang/commitdiff
Place warning warn_drv_no_debug_w_integrated_as under a -W flag.
authorTed Kremenek <kremenek@apple.com>
Tue, 4 Oct 2011 14:48:42 +0000 (14:48 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 4 Oct 2011 14:48:42 +0000 (14:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141078 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td

index 81a9d3a19d5700ef1f7199e25ddd09d01591d2ed..97b5c6d8c694d0d7d0e487fa8cb1e166a6b0bdce 100644 (file)
@@ -123,7 +123,8 @@ def warn_drv_objc_gc_unsupported : Warning<
 def warn_drv_pch_not_first_include : Warning<
   "precompiled header '%0' was ignored because '%1' is not first '-include'">;
 def warn_drv_no_debug_w_integrated_as : Warning<
-  "ignoring unsupported -g option with integrated assembler">;
+  "ignoring unsupported -g option with integrated assembler">,
+  InGroup<DiagGroup<"unsupported-debug-with-integrated-as">>;
 
 def note_drv_command_failed_diag_msg : Note<
   "diagnostic msg: %0">;