aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-03-02 08:25:09 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-03-02 08:25:09 +0000
commit588fdfa4a5806f51423e64a0bba4d4174fe99e2d (patch)
tree7377e94889a9a080f1bcc1fc64630cc5aeff73d0 /lib/Analysis/RegionStore.cpp
parent94aa6c16e7404b2ff83a6f0ae7db8a758d389fc4 (diff)
remove an implemented fixme.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r--lib/Analysis/RegionStore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index 7ab54b8b25..a76a870eb4 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -681,8 +681,6 @@ SVal RegionStoreManager::Retrieve(const GRState* St, Loc L, QualType T) {
// All other values are symbolic.
return SVal::GetRValueSymbolVal(getSymbolManager(), R);
-
- // FIXME: consider default values for elements and fields.
}
SVal RegionStoreManager::RetrieveStruct(const GRState* St,const TypedRegion* R){