[PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order

Reid Kleckner rnk at google.com
Mon Dec 2 10:38:50 PST 2013


Post holiday ping.


On Wed, Nov 27, 2013 at 11:01 AM, Reid Kleckner <rnk at google.com> wrote:

>     - Template EmitCallArgs over arg_type_iterator to allow skipping early
> args
>     - Handle ARC cleanups properly by reversing the order or all parm decl
> emission.
>
> Hi rjmccall, rsmith,
>
> http://llvm-reviews.chandlerc.com/D2275
>
> CHANGE SINCE LAST DIFF
>   http://llvm-reviews.chandlerc.com/D2275?vs=5788&id=5801#toc
>
> Files:
>   include/clang/Basic/TargetCXXABI.h
>   lib/CodeGen/CGBlocks.cpp
>   lib/CodeGen/CGCall.cpp
>   lib/CodeGen/CGClass.cpp
>   lib/CodeGen/CGDecl.cpp
>   lib/CodeGen/CGExpr.cpp
>   lib/CodeGen/CGExprCXX.cpp
>   lib/CodeGen/CGObjC.cpp
>   lib/CodeGen/CodeGenFunction.h
>   lib/Sema/SemaChecking.cpp
>   test/CodeGen/tbaa-ms-abi.cpp
>   test/CodeGenCXX/microsoft-abi-arg-order.cpp
>   test/CodeGenObjCXX/microsoft-abi-arc-param-order.mm
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131202/9e728fa9/attachment.html>


More information about the cfe-commits mailing list