[all-commits] [llvm/llvm-project] 15eb43: tsan: modernize MaybeReportThreadLeak
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Aug 5 07:52:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15eb431537dc88d1e4fe4d276ecaa453647b9802
https://github.com/llvm/llvm-project/commit/15eb431537dc88d1e4fe4d276ecaa453647b9802
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
Log Message:
-----------
tsan: modernize MaybeReportThreadLeak
Use C++ casts and auto.
Rename to CollectThreadLeaks b/c it's only collecting, not reporting.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107568
More information about the All-commits
mailing list