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 a4916d200518ac077be93995af18bd80fcb89cc2 
133ace4b281abf205d35bbb6ed6ef7b2a39a8c2a --extensions h -- 
lldb/include/lldb/lldb-enumerations.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/include/lldb/lldb-enumerations.h 
b/lldb/include/lldb/lldb-enumerations.h
index df3aadcb06..049000c774 100644
--- a/lldb/include/lldb/lldb-enumerations.h
+++ b/lldb/include/lldb/lldb-enumerations.h
@@ -10,8 +10,8 @@
 #define LLDB_LLDB_ENUMERATIONS_H
 
 #include <cstdint>
-#include <type_traits>
 #include <lldb/API/SBLanguages.h>
+#include <type_traits>
 
 #ifndef SWIG
 // Macro to enable bitmask operations on an enum.  Without this, Enum | Enum

``````````

</details>


https://github.com/llvm/llvm-project/pull/111907
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to