From a68c106ed270c9161240e4d3716aa1201347ae48 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 24 Nov 2008 19:27:06 +0000 Subject: [PATCH] Remove FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59973 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/GRExprEngine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index ea88e70afa..448c2aa6b6 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/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 = -- 2.40.0