[Lldb-commits] [lldb] Install generated API headers into LLDB.framework (PR #90666)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 17:30:42 PDT 2024


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 4cd11c986f78e19f53b3f3c92143b7b7c1ce54b1 9510a08995da26d0c3c1ea8d13f6c3f8fab772c2 -- lldb/include/lldb/API/LLDB.h
``````````

</details>

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

``````````diff
diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index 4347954af7..b256544326 100644
--- a/lldb/include/lldb/API/LLDB.h
+++ b/lldb/include/lldb/API/LLDB.h
@@ -39,8 +39,8 @@
 #include "lldb/API/SBHostOS.h"
 #include "lldb/API/SBInstruction.h"
 #include "lldb/API/SBInstructionList.h"
-#include "lldb/API/SBLanguages.h"
 #include "lldb/API/SBLanguageRuntime.h"
+#include "lldb/API/SBLanguages.h"
 #include "lldb/API/SBLaunchInfo.h"
 #include "lldb/API/SBLineEntry.h"
 #include "lldb/API/SBListener.h"

``````````

</details>


https://github.com/llvm/llvm-project/pull/90666


More information about the lldb-commits mailing list