summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorSamuel Antao <sfantao@us.ibm.com>2016-01-19 20:04:50 +0000
committerSamuel Antao <sfantao@us.ibm.com>2016-01-19 20:04:50 +0000
commit725907603205e62fc02e2cfc40cdf3719774bf6f (patch)
tree4515b906368a389bc63fc7bff38b860c2165b266 /clang/lib/StaticAnalyzer
parentd4af297df1b0dc442622494214c67fb4a9848d43 (diff)
downloadbcm5719-llvm-725907603205e62fc02e2cfc40cdf3719774bf6f.tar.gz
bcm5719-llvm-725907603205e62fc02e2cfc40cdf3719774bf6f.zip
[OpenMP] Parsing + sema for "target exit data" directive.
Patch by Arpith Jacob. Thanks! llvm-svn: 258177
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-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 e4e61ab2d64..309caa50ea3 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -831,6 +831,7 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
case Stmt::OMPTargetDirectiveClass:
case Stmt::OMPTargetDataDirectiveClass:
case Stmt::OMPTargetEnterDataDirectiveClass:
+ case Stmt::OMPTargetExitDataDirectiveClass:
case Stmt::OMPTeamsDirectiveClass:
case Stmt::OMPCancellationPointDirectiveClass:
case Stmt::OMPCancelDirectiveClass:
OpenPOWER on IntegriCloud