llvm-project/lldb/packages/Python/lldbsuite
Pavel Labath 1ac2b20d25 Fix expression evaluation with operator new
Summary:
referencing a user-defined operator new was triggering an assert in clang because we were
registering the function name as string "operator new", instead of using the special operator
enum, which clang has for this purpose. Method operators already had code to handle this, and now
I extend this to cover free standing operator functions as well. Test included.

Reviewers: spyffe

Subscribers: sivachandra, paulherman, lldb-commits

Differential Revision: http://reviews.llvm.org/D17856

llvm-svn: 278670
2016-08-15 14:32:32 +00:00
..
support Add "-gmodules" support to the test suite. 2016-05-26 13:57:03 +00:00
test Fix expression evaluation with operator new 2016-08-15 14:32:32 +00:00
test_event surface build error content through test event system 2016-05-14 00:42:30 +00:00
__init__.py Added lldbsuite.lldb_test_root, switched formatter to use it. 2015-12-07 06:19:48 +00:00