[cfe-commits] [PATCH] Encoding calling conventions in FunctionTypes
Charles Davis
cdavis at mymail.mines.edu
Wed Dec 16 13:12:47 PST 2009
Hi,
This patch encodes calling conventions into FunctionType objects. Right
now, only cdecl, stdcall, and fastcall are supported. No real users yet,
but I went through and fixed all the users of
ASTContext::getFunctionType() and friends to respect the calling convention.
Next up: applying calling convention attributes to the function types.
Chip
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: callconv-in-types.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091216/e2e5baeb/attachment.ksh>
More information about the cfe-commits
mailing list