On Tue, Aug 30, 2011 at 3:58 PM, Sebastian Redl
<[email protected]> wrote:
> Author: cornedbee
> Date: Tue Aug 30 14:58:05 2011
> New Revision: 138821
>
> URL: http://llvm.org/viewvc/llvm-project?rev=138821&view=rev
> Log:
> Declare and define implicit move constructor and assignment operator.
>
> This makes the code duplication of implicit special member handling even 
> worse,
> but the cleanup will have to come later. For now, this works.
> Follow-up with tests for explicit defaulting and enabling the __has_feature
> flag to come.

No need to revert but this is making clang crashes when parsing MSVC
2010 headers file in c++0x mode.
I'll investigate when I have some time later this week.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to