llvm-svn: 157054
This commit is contained in:
Chad Rosier 2012-05-18 16:56:52 +00:00
parent f1c120e9ef
commit 30cb377cdf
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 value: '%0'">,
"joined argument expects additional 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">;