[cfe-commits] r60900 - in /cfe/trunk: include/clang/Parse/Ownership.h
Chris Lattner
clattner at apple.com
Sat Dec 13 10:51:27 PST 2008
On Dec 13, 2008, at 5:07 AM, Sebastian Redl wrote:
>> return *this = moving::ASTResultMover<Destroyer>(x);
>> }
>> private:
>> #endif
>>
> Yes, this is what my idea was. But I'll check the volatile idea first.
> It's less intrusive.
>
> Unless it's OK with Chris to switch to compiling with /Za.
I don't really understand all the issues around /Za, and don't really
have an opinion.
-Chris
More information about the cfe-commits
mailing list