[cfe-commits] r82050 - in /cfe/trunk: clang.xcodeproj/project.pbxproj lib/CodeGen/ABIInfo.h lib/CodeGen/CGCall.cpp lib/CodeGen/TargetABIInfo.cpp test/CodeGenCXX/x86_64-arguments.cpp

Daniel Dunbar daniel at zuster.org
Fri Sep 18 01:59:15 PDT 2009


On Wed, Sep 16, 2009 at 8:53 AM, Anders Carlsson <andersca at mac.com> wrote:
> Author: andersca
> Date: Wed Sep 16 10:53:40 2009
> New Revision: 82050
>
> URL: http://llvm.org/viewvc/llvm-project?rev=82050&view=rev
> Log:
> x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review.

Looks good to me.

 - Daniel



More information about the cfe-commits mailing list