[all-commits] [llvm/llvm-project] 8b37a4: [sanitizer] Make destructors protected
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Nov 2 18:04:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b37a4e6caac61c55bc413ab43c1becf906474d6
https://github.com/llvm/llvm-project/commit/8b37a4e6caac61c55bc413ab43c1becf906474d6
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M compiler-rt/lib/asan/asan_thread.h
M compiler-rt/lib/lsan/lsan_posix.h
M compiler-rt/lib/lsan/lsan_thread.h
M compiler-rt/lib/memprof/memprof_thread.h
M compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
M compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
M compiler-rt/lib/sanitizer_common/tests/sanitizer_thread_registry_test.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
Log Message:
-----------
[sanitizer] Make destructors protected
More information about the All-commits
mailing list