Skip to content
Commit 3dec0684 authored by Adrian Prantl's avatar Adrian Prantl
Browse files

Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier to

read/understand/maintain.

As a side-effect, this should also improve the performance by avoiding
costly vector element removals and switching from a std::map to a
SmallDenseSet.

Differential Revision: https://reviews.llvm.org/D51453

llvm-svn: 340994
parent b7b58606
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment