]> granicus.if.org Git - clang/commit
[Analyser] Removes more recursive visitations in ExprEngine that are no
authorErik Verbruggen <erikjv@me.com>
Wed, 14 Mar 2012 15:38:55 +0000 (15:38 +0000)
committerErik Verbruggen <erikjv@me.com>
Wed, 14 Mar 2012 15:38:55 +0000 (15:38 +0000)
commite5049d29f74183d88a332ce4868e84a9c12893f0
treeb1dfc5f22a72816e1cdaa714493efaf2b08ce5ec
parent7059a1cbc29444bec19380059a62db085eb92964
[Analyser] Removes more recursive visitations in ExprEngine that are no
longer needed as the CFG is fully linearized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152720 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp