]> granicus.if.org Git - clang/commit
Add methods to remove a GDM entry.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 25 Mar 2010 01:39:39 +0000 (01:39 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 25 Mar 2010 01:39:39 +0000 (01:39 +0000)
commit0541d106eae48f4238097df03a72028a610e0dce
treec3a6843ecebe86f851cdb42293d038a4574b3bb8
parent66d567d849f160593064cd3eae336d8aa2de363c
Add methods to remove a GDM entry.
Instead of setting the ReturnExpr GDM to NULL, remove it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99470 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRState.h
lib/Checker/GRExprEngine.cpp
lib/Checker/GRState.cpp