[cfe-dev] CFG temporary objects destructors

Ted Kremenek kremenek at apple.com
Fri Oct 22 16:42:41 PDT 2010


On Oct 22, 2010, at 4:17 PM, John McCall wrote:

> void baz(bool);
> int test() {
>   foo(foo() || bar());
> }
> 

Is the outer call to foo() suppose to be a call to baz()?



More information about the cfe-dev mailing list