forked from OSchip/llvm-project
[driver] Reword the warning message for missing value to a joined argument.
llvm-svn: 156993
This commit is contained in:
parent
19b855fe3e
commit
26ad6a4f60
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue