[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:

For llvm the standard is to include with `""` instead of `<>`

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


More information about the lldb-commits mailing list