]> granicus.if.org Git - clang/commit
Now initializer of C++ record type is visited as block-level expr.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Nov 2010 09:09:44 +0000 (09:09 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Nov 2010 09:09:44 +0000 (09:09 +0000)
commit7ce351db56fbce162a3b650518ce05b5c61ebf36
treeb8e666185681f67251775ca0ef80be4790669b4d
parent81bc7d07b701042371a5723b6f394cd2482ed7be
Now initializer of C++ record type is visited as block-level expr.
Let the destination of AggExprVisitor be an explicit MemRegion.
Reenable the test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117908 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRExprEngine.h
lib/Checker/AggExprVisitor.cpp
lib/Checker/GRCXXExprEngine.cpp
lib/Checker/GRExprEngine.cpp
test/Analysis/method-call.cpp