This is an archive of the discontinued LLVM Phabricator instance.

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 Timeline

dvyukov requested review of this revision.Aug 5 2021, 5:44 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2021, 5:44 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 5 2021, 6:55 AM
This 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
Closed by commit rGc6a485caf693: tsan: qualify autos (authored by dvyukov). · Explain Why
This revision was automatically updated to reflect the committed changes.