PDB HashTable: Make iterator key type const
authorNico Weber <nicolasweber@gmx.de>
Mon, 15 Jul 2019 12:10:02 +0000 (12:10 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 15 Jul 2019 12:10:02 +0000 (12:10 +0000)
commit7d5100115af5abef4ba53d0a15467695d218d987
treef95d7fb37f5075387a77ff3823916e80ea892a36
parent960ff0810da8fe7bb0059acdc4fdc397440eb245
PDB HashTable: Make iterator key type const

Having the hash table key change during iteration is bad, so make it
impossible. Nothing relied on the key type not being const.

(This is also necessary to be able to call the const version of
iterator_facade_base::operator->(). Nothing calls this, and nothing
will, but I tried using it locally during development and it took me a
while to understand what was going wrong.)

Also rename the iterator typedef to const_iterator.

No behavior change.

Differential Revision: https://reviews.llvm.org/D64641

llvm-svn: 366060
llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h