[cfe-commits] [Patch] Support for __thiscall

Steven Watanabe watanabesj at gmail.com
Sat May 15 20:29:07 PDT 2010


AMDG

Anton Korobeynikov wrote:
>> The attached patch adds support for Microsoft's __thiscall
>> keyword.
>>     
> Patch itself looks ok, but before it can be committed, thiscall CC
> should be implemented in LLVM.
> Otherwise the code will be silently miscompiled (and no error will be
> produced as now).
>   

There was one bug in my previous patch, which caused it to ignore thiscall.
Here's an updated patch.

In Christ,
Steven Watanabe

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


More information about the cfe-commits mailing list