[cfe-commits] r50176 - in /cfe/trunk: include/clang/Analysis/PathSensitive/GRExprEngine.h include/clang/Analysis/PathSensitive/GRTransferFuncs.h lib/Analysis/CFRefCount.cpp lib/Analysis/GRExprEngine.cpp lib/Analysis/GRSimpleVals.cpp lib/Analysis/GRSimpleVals.h

Chris Lattner clattner at apple.com
Wed Apr 23 17:55:25 PDT 2008


On Apr 23, 2008, at 1:12 PM, Ted Kremenek wrote:

> Author: kremenek
> Date: Wed Apr 23 15:12:28 2008
> New Revision: 50176
>
> URL: http://llvm.org/viewvc/llvm-project?rev=50176&view=rev
> Log:
> Fixed: <rdar://problem/5881148>
>
> Problem:
>
> In the recently refactored VisitDeref (which processes  
> dereferences), we
> were incorrectly skipping the node just generated for the  
> subexpression
> of the dereference.  This was a horrible regression.

No regression test? :)

-Chris



More information about the cfe-commits mailing list