diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-02-22 18:18:48 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-02-22 18:18:48 +0000 |
commit | 61b83c0eae82f06dc5b6f45425607bb261c1b97a (patch) | |
tree | af991a714c33bf23fbb941231fdfce7387f9a287 /include/clang/Basic | |
parent | 72c88f13f79e2012b8a5f84cf48c6af779dfd1ba (diff) |
Add new driver warning from r151174 to a warning group. Please let me know if this isn't the appropriate grouping.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic')
-rw-r--r-- | include/clang/Basic/DiagnosticDriverKinds.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 3ada80f671..021de8869e 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -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< |