aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/SmallBitVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence GCC warnings.Benjamin Kramer2010-02-101-6/+6
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-101-0/+39
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-051-0/+140