[PATCH] D86497: [lldb] Add reproducer verifier

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 17:29:32 PDT 2020


kastiglione added inline comments.


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


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D86497



More information about the llvm-commits mailing list