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 d6f6e5233 [NFC][Sanitizer] Add TODO comments new 4efb43207 hwasan: Rename source files from cc 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/hwasan/CMakeLists.txt | 23 +++++++++++----------- lib/hwasan/{hwasan.cc => hwasan.cpp} | 2 +- .../{hwasan_allocator.cc => hwasan_allocator.cpp} | 2 +- ...dynamic_shadow.cc => hwasan_dynamic_shadow.cpp} | 2 +- ...san_interceptors.cc => hwasan_interceptors.cpp} | 2 +- lib/hwasan/{hwasan_linux.cc => hwasan_linux.cpp} | 2 +- ...n_memintrinsics.cc => hwasan_memintrinsics.cpp} | 2 +- ...{hwasan_new_delete.cc => hwasan_new_delete.cpp} | 2 +- .../{hwasan_poisoning.cc => hwasan_poisoning.cpp} | 2 +- lib/hwasan/{hwasan_report.cc => hwasan_report.cpp} | 2 +- lib/hwasan/{hwasan_thread.cc => hwasan_thread.cpp} | 0 ...wasan_thread_list.cc => hwasan_thread_list.cpp} | 0 12 files changed, 21 insertions(+), 20 deletions(-) rename lib/hwasan/{hwasan.cc => hwasan.cpp} (99%) rename lib/hwasan/{hwasan_allocator.cc => hwasan_allocator.cpp} (99%) rename lib/hwasan/{hwasan_dynamic_shadow.cc => hwasan_dynamic_shadow.cpp} (98%) rename lib/hwasan/{hwasan_interceptors.cc => hwasan_interceptors.cpp} (99%) rename lib/hwasan/{hwasan_linux.cc => hwasan_linux.cpp} (99%) rename lib/hwasan/{hwasan_memintrinsics.cc => hwasan_memintrinsics.cpp} (96%) rename lib/hwasan/{hwasan_new_delete.cc => hwasan_new_delete.cpp} (97%) rename lib/hwasan/{hwasan_poisoning.cc => hwasan_poisoning.cpp} (96%) rename lib/hwasan/{hwasan_report.cc => hwasan_report.cpp} (99%) rename lib/hwasan/{hwasan_thread.cc => hwasan_thread.cpp} (100%) rename lib/hwasan/{hwasan_thread_list.cc => hwasan_thread_list.cpp} (100%)