From: Zhongxing Xu Date: Mon, 2 Mar 2009 08:25:09 +0000 (+0000) Subject: remove an implemented fixme. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=588fdfa4a5806f51423e64a0bba4d4174fe99e2d;p=clang remove an implemented fixme. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65817 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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){