[PATCH] D64641: PDB HashTable: Make iterator type const

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 18:46:22 PDT 2019


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

Yeah, mutations of the hashtable during iteration would be bad.  LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64641/new/

https://reviews.llvm.org/D64641





More information about the llvm-commits mailing list