llvm-project/clang/test/CodeGenCXX
Douglas Gregor 14f5c132c1 Add a target triple, because this test depends on details of the x86-64 ABI
llvm-svn: 72503
2009-05-27 23:32:34 +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
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
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
references.cpp IRgen support for calls to functions that return references to aggregate exressions. 2009-05-27 16:45:02 +00:00