[cfe-commits] [Patch] Support for __thiscall
Douglas Gregor
dgregor at apple.com
Tue May 18 09:59:23 PDT 2010
On May 18, 2010, at 8:46 AM, Steven Watanabe wrote:
> 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.
Looks great, thanks! Committed as r104026.
- Doug
More information about the cfe-commits
mailing list