diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-09-02 01:56:39 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-09-02 01:56:39 +0000 |
| commit | dcf7b3501dc870da6ca570d3be5331e4858aa56f (patch) | |
| tree | b5551ba1f307c565ef9b2d5151ae86c9cddd9913 /clang/lib/Checker/GRExprEngine.cpp | |
| parent | 92db201e23c63840221eb04bcf394815d8c8cc08 (diff) | |
| download | bcm5719-llvm-dcf7b3501dc870da6ca570d3be5331e4858aa56f.tar.gz bcm5719-llvm-dcf7b3501dc870da6ca570d3be5331e4858aa56f.zip | |
update comments.
llvm-svn: 112796
Diffstat (limited to 'clang/lib/Checker/GRExprEngine.cpp')
| -rw-r--r-- | clang/lib/Checker/GRExprEngine.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRExprEngine.cpp b/clang/lib/Checker/GRExprEngine.cpp index 12974e999e6..983232338da 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 |

