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 631f8b2dc compiler-rt: Rename .cc file in lib/xray to .cpp new 65c1c8780 compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp
The 1 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/xray/tests/unit/CMakeLists.txt | 20 +++++++++++--------- .../unit/{allocator_test.cc => allocator_test.cpp} | 2 +- .../{buffer_queue_test.cc => buffer_queue_test.cpp} | 2 +- ...dr_controller_test.cc => fdr_controller_test.cpp} | 2 +- ...dr_log_writer_test.cc => fdr_log_writer_test.cpp} | 2 +- ...call_trie_test.cc => function_call_trie_test.cpp} | 2 +- ..._collector_test.cc => profile_collector_test.cpp} | 2 +- ...mented_array_test.cc => segmented_array_test.cpp} | 0 .../tests/unit/{test_helpers.cc => test_helpers.cpp} | 2 +- ...ray_unit_test_main.cc => xray_unit_test_main.cpp} | 2 +- 10 files changed, 19 insertions(+), 17 deletions(-) rename lib/xray/tests/unit/{allocator_test.cc => allocator_test.cpp} (97%) rename lib/xray/tests/unit/{buffer_queue_test.cc => buffer_queue_test.cpp} (99%) rename lib/xray/tests/unit/{fdr_controller_test.cc => fdr_controller_test.cpp} (99%) rename lib/xray/tests/unit/{fdr_log_writer_test.cc => fdr_log_writer_test.cpp} (99%) rename lib/xray/tests/unit/{function_call_trie_test.cc => function_call_trie_test. [...] rename lib/xray/tests/unit/{profile_collector_test.cc => profile_collector_test.cp [...] rename lib/xray/tests/unit/{segmented_array_test.cc => segmented_array_test.cpp} (100%) rename lib/xray/tests/unit/{test_helpers.cc => test_helpers.cpp} (98%) rename lib/xray/tests/unit/{xray_unit_test_main.cc => xray_unit_test_main.cpp} (90%)