[PATCH] Sema: Allow dll attributes on inline functions

Nico Rieck nico.rieck at gmail.com
Tue Apr 1 23:34:24 PDT 2014


This patch implements semantic handling of inline functions declared
dllimport or dllexport.

Both attributes are allowed on function definitions if they are declared
inline. Explicit specializations and instantiation definitions
do not have to be specified as inline (this is how MSVC behaves).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dll-sema-inline-func.patch
Type: text/x-patch
Size: 26418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140402/3c864e61/attachment.bin>


More information about the cfe-commits mailing list