[Lldb-commits] [PATCH] D59370: Return llvm::Error and llvm::Expected from some DWARF parsing functions
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 14 09:44:41 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h:50
+
+ /// Extract one a
+ llvm::Expected<lldb_private::DWARFEnumState>
----------------
half-finished comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59370/new/
https://reviews.llvm.org/D59370
More information about the lldb-commits
mailing list