]> granicus.if.org Git - clang/commit
Implement VisitInitListExpr(). InitListExpr will have a nonloc::CompoundVal value.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Oct 2008 05:02:23 +0000 (05:02 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Oct 2008 05:02:23 +0000 (05:02 +0000)
commitc4f8706b6539e06a5de153bd72850bb2e0a71456
treeb9695d5e59fc57c59480909d325d6ed753263c47
parent6764b72f6f26b5c03471b9e379a44d379d2d4a9e
Implement VisitInitListExpr(). InitListExpr will have a nonloc::CompoundVal value.

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