This change replaces unordered_set<unsigned> (which used to store
internal representation of SourceLocation-s) with
DenseSet<SourceLocation> (which stores SourceLocation-s directly).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo