]> granicus.if.org Git - clang/commitdiff
Add new driver warning from r151174 to a warning group. Please let me know if this...
authorChad Rosier <mcrosier@apple.com>
Wed, 22 Feb 2012 18:18:48 +0000 (18:18 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 22 Feb 2012 18:18:48 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151177 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td

index 3ada80f6719a71a6e58190ff6c0b786d0186feef..021de8869e45f6cfe081c78d9cb9001cbcd38933 100644 (file)
@@ -106,7 +106,8 @@ def warn_drv_unused_argument : Warning<
   "argument unused during compilation: '%0'">,
   InGroup<DiagGroup<"unused-command-line-argument">>;
 def warn_drv_empty_joined_argument : Warning<
-  "joined argument expects addition arg: '%0'">;
+  "joined argument expects addition arg: '%0'">,
+  InGroup<DiagGroup<"unused-command-line-argument">>;
 def warn_drv_not_using_clang_cpp : Warning<
   "not using the clang preprocessor due to user override">;
 def warn_drv_not_using_clang_cxx : Warning<