tedwoodward wrote: @JDevlieghere would you mind getting rid of the nullptr in the testcase, main.cpp line 13? Base2 *b = nullptr;
*b is set to nullptr per language standard, and those of use stuck in c++03 on embedded targets would appreciate it! https://github.com/llvm/llvm-project/pull/127419 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits