[Lldb-commits] [PATCH] D67369: Implement DW_OP_convert

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 9 16:34:38 PDT 2019


aprantl marked an inline comment as done.
aprantl added inline comments.


================
Comment at: lldb/source/Expression/DWARFExpression.cpp:2571
+      if (stack.size() < 1) {
+        if (error_ptr)
+          error_ptr->SetErrorString(
----------------
JDevlieghere wrote:
> Can we wrap this in a lambda? 
Which part specifically do you mean?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67369/new/

https://reviews.llvm.org/D67369





More information about the lldb-commits mailing list