summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-07-18 09:11:51 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-07-18 09:11:51 +0000
commit4d1dfeabc969093847dce13a2c959c30544c79d2 (patch)
treecab67a86614d7f7f653ffc21f48b302de747771c /clang/lib/StaticAnalyzer/Core
parente022851f3b253f421eced5fb0f8f5654771a35a1 (diff)
downloadbcm5719-llvm-4d1dfeabc969093847dce13a2c959c30544c79d2.tar.gz
bcm5719-llvm-4d1dfeabc969093847dce13a2c959c30544c79d2.zip
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
llvm-svn: 213360
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 b91f8e6d5fe..5b26f4eef8d 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -742,6 +742,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPParallelSectionsDirectiveClass:
case Stmt::OMPTaskDirectiveClass:
case Stmt::OMPTaskyieldDirectiveClass:
+ case Stmt::OMPBarrierDirectiveClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
case Stmt::ObjCSubscriptRefExprClass:
OpenPOWER on IntegriCloud