summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SparseBitVectorTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Fixes for SparseBitVectorDaniel Berlin2015-07-201-0/+94
| | | | | | | | | | | | | | | | | Summary: 1. Fix return value in `SparseBitVector::operator&=`. 2. Add checks if SBV is being assigned is invoking SBV. Reviewers: dberlin Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11342 Committed on behalf of sl@ llvm-svn: 242693
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-251-0/+36
test for it. The test is by no means complete, but it tests the problem I was fixing. llvm-svn: 77025
OpenPOWER on IntegriCloud