[PATCH] D53260: [ADT] Fix a bug in DenseSet's initializer_list constructor.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 11:25:26 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good to me (I guess the capacity thing there could be tested too - ensuring that it didn't roll up to a larger capacity than intended?)


Repository:
  rL LLVM

https://reviews.llvm.org/D53260





More information about the llvm-commits mailing list