OSDN Git Service

Fixed bug in FoldingSetIteratorImpl where we did not correctly check if
authorTed Kremenek <kremenek@apple.com>
Fri, 15 Feb 2008 21:12:46 +0000 (21:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 15 Feb 2008 21:12:46 +0000 (21:12 +0000)
commite3e09574aecb8fabf5e4bd4e972183a06a1748f5
treeb886af24e7d598b33c60f13f239e6f4a1b0951d2
parent53c607f562a74d9374bd390a4be151a952ba5d29
Fixed bug in FoldingSetIteratorImpl where we did not correctly check if
we had reached the "fake bucket" after the last bucket, allowing the iterator
in some cases to run off the end of the hashtable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47178 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/FoldingSet.cpp