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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
