On May 16, 2012, at 12:55 PM, Douglas Gregor wrote:

> 
> On May 16, 2012, at 12:28 PM, Chad Rosier <[email protected]> wrote:
> 
>> Author: mcrosier
>> Date: Wed May 16 14:28:02 2012
>> New Revision: 156937
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=156937&view=rev
>> Log:
>> Warn about -Wno-foo where foo is an unknown warning option.  This is helpful 
>> for subtle misspellings such as -Wno-unused-command-line-arguments instead of
>> -Wno-unused-command-line-argument.
> 
> Maybe we should do typo correction here?

We do in fact do this, but the typo correction is only emitted by the 
diagnostics engine if it is a warning.

 Chad

> 
>       - Doug
> 

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to