This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix warnings about lock_guard.
ClosedPublic

Authored by brettw on Nov 29 2022, 4:44 PM.

Details

Summary

Fixes a warning about a potentially unsupported template argument deduction by explicitly specifying the template type in std::lock_guard.

Diff Detail

Event Timeline

brettw created this revision.Nov 29 2022, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 4:44 PM
Herald added a subscriber: arphaman. · View Herald Transcript
brettw requested review of this revision.Nov 29 2022, 4:44 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 29 2022, 6:31 PM
This revision was automatically updated to reflect the committed changes.