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 origin/main HEAD --extensions cpp,h --
lldb/unittests/DAP/DAPLogTest.cpp lldb/tools/lldb-dap/DAP.cpp
lldb/tools/lldb-dap/DAP.h lldb/tools/lldb-dap/DAPLog.cpp
lldb/tools/lldb-dap/DAPLog.h lldb/tools/lldb-dap/DAPSessionManager.cpp
lldb/tools/lldb-dap/EventHelper.cpp lldb/tools/lldb-dap/EventHelper.h
lldb/tools/lldb-dap/Transport.cpp lldb/tools/lldb-dap/Transport.h
lldb/tools/lldb-dap/tool/lldb-dap.cpp lldb/unittests/DAP/TestBase.cpp
lldb/unittests/DAP/TestBase.h --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/tools/lldb-dap/DAPLog.cpp b/lldb/tools/lldb-dap/DAPLog.cpp
index 47d7f7830..f3c804008 100644
--- a/lldb/tools/lldb-dap/DAPLog.cpp
+++ b/lldb/tools/lldb-dap/DAPLog.cpp
@@ -8,8 +8,8 @@
#include "DAPLog.h"
#include "llvm/ADT/StringRef.h"
-#include "llvm/Support/Path.h"
#include "llvm/Support/Chrono.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <chrono>
#include <mutex>
``````````
</details>
https://github.com/llvm/llvm-project/pull/170731
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits