Added two bounds checks to the BitVector class to detect
authorTed Kremenek <kremenek@apple.com>
Mon, 10 Dec 2007 22:28:35 +0000 (22:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 10 Dec 2007 22:28:35 +0000 (22:28 +0000)
commit9324665a7845d6ffd23e3bd53443d28cbf2e75fa
tree9bfdd4aaec2eef9bae13cab40a3beb22873a1cd7
parent555c729a2f604027840b96d8e05f7d07d1f51053
Added two bounds checks to the BitVector class to detect
out-of-bounds bit accesses.  The checks are only performed
in a Debug build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44815 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/BitVector.h