summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRExprEngine.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-02 21:50:02 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-02 21:50:02 +0000
commit6429f5cf2920a7d95c5ebf1405d675e3a43420b6 (patch)
tree229683915cdc78a65fd5fe89dcd6f66228a41eef /clang/lib/Checker/GRExprEngine.cpp
parent6dadd508e7906cf994ee96806f4ec3f80a9c8a41 (diff)
downloadbcm5719-llvm-6429f5cf2920a7d95c5ebf1405d675e3a43420b6.tar.gz
bcm5719-llvm-6429f5cf2920a7d95c5ebf1405d675e3a43420b6.zip
Eliminate CXXBindReferenceExpr, which was used in a ton of
well-intentioned but completely unused code. llvm-svn: 112868
Diffstat (limited to 'clang/lib/Checker/GRExprEngine.cpp')
-rw-r--r--clang/lib/Checker/GRExprEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRExprEngine.cpp b/clang/lib/Checker/GRExprEngine.cpp
index 983232338da..feb826e4a64 100644
--- a/clang/lib/Checker/GRExprEngine.cpp
+++ b/clang/lib/Checker/GRExprEngine.cpp
@@ -761,7 +761,6 @@ void GRExprEngine::Visit(const Stmt* S, ExplodedNode* Pred,
switch (S->getStmtClass()) {
// C++ stuff we don't support yet.
- case Stmt::CXXBindReferenceExprClass:
case Stmt::CXXBindTemporaryExprClass:
case Stmt::CXXCatchStmtClass:
case Stmt::CXXConstructExprClass:
OpenPOWER on IntegriCloud