summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-10-25 10:27:13 -0400
committerAlexey Bataev <a.bataev@hotmail.com>2019-10-30 10:23:33 -0400
commit14a388f43bbdfac304a1a117731ac5a27fdab61e (patch)
treebc247661b21e63f33dd297dd26dac0e4f7bb9fbf /clang/lib/StaticAnalyzer/Core
parent67474c60d344a061d6c3affb70e7c8a13c15f830 (diff)
downloadbcm5719-llvm-14a388f43bbdfac304a1a117731ac5a27fdab61e.tar.gz
bcm5719-llvm-14a388f43bbdfac304a1a117731ac5a27fdab61e.zip
[OPENMP50]Add support for parallel master taskloop simd directive.
Added full support for parallel master taskloop simd directive.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core')
-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 e92e95354f5..5c49231a712 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -1268,6 +1268,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPMasterTaskLoopDirectiveClass:
case Stmt::OMPMasterTaskLoopSimdDirectiveClass:
case Stmt::OMPParallelMasterTaskLoopDirectiveClass:
+ case Stmt::OMPParallelMasterTaskLoopSimdDirectiveClass:
case Stmt::OMPDistributeDirectiveClass:
case Stmt::OMPDistributeParallelForDirectiveClass:
case Stmt::OMPDistributeParallelForSimdDirectiveClass:
OpenPOWER on IntegriCloud