[lldb/Utility] Use emplace_back instead of push_back (NFC)
Use emplace_back to allow for in-place construction of the BroadcastEventSpec instead of copying it.
Loading
Please register or sign in to comment
Use emplace_back to allow for in-place construction of the BroadcastEventSpec instead of copying it.