[all-commits] [llvm/llvm-project] c99512: [clang-doc] Fix warnings about lock_guard
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Nov 29 18:31:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c995120968993b09aeb138868b30348d6724efe2
https://github.com/llvm/llvm-project/commit/c995120968993b09aeb138868b30348d6724efe2
Author: Petr Hosek <phosek at google.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
Log Message:
-----------
[clang-doc] Fix warnings about lock_guard
Fixes a warning about a potentially unsupported template argument
deduction by explicitly specifying the template type in std::lock_guard.
Patch By: brettw
Differential Revision: https://reviews.llvm.org/D138961
More information about the All-commits
mailing list