summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-05-09 00:50:33 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-05-09 00:50:33 +0000
commit8038f7b30fa2dd40cba273196cd6e57ee4c6d921 (patch)
tree3975fd921234c5e37a0e83dcc54946b86e81f211 /clang/lib/Analysis/GRExprEngine.cpp
parent9ec08aa3f7b707faa1cb7c6b9b9a2d2a33d077a7 (diff)
downloadbcm5719-llvm-8038f7b30fa2dd40cba273196cd6e57ee4c6d921.tar.gz
bcm5719-llvm-8038f7b30fa2dd40cba273196cd6e57ee4c6d921.zip
rename: MemRegion:
RValueType => ObjectType LValueType => LocationType No functionality change. llvm-svn: 71304
Diffstat (limited to 'clang/lib/Analysis/GRExprEngine.cpp')
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 7054f3c0bb5..b92705c3bc4 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -1785,7 +1785,7 @@ void GRExprEngine::VisitObjCForCollectionStmtAux(ObjCForCollectionStmt* S,
// FIXME: The proper thing to do is to really iterate over the
// container. We will do this with dispatch logic to the store.
// For now, just 'conjure' up a symbolic value.
- QualType T = R->getRValueType(getContext());
+ QualType T = R->getObjectType(getContext());
assert (Loc::IsLocType(T));
unsigned Count = Builder->getCurrentBlockCount();
SymbolRef Sym = SymMgr.getConjuredSymbol(elem, T, Count);
OpenPOWER on IntegriCloud