[cfe-commits] r92975 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExpr.cpp test/Sema/parentheses.c test/SemaCXX/warn-assignment-condition.cpp

Chris Lattner clattner at apple.com
Fri Jan 8 17:51:23 PST 2010


On Jan 7, 2010, at 4:20 PM, Douglas Gregor wrote:

> Author: dgregor
> Date: Thu Jan  7 18:20:23 2010
> New Revision: 92975
>
> URL: http://llvm.org/viewvc/llvm-project?rev=92975&view=rev
> Log:
> Improve the fix-its for -Wparentheses to ensure that the fix-it
> suggestions follow recovery. Additionally, add a note to these
> diagnostics which suggests a fix-it for changing the behavior to what
> the user probably meant. Examples:

Very nice Doug!  I look forward to the fixit manifesto :)

-Chris



More information about the cfe-commits mailing list