]> granicus.if.org Git - clang/commit
Add CompoundVal and CompoundValData for representing the value of InitListExpr.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Oct 2008 04:58:00 +0000 (04:58 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Oct 2008 04:58:00 +0000 (04:58 +0000)
commit6764b72f6f26b5c03471b9e379a44d379d2d4a9e
treeca1267933cd471c1976f4bcd2bc784590f0d14d8
parentbed311564e4cbaeecd6de20c2f0ab8e348f932b1
Add CompoundVal and CompoundValData for representing the value of InitListExpr.

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