[Lldb-commits] [PATCH] D52851: Adding support to step into the callable wrapped by libc++ std::function

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 12 11:03:24 PDT 2018


stella.stamenova added a comment.

This change has the same problem as https://reviews.llvm.org/D49271 - the class name LibCxxFunctionTestCase is re-used from another test case. This will cause issues when the tests report results and create logs. Please use unique names for each class and test.


Repository:
  rL LLVM

https://reviews.llvm.org/D52851





More information about the lldb-commits mailing list