]> granicus.if.org Git - clang/commit
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 7 Nov 2008 10:38:33 +0000 (10:38 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 7 Nov 2008 10:38:33 +0000 (10:38 +0000)
commitf22679e3e5d5f5754931952e58112b4c863a4137
tree703bcba80843be4e5e5a31a6cebb394aead9ec38
parent13d1ee2ea780c749f8c2298d253b67d50535e493
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
available, things get much simplified.

One addition is that CompoundLiteralExpr can appear both in rvalue and lvalue
context.

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