llvm-project/clang/test/CodeGenCXX
Mike Stump 9beac787c1 vtable building for simple inheritance. Still in progress.
llvm-svn: 78110
2009-08-04 21:58:42 +00:00
..
__null.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
class-layout.cpp Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. 2009-07-27 17:10:54 +00:00
const-init.cpp Add support for generating reference initialization code. 2009-04-11 01:08:03 +00:00
constructor-init.cpp Patch to provide cast of objects in member access 2009-07-29 18:40:24 +00:00
default-arg-temps.cpp Handle temporaries in default arguments. 2009-06-16 03:37:31 +00:00
destructor-calls.cpp ir-gen for destructor calls. 2009-08-03 20:20:07 +00:00
explicit-instantiation.cpp Make sure that CodeGen sees template instantiations. 2009-05-26 20:50:29 +00:00
expr.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
extern-c.cpp extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728. 2009-05-16 21:02:39 +00:00
function-template-specialization.cpp Update for LLVM API change. 2009-07-27 21:00:51 +00:00
implicit-instantiation-1.cpp Implement implicit instantiation of the member functions of a class template 2009-06-22 23:06:13 +00:00
mangle.cpp Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. 2009-05-17 17:41:20 +00:00
member-functions.cpp Add a target triple, because this test depends on details of the x86-64 ABI 2009-05-27 23:32:34 +00:00
nested-base-member-access.cpp ir-gen for nested non-virtual base member access 2009-07-30 00:10:25 +00:00
new.cpp Fix a thinko. 2009-06-01 00:26:14 +00:00
reference-field.cpp Some small fixes for fields of reference type. 2009-05-30 21:09:44 +00:00
references.cpp IRgen support for calls to functions that return references to aggregate exressions. 2009-05-27 16:45:02 +00:00
static-assert.cpp Don't assert when generating code with static_asserts. 2009-06-11 21:22:55 +00:00
virt.cpp vtable building for simple inheritance. Still in progress. 2009-08-04 21:58:42 +00:00