[cfe-commits] r88663 - in /cfe/trunk/lib/CodeGen: CGCXX.cpp CGVtable.cpp CGVtable.h

Douglas Gregor dgregor at apple.com
Fri Nov 13 09:17:00 PST 2009


On Nov 13, 2009, at 9:08 AM, Anders Carlsson wrote:

> Author: andersca
> Date: Fri Nov 13 11:08:56 2009
> New Revision: 88663
>
> URL: http://llvm.org/viewvc/llvm-project?rev=88663&view=rev
> Log:
> Instead of storing CXXMethodDecls in the vtable builder, store  
> GlobalDecls so we can represent both the complete and deleting  
> destructors. Also, when encountering a destructor decl, emit entries  
> for both the complete and deleting destructors. Mike, please review.
>
> With this change, FileCheck builds and runs the clang test suite  
> without failures!

w00h00!

	- Doug



More information about the cfe-commits mailing list