mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
BreakpointResolver::CreateFromStructuredData returns a BreakpointResolverSP, but all of the subclasses return raw pointers. Instead of creating a raw pointer and shoving it into a shared pointer, it seems reasonable to just create the shared pointer directly.