On May 18, 2012, at 9:30 AM, Bob Wilson wrote: > > On May 17, 2012, at 8:45 AM, Chad Rosier <[email protected]> wrote: > >> Author: mcrosier >> Date: Thu May 17 10:45:13 2012 >> New Revision: 156993 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=156993&view=rev >> Log: >> [driver] Reword the warning message for missing value to a joined argument. >> >> Modified: >> cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td >> >> Modified: cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td?rev=156993&r1=156992&r2=156993&view=diff >> ============================================================================== >> --- cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td (original) >> +++ cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td Thu May 17 >> 10:45:13 2012 >> @@ -108,7 +108,7 @@ >> "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'">, > > How about "additional"?
How embarrassing.. Committed revision 157054. Chad >> InGroup<DiagGroup<"unused-command-line-argument">>; >> def warn_drv_not_using_clang_cpp : Warning< >> "not using the clang preprocessor due to user override">; >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
