]> granicus.if.org Git - clang/commit
More cleanups in DoStmt. The NodeSets are now vectors instead of sets, since
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 17:56:25 +0000 (17:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 17:56:25 +0000 (17:56 +0000)
commit3c6c672ff8665bf0f00d6b2770453ccea71740a4
treee875500feb1b182dd9bcd6cbe7acd3b2835379b0
parent837618c0945e1f67ec1e39000c568a1fa857a5a9
More cleanups in DoStmt. The NodeSets are now vectors instead of sets, since
node caching in GREngine will guarantee that we do not insert a node twice into
a nodeset.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46071 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstants.cpp