[PATCH] Sema: Require external linkage for dllimport/dllexport attributes

Nico Rieck nico.rieck at gmail.com
Wed Mar 26 09:28:12 PDT 2014


Both attributes require external linkage. This is not fully compatible
with MSVC because MSVC allows exporting/importing from anonymous
namespaces. But until we can mangle this properly this should not be
allowed.

-Nico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dll-sema-require-extern.patch
Type: text/x-patch
Size: 14081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140326/a28c1ef8/attachment.bin>


More information about the cfe-commits mailing list