]> granicus.if.org Git - clang/commit
Support inlining base initializers. We still haven't got it completely right,
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 12:30:12 +0000 (12:30 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 12:30:12 +0000 (12:30 +0000)
commitd074441e027471a914cbb909a7aad1d43224950f
tree00b080ed9a0662effebaaa7d09294534403900cf
parentbda1efd0daf6fca9f515c6ce38d1ed71a3cca5b7
Support inlining base initializers. We still haven't got it completely right,
since the bindings are purged after they are set up. Need to investigate
RemoveDeadBindings algorithm.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123374 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/PathSensitive/MemRegion.h
lib/StaticAnalyzer/Checkers/ExprEngine.cpp
lib/StaticAnalyzer/RegionStore.cpp
test/Analysis/base-init.cpp [new file with mode: 0644]