[all-commits] [llvm/llvm-project] de7475: [lldb] Remove LogHandler::Create functions (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jun 16 21:04:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de7475657156658d16704e956a17a39709de2fdd
https://github.com/llvm/llvm-project/commit/de7475657156658d16704e956a17a39709de2fdd
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M lldb/include/lldb/Utility/Log.h
M lldb/source/Core/Debugger.cpp
M lldb/source/Utility/Log.cpp
Log Message:
-----------
[lldb] Remove LogHandler::Create functions (NFC)
Remove the LogHandler::Create functions. Except for the StreamHandler
they were just forwarding their arguments to std::make_shared.
More information about the All-commits
mailing list