]> granicus.if.org Git - clang/commit
Rename test.cc files to test.cpp.
authorNico Weber <nicolasweber@gmx.de>
Mon, 22 Dec 2014 18:13:07 +0000 (18:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 22 Dec 2014 18:13:07 +0000 (18:13 +0000)
commit4534f0e6c7c3d1dc7a59c9ff3fccced7abbd538c
tree30ddb64238033ec767680354d0e8a78b8a5d20c3
parent31523df79ae46ecb4fd7ae26c6e669a761a0982a
Rename test.cc files to test.cpp.

The lit.cfg files only add .cpp to suffixes, so these tests used to never run,
oops.  (Also tweak to of these tests in minor ways to make the actually pass.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224718 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/builtin-recursive.cpp [moved from test/CodeGen/builtin-recursive.cc with 59% similarity]
test/CodeGenCXX/nrvo-noreturn.cpp [moved from test/CodeGenCXX/nrvo-noreturn.cc with 100% similarity]
test/CodeGenCXX/pr21989.cpp [moved from test/CodeGenCXX/pr21989.cc with 100% similarity]
test/Driver/freebsd.cpp [moved from test/Driver/freebsd.cc with 100% similarity]
test/Sema/128bitfloat.cpp [moved from test/Sema/128bitfloat.cc with 100% similarity]
test/SemaCXX/vtable-instantiation.cpp [moved from test/SemaCXX/vtable-instantiation.cc with 89% similarity]