summaryrefslogtreecommitdiff
path: root/unittests/ADT/DenseSetTest.cpp
Commit message (Collapse)AuthorAge
* Fix some -Wsign-compare fallout from changing container count member ↵David Blaikie2014-06-20
| | | | | | functions to return unsigned instead of bool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211393 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163979 91177308-0d34-0410-b5e6-96231b3b80d8
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-01
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70572 91177308-0d34-0410-b5e6-96231b3b80d8