]> granicus.if.org Git - clang/commit
[analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ expressi...
authorJordy Rose <jediknil@belkadan.com>
Thu, 15 Mar 2012 21:46:47 +0000 (21:46 +0000)
committerJordy Rose <jediknil@belkadan.com>
Thu, 15 Mar 2012 21:46:47 +0000 (21:46 +0000)
commitd7b83148ac0a537f5ec9be9d87bbec62b75435f4
tree03e8fd3e86e89d8443520d79fe30cebe317f1a5e
parent4b911e6536ed77524c3cef572cb0f6c8d9079e2e
[analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ expressions with a "base object", because the CFG is now linearized.

The only use of AggExprVisitor was in #if 0 code (the analyzer's incomplete C++ support), so there is no actual behavioral change anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152856 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/AggExprVisitor.cpp [deleted file]
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp