[cfe-commits] r78854 - in /cfe/trunk/lib/CodeGen: CGCXX.cpp CodeGenFunction.h

Anders Carlsson andersca at mac.com
Wed Aug 12 16:05:56 PDT 2009


On Aug 12, 2009, at 4:01 PM, Mike Stump wrote:

> Author: mrs
> Date: Wed Aug 12 18:00:59 2009
> New Revision: 78854
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78854&view=rev
> Log:
> Refactor.
>

Nice!

> +void CodeGenFunction::GenerateMethods(std::vector<llvm::Constant *>  
> &methods,
> +                                      const CXXRecordDecl *RD,
> +                                      llvm::Type *Ptr8Ty) {

Could you rename this to something less generic (something that makes  
it clear that it's related to the vtable)?

Thanks,
Anders





More information about the cfe-commits mailing list