diff options
author | Alex Langford <alangford@apple.com> | 2024-01-22 10:46:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 10:46:20 -0800 |
commit | 0cea54a382f3187acbe3e81bd0fd7cf2cb1077b8 (patch) | |
tree | cb3e0712a25aa574f223099dd8b0a45dbd4795f9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 04952c5bec69c197ea6ffb718ae80fcf78c7828a (diff) | |
download | llvm-0cea54a382f3187acbe3e81bd0fd7cf2cb1077b8.zip llvm-0cea54a382f3187acbe3e81bd0fd7cf2cb1077b8.tar.gz llvm-0cea54a382f3187acbe3e81bd0fd7cf2cb1077b8.tar.bz2 |
[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)
BroadcastEvent currently takes its EventData* param and shoves it into
an Event object, which takes ownership of the pointer and places it into
a shared_ptr to manage the lifetime.
Instead of relying on `new` and passing raw pointers around, I think it
would make more sense to create the shared_ptr up front.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions