compiler-rt: Rename .cc file in test/hwasan to .cpp
authorNico Weber <nicolasweber@gmx.de>
Mon, 5 Aug 2019 13:10:50 +0000 (13:10 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 5 Aug 2019 13:10:50 +0000 (13:10 +0000)
commitf9e0df071ec24a2b0aafe52a1d67d359744cf26e
treea19996ca34105cb93885adbfaec6d76f928bef14
parent5a4b41f14609c6f9fea47d77e63f937ec8b1376d
compiler-rt: Rename .cc file in test/hwasan to .cpp

Like r367463, but for test/hwasan.

llvm-svn: 367849
13 files changed:
compiler-rt/test/hwasan/TestCases/abort-message-android.cpp [moved from compiler-rt/test/hwasan/TestCases/abort-message-android.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp [moved from compiler-rt/test/hwasan/TestCases/allocator_returns_null.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/cfi.cpp [moved from compiler-rt/test/hwasan/TestCases/cfi.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/check-interface.cpp [moved from compiler-rt/test/hwasan/TestCases/check-interface.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/halt-on-error.cpp [moved from compiler-rt/test/hwasan/TestCases/halt-on-error.cc with 93% similarity]
compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp [moved from compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/malloc_fill.cpp [moved from compiler-rt/test/hwasan/TestCases/malloc_fill.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/new-test.cpp [moved from compiler-rt/test/hwasan/TestCases/new-test.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/realloc-test.cpp [moved from compiler-rt/test/hwasan/TestCases/realloc-test.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/register-dump-no-fp.cpp [moved from compiler-rt/test/hwasan/TestCases/register-dump-no-fp.cc with 87% similarity]
compiler-rt/test/hwasan/TestCases/sanitizer_malloc.cpp [moved from compiler-rt/test/hwasan/TestCases/sanitizer_malloc.cc with 100% similarity]
compiler-rt/test/hwasan/TestCases/try-catch.cpp [moved from compiler-rt/test/hwasan/TestCases/try-catch.cc with 100% similarity]
compiler-rt/test/hwasan/lit.cfg.py