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

Eli Friedman eli.friedman at gmail.com
Wed Feb 22 17:11:33 PST 2012


On Wed, Feb 22, 2012 at 4:56 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> 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

Looks fine.

-Eli




More information about the cfe-commits mailing list