summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2013-07-19 03:13:43 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2013-07-19 03:13:43 +0000
commit5ec3eb11fcb86c9b65588315dec2898d9be39499 (patch)
tree47db933e9ac15e1d4378e63c5b8b70c7b5daf4e9 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parent63c5c2a0d8258ed4fb6b536ad2e60f26f946675c (diff)
downloadbcm5719-llvm-5ec3eb11fcb86c9b65588315dec2898d9be39499.tar.gz
bcm5719-llvm-5ec3eb11fcb86c9b65588315dec2898d9be39499.zip
OpenMP: basic support for #pragma omp parallel
llvm-svn: 186647
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
index 74ffa1c9af7..d42291da9cd 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -665,6 +665,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::WhileStmtClass:
case Expr::MSDependentExistsStmtClass:
case Stmt::CapturedStmtClass:
+ case Stmt::OMPParallelDirectiveClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
case Stmt::ObjCSubscriptRefExprClass:
OpenPOWER on IntegriCloud