Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind!
[oota-llvm.git] / include / llvm / ADT / SmallBitVector.h
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-01-05 Dan GohmanSome versions of GCC don't like non-static data members...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...