[PATCH] D26822: Sema, CodeGen: Ensure that an implicit copy ctor is always available under the Microsoft C++ ABI.

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 10:11:43 PST 2016


rnk added a comment.

RIchard, thoughts on which quick fix is better? Forcing the implicit decls or only handling the 'definition_only' case by looking for nontrivial move ctors in MicrosoftCXXABI?


https://reviews.llvm.org/D26822





More information about the llvm-commits mailing list