[LLDB] Fix overloaded operator new cases in TestCppOperators.py which currently work...
authorshafik <syaghmour@apple.com>
Mon, 4 May 2020 20:46:31 +0000 (13:46 -0700)
committershafik <syaghmour@apple.com>
Mon, 4 May 2020 20:57:42 +0000 (13:57 -0700)
commit4ad53177db756849d0be70643aee77fed13a00e1
tree7d425fecee0c1ec8a723e6dfc0284fa01b05b6f2
parent843014157850b0e3061705e735bb15e2bc42bc1d
[LLDB] Fix overloaded operator new cases in TestCppOperators.py which currently work by accident

The overloaded new operator in TestCppOperators.py are working by accident because of how
we currently deal with artificial methods.

Differential Revision: https://reviews.llvm.org/D79251
lldb/test/API/lang/cpp/operators/main.cpp