[Lldb-commits] [PATCH] D79251: Fix overloaded operator new cases in TestCppOperators.py which currently work by accident
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 4 00:29:34 PDT 2020
teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: lldb/test/API/lang/cpp/operators/main.cpp:12
bool custom_new = false;
B b;
----------------
This can also go as it's now unused.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79251/new/
https://reviews.llvm.org/D79251
More information about the lldb-commits
mailing list