summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-08 09:06:45 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-08 09:06:45 +0000
commit9804fa5d482a8917274a4f35fdba345563fc7ff7 (patch)
tree06454c67b4df84324a39c70fa4ba7adb29495da1 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parentecc177788fa7cd9487be8180a054480e144480cd (diff)
downloadbcm5719-llvm-9804fa5d482a8917274a4f35fdba345563fc7ff7.tar.gz
bcm5719-llvm-9804fa5d482a8917274a4f35fdba345563fc7ff7.zip
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive."
This reverts commit r219197 because it broke ARM self-hosting buildbots with segmentation fault errors in many tests. llvm-svn: 219289
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 807d5216e88..7c1b7f504e8 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -818,7 +818,6 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPOrderedDirectiveClass:
case Stmt::OMPAtomicDirectiveClass:
case Stmt::OMPTargetDirectiveClass:
- case Stmt::OMPTeamsDirectiveClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
case Stmt::ObjCSubscriptRefExprClass:
OpenPOWER on IntegriCloud