]> granicus.if.org Git - clang/commit
Rename four test files from .C to .cpp.
authorNico Weber <nicolasweber@gmx.de>
Sun, 25 Jan 2015 02:04:36 +0000 (02:04 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 25 Jan 2015 02:04:36 +0000 (02:04 +0000)
commita19d28e1d73b8e80f6cf644509e629c7f2c0cefd
treeadfe76c8bb6b019a357f2272fb71d66426b3634b
parentf0fc9d7a7bf0f9787cc2ead1ef00dcb603dd1132
Rename four test files from .C to .cpp.

lit.cfg has never supported running .C files, so these tests were never
executed by check-clang.  Rename them to .cpp so that they run as part of
the test suite, and minorly tweak two of them that look like they were broken
when checked in to actually pass.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227029 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/apple-kext-indirect-call-2.cpp [moved from test/CodeGenCXX/apple-kext-indirect-call-2.C with 68% similarity]
test/CodeGenCXX/apple-kext-indirect-call.cpp [moved from test/CodeGenCXX/apple-kext-indirect-call.C with 84% similarity]
test/CodeGenCXX/apple-kext-linkage.cpp [moved from test/CodeGenCXX/apple-kext-linkage.C with 100% similarity]
test/CodeGenCXX/apple-kext-no-staticinit-section.cpp [moved from test/CodeGenCXX/apple-kext-no-staticinit-section.C with 100% similarity]