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 e8c4cd327 [fuzzer] Fix threaded stack printing new 60ec9d032 [scudo] Implement stricter separation of C vs C++
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/scudo/CMakeLists.txt | 57 +++++++++++++--------- test/scudo/{alignment.cpp => alignment.c} | 2 +- test/scudo/double-free.cpp | 2 +- test/scudo/interface.cpp | 2 +- test/scudo/lit.cfg | 10 ++-- test/scudo/malloc.cpp | 2 +- test/scudo/{memalign.cpp => memalign.c} | 4 +- test/scudo/mismatch.cpp | 2 +- test/scudo/options.cpp | 2 +- test/scudo/{overflow.cpp => overflow.c} | 0 test/scudo/{preinit.cpp => preinit.c} | 2 +- test/scudo/preload.cpp | 10 ++-- test/scudo/{quarantine.cpp => quarantine.c} | 2 +- test/scudo/random_shuffle.cpp | 2 +- test/scudo/realloc.cpp | 2 +- test/scudo/{secondary.cpp => secondary.c} | 2 +- test/scudo/sized-delete.cpp | 2 +- test/scudo/sizes.cpp | 2 +- test/scudo/{threads.cpp => threads.c} | 4 +- .../{tsd_destruction.cpp => tsd_destruction.c} | 0 test/scudo/{valloc.cpp => valloc.c} | 2 +- 21 files changed, 64 insertions(+), 49 deletions(-) rename test/scudo/{alignment.cpp => alignment.c} (87%) rename test/scudo/{memalign.cpp => memalign.c} (96%) rename test/scudo/{overflow.cpp => overflow.c} (100%) rename test/scudo/{preinit.cpp => preinit.c} (96%) rename test/scudo/{quarantine.cpp => quarantine.c} (99%) rename test/scudo/{secondary.cpp => secondary.c} (97%) rename test/scudo/{threads.cpp => threads.c} (98%) rename test/scudo/{tsd_destruction.cpp => tsd_destruction.c} (100%) rename test/scudo/{valloc.cpp => valloc.c} (98%)