[all-commits] [llvm/llvm-project] 04da74: [lldb] Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Aug 15 12:46:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04da7490d85dab7f2f97d0a782b674088bc5a10f
https://github.com/llvm/llvm-project/commit/04da7490d85dab7f2f97d0a782b674088bc5a10f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M lldb/source/Core/ModuleList.cpp
M lldb/source/Host/posix/PipePosix.cpp
Log Message:
-----------
[lldb] Fix warnings
This patch fixes warnings like:
lldb/source/Core/ModuleList.cpp:1086:3: error: 'scoped_lock' may not
intend to support class template argument deduction
[-Werror,-Wctad-maybe-unsupported]
More information about the All-commits
mailing list