summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/StmtNodes.td
diff options
context:
space:
mode:
authorMichael Wong <fraggamuffin@gmail.com>2015-07-21 13:44:28 +0000
committerMichael Wong <fraggamuffin@gmail.com>2015-07-21 13:44:28 +0000
commita7bf44969b32b3d48f0d4b86e972d19b00af4162 (patch)
tree2b08fdde92dd5a3b9688c8b9dcddb71a6b522395 /include/clang/Basic/StmtNodes.td
parente81928aec4e1a7200d966cf829702cf5c4d76a46 (diff)
Commit for http://reviews.llvm.org/D10765
for OpenMP 4 target data directive parsing and sema. This commit is on behalf of Kelvin Li. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/StmtNodes.td')
-rw-r--r--include/clang/Basic/StmtNodes.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/StmtNodes.td b/include/clang/Basic/StmtNodes.td
index 9d7b6fb0cb..59b5774a30 100644
--- a/include/clang/Basic/StmtNodes.td
+++ b/include/clang/Basic/StmtNodes.td
@@ -204,6 +204,7 @@ def OMPFlushDirective : DStmt<OMPExecutableDirective>;
def OMPOrderedDirective : DStmt<OMPExecutableDirective>;
def OMPAtomicDirective : DStmt<OMPExecutableDirective>;
def OMPTargetDirective : DStmt<OMPExecutableDirective>;
+def OMPTargetDataDirective : DStmt<OMPExecutableDirective>;
def OMPTeamsDirective : DStmt<OMPExecutableDirective>;
def OMPCancellationPointDirective : DStmt<OMPExecutableDirective>;
def OMPCancelDirective : DStmt<OMPExecutableDirective>;