This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 5e3e44df1 compiler-rt: Rename .cc file in lib/{interception/tests,safes [...] new 6efaee2d8 compiler-rt: Rename .cc file in lib/lsan to .cpp new a8f02bfde compiler-rt: Rename .cc file in lib/msan to .cpp new 6e2190f8e compiler-rt: Rename .cc file in lib/msan/tests to .cpp
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/lsan/CMakeLists.txt | 27 ++++++++++++---------- lib/lsan/{lsan.cc => lsan.cpp} | 2 +- lib/lsan/{lsan_allocator.cc => lsan_allocator.cpp} | 2 +- lib/lsan/{lsan_common.cc => lsan_common.cpp} | 2 +- ...{lsan_common_linux.cc => lsan_common_linux.cpp} | 2 +- .../{lsan_common_mac.cc => lsan_common_mac.cpp} | 2 +- ...{lsan_interceptors.cc => lsan_interceptors.cpp} | 2 +- lib/lsan/{lsan_linux.cc => lsan_linux.cpp} | 2 +- lib/lsan/{lsan_mac.cc => lsan_mac.cpp} | 2 +- .../{lsan_malloc_mac.cc => lsan_malloc_mac.cpp} | 2 +- lib/lsan/{lsan_preinit.cc => lsan_preinit.cpp} | 2 +- lib/lsan/{lsan_thread.cc => lsan_thread.cpp} | 2 +- lib/msan/CMakeLists.txt | 19 +++++++-------- lib/msan/{msan.cc => msan.cpp} | 2 +- lib/msan/{msan_allocator.cc => msan_allocator.cpp} | 2 +- ...igin_depot.cc => msan_chained_origin_depot.cpp} | 2 +- ...{msan_interceptors.cc => msan_interceptors.cpp} | 2 +- lib/msan/{msan_linux.cc => msan_linux.cpp} | 2 +- .../{msan_new_delete.cc => msan_new_delete.cpp} | 2 +- lib/msan/{msan_poisoning.cc => msan_poisoning.cpp} | 2 +- lib/msan/{msan_report.cc => msan_report.cpp} | 2 +- lib/msan/{msan_thread.cc => msan_thread.cpp} | 0 lib/msan/tests/CMakeLists.txt | 11 ++++++--- .../tests/{msan_loadable.cc => msan_loadable.cpp} | 2 +- lib/msan/tests/{msan_test.cc => msan_test.cpp} | 2 +- .../{msan_test_main.cc => msan_test_main.cpp} | 2 +- lib/sanitizer_common/scripts/check_lint.sh | 4 ++-- test/msan/chained_origin_memcpy.cc | 14 +++++------ test/msan/msan_copy_shadow.cc | 8 +++---- 29 files changed, 68 insertions(+), 59 deletions(-) rename lib/lsan/{lsan.cc => lsan.cpp} (98%) rename lib/lsan/{lsan_allocator.cc => lsan_allocator.cpp} (99%) rename lib/lsan/{lsan_common.cc => lsan_common.cpp} (99%) rename lib/lsan/{lsan_common_linux.cc => lsan_common_linux.cpp} (98%) rename lib/lsan/{lsan_common_mac.cc => lsan_common_mac.cpp} (99%) rename lib/lsan/{lsan_interceptors.cc => lsan_interceptors.cpp} (99%) rename lib/lsan/{lsan_linux.cc => lsan_linux.cpp} (93%) rename lib/lsan/{lsan_mac.cc => lsan_mac.cpp} (99%) rename lib/lsan/{lsan_malloc_mac.cc => lsan_malloc_mac.cpp} (97%) rename lib/lsan/{lsan_preinit.cc => lsan_preinit.cpp} (92%) rename lib/lsan/{lsan_thread.cc => lsan_thread.cpp} (98%) rename lib/msan/{msan.cc => msan.cpp} (99%) rename lib/msan/{msan_allocator.cc => msan_allocator.cpp} (99%) rename lib/msan/{msan_chained_origin_depot.cc => msan_chained_origin_depot.cpp} (98%) rename lib/msan/{msan_interceptors.cc => msan_interceptors.cpp} (99%) rename lib/msan/{msan_linux.cc => msan_linux.cpp} (99%) rename lib/msan/{msan_new_delete.cc => msan_new_delete.cpp} (98%) rename lib/msan/{msan_poisoning.cc => msan_poisoning.cpp} (98%) rename lib/msan/{msan_report.cc => msan_report.cpp} (99%) rename lib/msan/{msan_thread.cc => msan_thread.cpp} (100%) rename lib/msan/tests/{msan_loadable.cc => msan_loadable.cpp} (90%) rename lib/msan/tests/{msan_test.cc => msan_test.cpp} (99%) rename lib/msan/tests/{msan_test_main.cc => msan_test_main.cpp} (91%)