[cfe-commits] r55131 - in /cfe/trunk: include/clang/Basic/DiagnosticKinds.def lib/Sema/SemaExpr.cpp test/Sema/exprs.c

Chris Lattner clattner at apple.com
Thu Aug 21 11:08:40 PDT 2008


On Aug 21, 2008, at 11:07 AM, Bill Wendling wrote:

> On Thu, Aug 21, 2008 at 11:04 AM, Chris Lattner <sabre at nondot.org>  
> wrote:
>> Author: lattner
>> Date: Thu Aug 21 13:04:13 2008
>> New Revision: 55131
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=55131&view=rev
>> Log:
>> add a simple check to warn people who type "=+" when they probably  
>> meant
>> "+=".
>
> Won't this piss off people who write things without spaces?
>
>  x=-37y*927;
>  a=+42b*3;

Yep, all warnings piss someone off.

-Chris



More information about the cfe-commits mailing list