Open
Description
Extracted from llvm/tools/llvm-debuginfo-analyzer/README.txt
https://reviews.llvm.org/D125784#inline-1221421
Replace the std::set
usage for DeducedScopes
, UnresolvedScopes
and
IdentifiedNamespaces
with std::unordered_set
and get the benefit
of the O(1)
while inserting/searching, as the order is not important.