[PATCH] __w64 attribute in ms mode

Aaron Ballman aaron at aaronballman.com
Mon Dec 2 08:41:36 PST 2013


The __w64 attribute
(http://msdn.microsoft.com/en-us/library/vstudio/s04b5w00(v=vs.90).aspx)
has been deprecated since Visual Studio 2008. Since this is an
attribute we parse but ignore in clang, I am proposing that we instead
treat it as an ignored attribute like we already do for other MS
attributes we don't support (like __unaligned and property).

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


More information about the cfe-commits mailing list