From dcf7b3501dc870da6ca570d3be5331e4858aa56f Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 2 Sep 2010 01:56:39 +0000 Subject: [PATCH] update comments. llvm-svn: 112796 --- clang/lib/Checker/GRExprEngine.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clang/lib/Checker/GRExprEngine.cpp b/clang/lib/Checker/GRExprEngine.cpp index 12974e999e6e..983232338dab 100644 --- a/clang/lib/Checker/GRExprEngine.cpp +++ b/clang/lib/Checker/GRExprEngine.cpp @@ -1869,7 +1869,9 @@ void GRExprEngine::EvalBind(ExplodedNodeSet& Dst, const Stmt* StoreE, /// EvalStore - Handle the semantics of a store via an assignment. /// @param Dst The node set to store generated state nodes -/// @param Ex The expression representing the location of the store +/// @param AssignE The assignment expression if the store happens in an +/// assignment. +/// @param LocatioinE The location expression that is stored to. /// @param state The current simulation state /// @param location The location to store the value /// @param Val The value to be stored