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

Bill Wendling isanbard at gmail.com
Thu Aug 21 11:07:29 PDT 2008


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;

?

-bw



More information about the cfe-commits mailing list