[cfe-commits] r56672 - /cfe/trunk/lib/AST/CFG.cpp
Chris Lattner
clattner at apple.com
Fri Sep 26 14:26:06 PDT 2008
On Sep 26, 2008, at 11:17 AM, Ted Kremenek wrote:
> Author: kremenek
> Date: Fri Sep 26 13:17:07 2008
> New Revision: 56672
>
> URL: http://llvm.org/viewvc/llvm-project?rev=56672&view=rev
> Log:
> Do not create CFGs for functions/methods using blocks (need to add
> control-flow).
Blocks should have no implication on the CFG. Just treat a block
literal as any other literal (like 1 or 'c' or "foo").
-Chris
More information about the cfe-commits
mailing list