clang-tidy warning requires qualifying auto pointers:
clang-tidy: warning: 'auto ctx' can be declared as 'auto *ctx' [llvm-qualified-auto]
Fix remaing cases we have in tsan.
Depends on D107561.
Paths
| Differential D107562
tsan: qualify autos ClosedPublic Authored by dvyukov on Aug 5 2021, 5:44 AM.
Details
Summary clang-tidy warning requires qualifying auto pointers: clang-tidy: warning: 'auto ctx' can be declared as 'auto *ctx' [llvm-qualified-auto] Fix remaing cases we have in tsan. Depends on D107561.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2021, 6:55 AM This revision was landed with ongoing or failed builds.Aug 5 2021, 7:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 364475 compiler-rt/lib/tsan/go/tsan_go.cpp
compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
|