[PATCH] D19156: [ms][dll] #27212: Generating of implicit special members should take into account MSVC compatibility version

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 10:04:10 PDT 2016


rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.

As mentioned twice in https://llvm.org/bugs/show_bug.cgi?id=27212, I don't think this is the right direction. To my knowledge, this only causes an ABI break when importing a class. I think we should change Sema::checkClassLevelDLLAttribute to not apply dllimport to implicit move special members instead.


http://reviews.llvm.org/D19156





More information about the cfe-commits mailing list