mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 12:26:07 +00:00

This patch avoids repeated map lookups and constructions of temporary std::string instances by switching to DenseSet.
This patch avoids repeated map lookups and constructions of temporary std::string instances by switching to DenseSet.