[driver] Reword the warning message for missing value to a joined argument.

llvm-svn: 156993
This commit is contained in:
Chad Rosier 2012-05-17 15:45:13 +00:00
parent 19b855fe3e
commit 26ad6a4f60
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ 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 value: '%0'">,
InGroup<DiagGroup<"unused-command-line-argument">>;
def warn_drv_not_using_clang_cpp : Warning<
"not using the clang preprocessor due to user override">;