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)
commit08ef80f4b8fd49504983a536e16b8932ca898de2
tree1911cc378b841e57bf70a1d87b5cf714dc1ec6fe
parent84f89ccd4517557781c8277a5045bb85a2cdd238
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.)

llvm-svn: 224718
clang/test/CodeGen/builtin-recursive.cpp [moved from clang/test/CodeGen/builtin-recursive.cc with 59% similarity]
clang/test/CodeGenCXX/nrvo-noreturn.cpp [moved from clang/test/CodeGenCXX/nrvo-noreturn.cc with 100% similarity]
clang/test/CodeGenCXX/pr21989.cpp [moved from clang/test/CodeGenCXX/pr21989.cc with 100% similarity]
clang/test/Driver/freebsd.cpp [moved from clang/test/Driver/freebsd.cc with 100% similarity]
clang/test/Sema/128bitfloat.cpp [moved from clang/test/Sema/128bitfloat.cc with 100% similarity]
clang/test/SemaCXX/vtable-instantiation.cpp [moved from clang/test/SemaCXX/vtable-instantiation.cc with 89% similarity]