[all-commits] [llvm/llvm-project] 934ef3: [clang] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Mar 18 14:33:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 934ef305227ad4bd3d95c92e0f9cf1ad605ced9d
https://github.com/llvm/llvm-project/commit/934ef305227ad4bd3d95c92e0f9cf1ad605ced9d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M clang/lib/Tooling/DependencyScanning/InProcessModuleCache.cpp
Log Message:
-----------
[clang] Fix warnings
This patch fixes:
clang/lib/Tooling/DependencyScanning/InProcessModuleCache.cpp:38:5:
error: 'shared_lock' may not intend to support class template
argument deduction [-Werror,-Wctad-maybe-unsupported]
clang/lib/Tooling/DependencyScanning/InProcessModuleCache.cpp:68:7:
error: 'lock_guard' may not intend to support class template
argument deduction [-Werror,-Wctad-maybe-unsupported]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list