OSDN Git Service

Prevent looping when DenseSet is abused.
authorStuart Hastings <stuart@apple.com>
Fri, 1 May 2009 20:47:53 +0000 (20:47 +0000)
committerStuart Hastings <stuart@apple.com>
Fri, 1 May 2009 20:47:53 +0000 (20:47 +0000)
commitf0e4cac7ebdee07639bd1fc3eadf204f45868556
treed2cc82e2df8982355bfebf30d9166e8271f4c595
parent1af789f74cf951919d70e13f8a3abe114d5e1b6e
Prevent looping when DenseSet is abused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70572 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
unittests/ADT/DenseSetTest.cpp [new file with mode: 0644]