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 9e0b02945 compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp new b6f4b44f9 compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp new ccaf8a021 compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cpp
The 2 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/scudo/standalone/CMakeLists.txt | 40 +++++++++-------- lib/scudo/standalone/{checksum.cc => checksum.cpp} | 2 +- lib/scudo/standalone/chunk.h | 6 +-- lib/scudo/standalone/{common.cc => common.cpp} | 2 +- lib/scudo/standalone/{crc32_hw.cc => crc32_hw.cpp} | 0 lib/scudo/standalone/{flags.cc => flags.cpp} | 2 +- .../{flags_parser.cc => flags_parser.cpp} | 2 +- lib/scudo/standalone/{fuchsia.cc => fuchsia.cpp} | 2 +- lib/scudo/standalone/{linux.cc => linux.cpp} | 2 +- lib/scudo/standalone/{report.cc => report.cpp} | 2 +- .../standalone/{secondary.cc => secondary.cpp} | 2 +- .../{string_utils.cc => string_utils.cpp} | 2 +- lib/scudo/standalone/tests/CMakeLists.txt | 51 ++++++++++++---------- .../tests/{atomic_test.cc => atomic_test.cpp} | 2 +- .../tests/{bytemap_test.cc => bytemap_test.cpp} | 2 +- .../tests/{checksum_test.cc => checksum_test.cpp} | 2 +- .../tests/{chunk_test.cc => chunk_test.cpp} | 2 +- .../tests/{combined_test.cc => combined_test.cpp} | 2 +- .../tests/{flags_test.cc => flags_test.cpp} | 2 +- .../tests/{list_test.cc => list_test.cpp} | 2 +- .../standalone/tests/{map_test.cc => map_test.cpp} | 2 +- .../tests/{mutex_test.cc => mutex_test.cpp} | 2 +- .../tests/{primary_test.cc => primary_test.cpp} | 2 +- .../{quarantine_test.cc => quarantine_test.cpp} | 2 +- .../tests/{release_test.cc => release_test.cpp} | 2 +- .../tests/{report_test.cc => report_test.cpp} | 2 +- ..._unit_test_main.cc => scudo_unit_test_main.cpp} | 2 +- .../{secondary_test.cc => secondary_test.cpp} | 2 +- ...e_class_map_test.cc => size_class_map_test.cpp} | 2 +- .../tests/{stats_test.cc => stats_test.cpp} | 2 +- .../tests/{strings_test.cc => strings_test.cpp} | 2 +- .../standalone/tests/{tsd_test.cc => tsd_test.cpp} | 2 +- .../tests/{vector_test.cc => vector_test.cpp} | 2 +- .../{wrappers_c_test.cc => wrappers_c_test.cpp} | 2 +- ...{wrappers_cpp_test.cc => wrappers_cpp_test.cpp} | 2 +- .../standalone/{wrappers_c.cc => wrappers_c.cpp} | 2 +- ...{wrappers_c_bionic.cc => wrappers_c_bionic.cpp} | 2 +- .../{wrappers_cpp.cc => wrappers_cpp.cpp} | 2 +- 38 files changed, 86 insertions(+), 79 deletions(-) rename lib/scudo/standalone/{checksum.cc => checksum.cpp} (96%) rename lib/scudo/standalone/{common.cc => common.cpp} (92%) rename lib/scudo/standalone/{crc32_hw.cc => crc32_hw.cpp} (100%) rename lib/scudo/standalone/{flags.cc => flags.cpp} (95%) rename lib/scudo/standalone/{flags_parser.cc => flags_parser.cpp} (98%) rename lib/scudo/standalone/{fuchsia.cc => fuchsia.cpp} (98%) rename lib/scudo/standalone/{linux.cc => linux.cpp} (98%) rename lib/scudo/standalone/{report.cc => report.cpp} (99%) rename lib/scudo/standalone/{secondary.cc => secondary.cpp} (98%) rename lib/scudo/standalone/{string_utils.cc => string_utils.cpp} (99%) rename lib/scudo/standalone/tests/{atomic_test.cc => atomic_test.cpp} (98%) rename lib/scudo/standalone/tests/{bytemap_test.cc => bytemap_test.cpp} (96%) rename lib/scudo/standalone/tests/{checksum_test.cc => checksum_test.cpp} (97%) rename lib/scudo/standalone/tests/{chunk_test.cc => chunk_test.cpp} (97%) rename lib/scudo/standalone/tests/{combined_test.cc => combined_test.cpp} (99%) rename lib/scudo/standalone/tests/{flags_test.cc => flags_test.cpp} (98%) rename lib/scudo/standalone/tests/{list_test.cc => list_test.cpp} (98%) rename lib/scudo/standalone/tests/{map_test.cc => map_test.cpp} (97%) rename lib/scudo/standalone/tests/{mutex_test.cc => mutex_test.cpp} (97%) rename lib/scudo/standalone/tests/{primary_test.cc => primary_test.cpp} (98%) rename lib/scudo/standalone/tests/{quarantine_test.cc => quarantine_test.cpp} (99%) rename lib/scudo/standalone/tests/{release_test.cc => release_test.cpp} (99%) rename lib/scudo/standalone/tests/{report_test.cc => report_test.cpp} (97%) rename lib/scudo/standalone/tests/{scudo_unit_test_main.cc => scudo_unit_test_main [...] rename lib/scudo/standalone/tests/{secondary_test.cc => secondary_test.cpp} (98%) rename lib/scudo/standalone/tests/{size_class_map_test.cc => size_class_map_test.c [...] rename lib/scudo/standalone/tests/{stats_test.cc => stats_test.cpp} (96%) rename lib/scudo/standalone/tests/{strings_test.cc => strings_test.cpp} (98%) rename lib/scudo/standalone/tests/{tsd_test.cc => tsd_test.cpp} (98%) rename lib/scudo/standalone/tests/{vector_test.cc => vector_test.cpp} (94%) rename lib/scudo/standalone/tests/{wrappers_c_test.cc => wrappers_c_test.cpp} (98%) rename lib/scudo/standalone/tests/{wrappers_cpp_test.cc => wrappers_cpp_test.cpp} (97%) rename lib/scudo/standalone/{wrappers_c.cc => wrappers_c.cpp} (94%) rename lib/scudo/standalone/{wrappers_c_bionic.cc => wrappers_c_bionic.cpp} (95%) rename lib/scudo/standalone/{wrappers_cpp.cc => wrappers_cpp.cpp} (98%)