[Lldb-commits] [lldb] [lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (PR #136693)
Augusto Noronha via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 13:48:24 PDT 2025
================
@@ -14,6 +14,7 @@
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatProviders.h"
#include "llvm/Support/FormatVariadicDetails.h"
+#include <lldb/ValueObject/ValueObjectConstResult.h>
----------------
augusto2112 wrote:
Also I'd move this up so so it's next to the other lldb imports
https://github.com/llvm/llvm-project/pull/136693
More information about the lldb-commits
mailing list