[cfe-commits] [PATCH] Enabling support for __declspec(deprecated)

Aaron Ballman aaron at aaronballman.com
Wed Feb 22 16:56:40 PST 2012


You can attach __declspec(deprecated) with an optional message to any
type or variable declaration in MS compatibility mode.  This patch
enables support for such functionality.

All of the work was already done for this -- I'm just enabling it for
__declspec and adding some test cases.

http://msdn.microsoft.com/en-us/library/044swk7y.aspx

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DeclspecDeprecated.patch
Type: application/octet-stream
Size: 1533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120222/ff905abf/attachment.obj>


More information about the cfe-commits mailing list