https://bugs.llvm.org/show_bug.cgi?id=50814
Bug ID: 50814
Summary: Several tests fail with GCC as LLDB can't properly
call constructors from expressions
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: teempe...@gmail.com
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org
Several tests are failing with errors or incorrect results after trying to call
a ctor:
```
error: expression failed to parse:
error: Couldn't lookup symbols:
Foo::MyClass::MyClass()
```
TestCppConstructors
TestNamespaceDefinitions
TestDeletingImplicitCopyConstructor
TestCppOperators (this one can be evaluated but doesn't end up calling the
correct ctor as the side effect of calling the ctor can't be observed).
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev