]> granicus.if.org Git - clang/commit
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 10 Nov 2009 01:17:45 +0000 (01:17 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 10 Nov 2009 01:17:45 +0000 (01:17 +0000)
commit3958b502404b4bd67f26fee398cb347abe89e6a8
tree9a9f9e9aea185ffa1d02fe3a609aa0cd40207d0c
parent89f8c1d40e22f498263dc4b00ed996e1817159b3
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Patch by Victor Zverovich!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/Analysis/ExplodedGraph.cpp
lib/Analysis/GRExprEngine.cpp
lib/Analysis/LiveVariables.cpp
lib/Analysis/RegionStore.cpp
lib/CodeGen/CodeGenTypes.cpp