Use llvm::BitVector instead of managing memory by hand.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 05:01:54 +0000 (05:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 05:01:54 +0000 (05:01 +0000)
commit1f15e768983a614e45c3ca01df1ddb3339e746dd
treec5bcc4f53a2f75d2f3ad2fb929776e29fddc199e
parentcfc6758b5f62514445eead673a46a69d70162526
Use llvm::BitVector instead of managing memory by hand.
 - As it happens, this also fixes a use-of-uninitialized memory that was causing
   non-deterministic test failures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76857 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp