[PATCH] Abstract out virtual calls and virtual function prologue code generation

Timur Iskhodzhanov timurrrr at google.com
Fri Aug 2 02:32:13 PDT 2013


  Addressed the comments. Includes running clang-format on most changes.

Hi rjmccall, rnk,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1260?vs=3129&id=3143#toc

Files:
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CGCXXABI.h
  lib/CodeGen/CGCXX.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGCXXABI.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CGClass.cpp
  lib/CodeGen/MicrosoftCXXABI.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/CodeGen/CGVTables.h
  lib/AST/VTableBuilder.cpp
  test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
  test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
  include/clang/AST/VTableBuilder.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1260.2.patch
Type: text/x-patch
Size: 30676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130802/0ca7b1e6/attachment.bin>


More information about the cfe-commits mailing list