summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
diff options
context:
space:
mode:
authorAlexander Musman <alexander.musman@gmail.com>2014-07-17 08:54:58 +0000
committerAlexander Musman <alexander.musman@gmail.com>2014-07-17 08:54:58 +0000
commit80c2289a03f8a993b2377993a873242a62116c58 (patch)
tree884ff25047b61490212bc094c568afb654d56757 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
parentc790515c8b2f395cc259030532992a4497b5daa8 (diff)
downloadbcm5719-llvm-80c2289a03f8a993b2377993a873242a62116c58.tar.gz
bcm5719-llvm-80c2289a03f8a993b2377993a873242a62116c58.zip
[OPENMP] Parsing/Sema analysis of directive 'master'
llvm-svn: 213237
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 dec4d46b153..58b33573bf5 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -737,6 +737,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPSectionsDirectiveClass:
case Stmt::OMPSectionDirectiveClass:
case Stmt::OMPSingleDirectiveClass:
+ case Stmt::OMPMasterDirectiveClass:
case Stmt::OMPParallelForDirectiveClass:
case Stmt::OMPParallelSectionsDirectiveClass:
case Stmt::OMPTaskDirectiveClass:
OpenPOWER on IntegriCloud