mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
This prevents calling Breakpoint::shared_from_this of an object that is not owned by any shared_ptr. Differential Revision: https://reviews.llvm.org/D74557