aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/BitVector.h
AgeCommit message (Collapse)Author
2007-02-15Eliminate new[0], just set Bits to NULL.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34311 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15Inverted the condition by accident.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34309 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15Bug fixes: assignment operator forgot to copy over size; copy ctor forgot to ↵Evan Cheng
clear unused top bits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34305 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15Add a BitVector class.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34301 91177308-0d34-0410-b5e6-96231b3b80d8