This is an archive of the discontinued LLVM Phabricator instance.

Fix DenseSet::ConstIterator typedefs
ClosedPublic

Authored by bmoody on Sep 19 2018, 12:18 AM.

Details

Summary

Fix DenseSet::ConstIterator pointer/reference typedefs to be const

Diff Detail

Repository
rL LLVM

Event Timeline

bmoody created this revision.Sep 19 2018, 12:18 AM
dblaikie accepted this revision.Sep 19 2018, 9:10 PM

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)

This revision is now accepted and ready to land.Sep 19 2018, 9:10 PM

I don't have commit access, you're welcome to commit on my behalf. Thanks!

This revision was automatically updated to reflect the committed changes.