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 65c1c8780 compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp new 464604ae2 compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minima [...] new d1fb25e56 Try to heal bots after r367551
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/dfsan/CMakeLists.txt | 10 ++++++---- lib/dfsan/{dfsan.cc => dfsan.cpp} | 2 +- lib/dfsan/{dfsan_custom.cc => dfsan_custom.cpp} | 2 +- lib/dfsan/{dfsan_interceptors.cc => dfsan_interceptors.cpp} | 2 +- lib/dfsan/scripts/check_custom_wrappers.sh | 2 +- lib/sanitizer_common/scripts/check_lint.sh | 2 +- lib/stats/CMakeLists.txt | 4 ++-- lib/stats/{stats.cc => stats.cpp} | 2 +- lib/stats/{stats_client.cc => stats_client.cpp} | 2 +- lib/ubsan_minimal/CMakeLists.txt | 2 +- .../{ubsan_minimal_handlers.cc => ubsan_minimal_handlers.cpp} | 0 11 files changed, 16 insertions(+), 14 deletions(-) rename lib/dfsan/{dfsan.cc => dfsan.cpp} (99%) rename lib/dfsan/{dfsan_custom.cc => dfsan_custom.cpp} (99%) rename lib/dfsan/{dfsan_interceptors.cc => dfsan_interceptors.cpp} (95%) rename lib/stats/{stats.cc => stats.cpp} (98%) rename lib/stats/{stats_client.cc => stats_client.cpp} (97%) rename lib/ubsan_minimal/{ubsan_minimal_handlers.cc => ubsan_minimal_handlers.cpp} (100%)