github-actions[bot] wrote: <!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning: <details> <summary> You can test this locally with the following command: </summary> ``````````bash git-clang-format --diff 5ecce45ea2980aff35d1283d4dd3feb8f74de16c 11efc09e1ab9ffcca8e965906530af995f5c8c83 --extensions cpp,h -- lldb/include/lldb/Core/Telemetry.h lldb/source/Core/Debugger.cpp lldb/source/Core/Telemetry.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/source/Core/Telemetry.cpp b/lldb/source/Core/Telemetry.cpp index 2e86d793c5..6c74ac2965 100644 --- a/lldb/source/Core/Telemetry.cpp +++ b/lldb/source/Core/Telemetry.cpp @@ -125,7 +125,7 @@ void TelemetryManager::atDebuggerStartup(DebuggerTelemetryInfo *entry) { misc_info.meta_data["internal_errors"] = "Cannot determine CWD"; if (llvm::Error er = dispatch(&misc_info)) { LLDB_LOG_ERROR(GetLog(LLDBLog::Object), std::move(er), - "Failed to dispatch misc-info at startup: {0}"); + "Failed to dispatch misc-info at startup: {0}"); } } `````````` </details> https://github.com/llvm/llvm-project/pull/127696 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits