[llvm] r231351 - Revert "[dsymutil] MSVC does generate move constructors, but it should accept to default them"
Frédéric Riss
friss at apple.com
Wed Mar 4 21:35:44 PST 2015
> On Mar 4, 2015, at 9:29 PM, Frederic Riss <friss at apple.com> wrote:
>
> Author: friss
> Date: Wed Mar 4 23:29:05 2015
> New Revision: 231351
>
> URL: http://llvm.org/viewvc/llvm-project?rev=231351&view=rev
> Log:
> Revert "[dsymutil] MSVC does generate move constructors, but it should accept to default them"
>
> This reverts commit r231350.
>
> It turns out MSVC doesn't generate implicit move constructors and also doesn't accept to default them...
> See for example http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc/builds/2786
Took me longer than expected to get back to this, but this answers the question. No simplification of move constructors yet.
More information about the llvm-commits
mailing list