On Jan 19, 2010, at 2:00 PM, Mike Stump wrote:
> Add CFG support for the start and end of scopes and infrastructure for
> implicit destructor calls.  WIP.

Oh, almost forgot to mention, this also wires up CallExpr to have exceptional 
edges as necessary.  I'd love an audit for Objective-C exceptional edges for 
CallExprs.  In particular, does

void foo();
void other();
void bar() {
        foo();
        other();
}

have an exception edge from foo to the exit block?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to