[cfe-commits] [Patch] Support for __thiscall

Steven Watanabe watanabesj at gmail.com
Tue May 18 08:46:16 PDT 2010


AMDG

Douglas Gregor wrote:
> This generally looks very good. Could you write a test case that verifies that the __thiscall keyword/attribute gets from the source all the way down to LLVM IR?
>   

Okay.  It turns out that the other microsoft specific keywords were also
ignored.  I fixed this by translating "__stdcall" into AT_stdcall, etc. in
AttributeList.cpp.  Updated patch with tests attached.

In Christ,
Steven Watanabe


-------------- next part --------------
A non-text attachment was scrubbed...
Name: thiscall-support.clang.patch
Type: text/x-patch
Size: 14813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100518/3cd8815d/attachment.bin>


More information about the cfe-commits mailing list