summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-07-18 07:47:19 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-07-18 07:47:19 +0000
commit68446b72530b7b8badf295a350de43265dbec06a (patch)
treea4c0e485fde8c4ef174df6e53e7f1cf9b4a8cfb9 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parent05c30880b6590bc7ca7ead689d2124994f795ffe (diff)
downloadbcm5719-llvm-68446b72530b7b8badf295a350de43265dbec06a.tar.gz
bcm5719-llvm-68446b72530b7b8badf295a350de43265dbec06a.zip
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
llvm-svn: 213355
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 58b33573bf5..b91f8e6d5fe 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -741,6 +741,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPParallelForDirectiveClass:
case Stmt::OMPParallelSectionsDirectiveClass:
case Stmt::OMPTaskDirectiveClass:
+ case Stmt::OMPTaskyieldDirectiveClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
case Stmt::ObjCSubscriptRefExprClass:
OpenPOWER on IntegriCloud