[all-commits] [llvm/llvm-project] ff35c6: [NFC][sanitizer] Return nullptr instead of 0
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Apr 14 23:03:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff35c64dc47692b79de2230cedf016fe5823bd67
https://github.com/llvm/llvm-project/commit/ff35c64dc47692b79de2230cedf016fe5823bd67
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp
Log Message:
-----------
[NFC][sanitizer] Return nullptr instead of 0
Commit: 364884e088d45b162ecb47d093f955a2333eeee1
https://github.com/llvm/llvm-project/commit/364884e088d45b162ecb47d093f955a2333eeee1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
A compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp
Log Message:
-----------
[test][sanitizer] Add another stress test for pthread_create
Commit: 02eb818f64c3b5e20f1badfe803a9a22f9de4640
https://github.com/llvm/llvm-project/commit/02eb818f64c3b5e20f1badfe803a9a22f9de4640
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M compiler-rt/lib/lsan/lsan_fuchsia.cpp
M compiler-rt/lib/lsan/lsan_interceptors.cpp
M compiler-rt/lib/lsan/lsan_mac.cpp
M compiler-rt/lib/lsan/lsan_posix.cpp
M compiler-rt/lib/lsan/lsan_thread.cpp
M compiler-rt/lib/lsan/lsan_thread.h
Log Message:
-----------
[NFC][lsan] Add GetCurrentThreadId wrapper for GetCurrentThread
I am going to change return type of GetCurrentThreadId() in the next
patch.
Differential Revision: https://reviews.llvm.org/D148394
Compare: https://github.com/llvm/llvm-project/compare/38d84e3d76fb...02eb818f64c3
More information about the All-commits
mailing list