[Lldb-commits] [lldb] [lldb] Assorted improvements to the Pipe class (PR #128719)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 04:25:41 PST 2025
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 60cc3af0d93ecb8bfc9d6bebc6cbc395df3bb4b6 f62993f2aa1ee48685c775529a98ce69aedef2c1 --extensions h,cpp -- lldb/include/lldb/Host/PipeBase.h lldb/include/lldb/Host/posix/PipePosix.h lldb/include/lldb/Host/windows/PipeWindows.h lldb/source/Host/common/PipeBase.cpp lldb/source/Host/common/Socket.cpp lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp lldb/source/Host/posix/MainLoopPosix.cpp lldb/source/Host/posix/PipePosix.cpp lldb/source/Host/windows/PipeWindows.cpp lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp lldb/source/Target/Process.cpp lldb/tools/lldb-server/lldb-gdbserver.cpp lldb/unittests/Host/PipeTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/unittests/Host/PipeTest.cpp b/lldb/unittests/Host/PipeTest.cpp
index 851578a714..f1dd6cd596 100644
--- a/lldb/unittests/Host/PipeTest.cpp
+++ b/lldb/unittests/Host/PipeTest.cpp
@@ -14,10 +14,10 @@
#include "gtest/gtest.h"
#include <chrono>
#include <fcntl.h>
+#include <future>
#include <numeric>
#include <thread>
#include <vector>
-#include <future>
using namespace lldb_private;
``````````
</details>
https://github.com/llvm/llvm-project/pull/128719
More information about the lldb-commits
mailing list