From 588fdfa4a5806f51423e64a0bba4d4174fe99e2d Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Mon, 2 Mar 2009 08:25:09 +0000 Subject: [PATCH] remove an implemented fixme. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65817 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/RegionStore.cpp | 2 -- 1 file changed, 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){ -- 2.50.1