[PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last

Reid Kleckner rnk at google.com
Fri Dec 13 10:29:46 PST 2013


Hi timurrrr,

Unlike Itanium's VTTs, the "most derived" boolean or bitfield is the
last parameter, rather than the second.  This affects structor calls and
structor decls in a variety of places.

http://llvm-reviews.chandlerc.com/D2405

Files:
  lib/CodeGen/CGCXXABI.h
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGVTables.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/CodeGen/MicrosoftCXXABI.cpp
  test/CodeGenCXX/microsoft-abi-structors.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2405.1.patch
Type: text/x-patch
Size: 13486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131213/d7df1326/attachment.bin>


More information about the cfe-commits mailing list