summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-09 04:35:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-09 04:35:57 +0000
commit2d5c6ddf74296d38d0f194420be159687568026e (patch)
tree4ee6bbdb6860a8688c516db544ceadebcadbbf30 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parent12f79291771d6f4d2941afbee3028dc8ad2e232d (diff)
downloadbcm5719-llvm-2d5c6ddf74296d38d0f194420be159687568026e.tar.gz
bcm5719-llvm-2d5c6ddf74296d38d0f194420be159687568026e.zip
Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule."
It causes memory leak. Some tests in test/OpenMP would fail. llvm-svn: 255094
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
index a86ca4803fd..49950376438 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -831,7 +831,6 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPCancelDirectiveClass:
case Stmt::OMPTaskLoopDirectiveClass:
case Stmt::OMPTaskLoopSimdDirectiveClass:
- case Stmt::OMPDistributeDirectiveClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
case Stmt::ObjCSubscriptRefExprClass:
OpenPOWER on IntegriCloud