[Lldb-commits] [lldb] [lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (PR #136693)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 07:05:57 PDT 2025
================
@@ -13,6 +13,8 @@
#include "lldb/API/SBDefines.h"
#include "lldb/API/SBType.h"
+#include "lldb/Core/Value.h"
----------------
Michael137 wrote:
drive-by change?
https://github.com/llvm/llvm-project/pull/136693
More information about the lldb-commits
mailing list