Skip to content
Unverified Commit 64122580 authored by Alex's avatar Alex Committed by GitHub
Browse files

[lldb][NFCI] BreakpointResolverName ctor shouldn't unnecessarily copy data (#66001)

Instead of creating a copy of the vector, we should just pass a
reference along. The only method that calls this Ctor also holds onto a
non-mutable reference to the vector of strings so a copy should be
unnecessary.
parent 859e6aa1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment