[cfe-commits] [PATCH] Handle __declspec(dllimport) and __declspec(dllexport)

Charles Davis cdavis at mymail.mines.edu
Sat Feb 13 11:07:20 PST 2010


This patch should fix (part of) PR6269. It allows Sema to recognize the
dllimport and dllexport MS declspec attributes and handle them
appropriately. As far as I know, these are the only two declspec
attributes that clang supports at the moment. It fixes the reporter's
immediate problem, but I wouldn't call the bug "fixed" because of the
many, many MS declspec attributes we don't support yet.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ds-support-1.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100213/17764403/attachment.ksh>


More information about the cfe-commits mailing list