diff options
author | Alex Langford <alangford@apple.com> | 2023-11-07 11:22:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 11:22:23 -0800 |
commit | 03a92f0ecabdf8065f4458a780484db92f032d14 (patch) | |
tree | 112d39aab5a1c9720928f3cd6e7a32186fe88e39 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | 009ba779c46829005396ac8c3c6d3c0f17b21091 (diff) | |
download | llvm-03a92f0ecabdf8065f4458a780484db92f032d14.zip llvm-03a92f0ecabdf8065f4458a780484db92f032d14.tar.gz llvm-03a92f0ecabdf8065f4458a780484db92f032d14.tar.bz2 |
[lldb] BreakpointResolver{*}::CreateFromStructuredData should return shared pointers (#71477)
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.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions