[Lldb-commits] [PATCH] D86497: [lldb] Add reproducer verifier

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 24 19:28:38 PDT 2020


JDevlieghere added inline comments.


================
Comment at: lldb/source/Commands/CommandObjectReproducer.cpp:670
+    auto error_callback = [&](llvm::StringRef error) {
+      result.AppendError(error);
+    };
----------------
kastiglione wrote:
> Is this lambda missing an assignment to `errors`?
Good catch, it is indeed. 


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D86497



More information about the lldb-commits mailing list