diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-24 19:27:06 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-24 19:27:06 +0000 |
commit | 01c414c070abfc22f22693208af85555b2021771 (patch) | |
tree | ff4ee8075364268fed29d94f622e24f6d24a49bb /clang/lib/Analysis/GRExprEngine.cpp | |
parent | 53d6a078697a3345f485e4f5b496ab17fc93e8ba (diff) | |
download | bcm5719-llvm-01c414c070abfc22f22693208af85555b2021771.tar.gz bcm5719-llvm-01c414c070abfc22f22693208af85555b2021771.zip |
Remove FIXME comment.
llvm-svn: 59973
Diffstat (limited to 'clang/lib/Analysis/GRExprEngine.cpp')
-rw-r--r-- | clang/lib/Analysis/GRExprEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp index ea88e70afa2..448c2aa6b6d 100644 --- a/clang/lib/Analysis/GRExprEngine.cpp +++ b/clang/lib/Analysis/GRExprEngine.cpp @@ -1286,7 +1286,6 @@ void GRExprEngine::VisitCallRec(CallExpr* CE, NodeTy* Pred, } case Builtin::BI__builtin_alloca: { - // FIXME: Handle size. // FIXME: Refactor into StoreManager itself? MemRegionManager& RM = getStateManager().getRegionManager(); const MemRegion* R = |