[PATCH] D52260: Fix DenseSet::ConstIterator typedefs

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 21:10:58 PDT 2018


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

Thanks for the fix! (optionally, could put some static_asserts in the DenseSet unit test to validate that these changes have been made (is_const<...> etc)


Repository:
  rL LLVM

https://reviews.llvm.org/D52260





More information about the llvm-commits mailing list