[all-commits] [llvm/llvm-project] 4ad531: [LLDB] Fix overloaded operator new cases in TestCp...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Mon May 4 13:58:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ad53177db756849d0be70643aee77fed13a00e1
      https://github.com/llvm/llvm-project/commit/4ad53177db756849d0be70643aee77fed13a00e1
  Author: shafik <syaghmour at apple.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M lldb/test/API/lang/cpp/operators/main.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list