llvm-project/clang/test/CodeGenCXX
Chris Lattner e0be0dfced push GlobalDecl through enough of the CodeGenModule interfaces
to allow us to support generation of deferred ctors/dtors.
It looks like codegen isn't emitting a call to the dtor in 
member-functions.cpp:test2, but when it does, its body should
get emitted.

llvm-svn: 71594
2009-05-12 21:21:08 +00:00
..
__null.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
const-init.cpp Add support for generating reference initialization code. 2009-04-11 01:08:03 +00:00
expr.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
mangle.cpp only support int128_t on 64-bit and larger targets. 32-bit targets don't 2009-04-30 06:18:40 +00:00
member-functions.cpp push GlobalDecl through enough of the CodeGenModule interfaces 2009-05-12 21:21:08 +00:00