diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-03-02 08:25:09 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-03-02 08:25:09 +0000 |
| commit | 57359cad176d71f47203d5d486e2563e70dc58e0 (patch) | |
| tree | 6590d6ce80b36e5e5b3aed280db858c0f5eb5e16 /clang/lib/Analysis/RegionStore.cpp | |
| parent | 89cd82f5dabf931a5618cb0be1ca678ea5980e50 (diff) | |
| download | bcm5719-llvm-57359cad176d71f47203d5d486e2563e70dc58e0.tar.gz bcm5719-llvm-57359cad176d71f47203d5d486e2563e70dc58e0.zip | |
remove an implemented fixme.
llvm-svn: 65817
Diffstat (limited to 'clang/lib/Analysis/RegionStore.cpp')
| -rw-r--r-- | clang/lib/Analysis/RegionStore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 7ab54b8b253..a76a870eb44 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/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){ |

