summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
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/AST/StmtProfile.cpp
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/AST/StmtProfile.cpp')
-rw-r--r--clang/lib/AST/StmtProfile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 9ab9c8e1217..2ea0243f12a 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -589,6 +589,11 @@ void StmtProfiler::VisitOMPTargetEnterDataDirective(
VisitOMPExecutableDirective(S);
}
+void StmtProfiler::VisitOMPTargetExitDataDirective(
+ const OMPTargetExitDataDirective *S) {
+ VisitOMPExecutableDirective(S);
+}
+
void StmtProfiler::VisitOMPTeamsDirective(const OMPTeamsDirective *S) {
VisitOMPExecutableDirective(S);
}
OpenPOWER on IntegriCloud