http://llvm.org/bugs/show_bug.cgi?id=9615
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Eli Friedman <[email protected]> 2011-04-03 20:37:26 CDT --- r128806. Basically, the bug is exactly as you stated in the summary: clang wasn't destroying temporaries returned by operator->, period. In terms of a workaround, you could hack up Accessor with a doit() method, I guess... it depends on what your original code looks like. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
