[PATCH] Abstract out virtual calls and virtual function prologue code generation
Timur Iskhodzhanov
timurrrr at google.com
Mon Aug 5 05:58:50 PDT 2013
John,
Is there anything I need to do with this patch?
--
Timur
2013/8/2 Timur Iskhodzhanov <timurrrr at google.com>:
> Forgot to `svn add`
>
> Hi rjmccall, rnk,
>
> http://llvm-reviews.chandlerc.com/D1260
>
> CHANGE SINCE LAST DIFF
> http://llvm-reviews.chandlerc.com/D1260?vs=3143&id=3144#toc
>
> Files:
> lib/CodeGen/ItaniumCXXABI.cpp
> lib/CodeGen/CodeGenModule.h
> lib/CodeGen/CodeGenFunction.h
> lib/CodeGen/CGClass.cpp
> lib/CodeGen/CGCXXABI.cpp
> lib/CodeGen/MicrosoftCXXABI.cpp
> lib/CodeGen/CGCXX.cpp
> lib/CodeGen/CGVTables.h
> lib/CodeGen/CGCXXABI.h
> lib/CodeGen/CGExprCXX.cpp
> lib/CodeGen/CGCall.cpp
> lib/AST/VTableBuilder.cpp
> test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
> test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
> include/clang/AST/VTableBuilder.h
More information about the cfe-commits
mailing list