[PATCH] D43576: Solution to fix PR27066 - Redefinition with same mangled name as another definition (dllexport and uuid)

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 11:34:07 PST 2018


majnemer added a comment.

We should really, really avoid making this sort of change without first trying to desugar uuidof into a reference to a variable. That would solve a ton of problems, problems like this one.


https://reviews.llvm.org/D43576





More information about the cfe-commits mailing list