History log of /llvm-project/clang/test/CodeGenCXX/vtable-pointer-initialization.cpp (Results 26 – 28 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 334ce7c1 18-Feb-2010 John McCall <rjmccall@apple.com>

Revert the ctor/dtor alias optimization for now; the buildbots can detect
some failure here that I can't.

llvm-svn: 96612


# 67cea747 17-Feb-2010 John McCall <rjmccall@apple.com>

Emit complete constructors and destructors as aliases to base constructors
and destructors when the two entities are semantically identical, i.e. when
the class has no virtual base classes. We only

Emit complete constructors and destructors as aliases to base constructors
and destructors when the two entities are semantically identical, i.e. when
the class has no virtual base classes. We only do this for linkage types
for which aliases are supported, i.e. internal and external, i.e. not linkonce.

llvm-svn: 96451

show more ...


# ff8cce43 07-Feb-2010 Anders Carlsson <andersca@mac.com>

Make sure to set vtable pointers in the destructors as well.

llvm-svn: 95525


12