diff options
Diffstat (limited to 'clang/include/clang/Basic/StmtNodes.td')
| -rw-r--r-- | clang/include/clang/Basic/StmtNodes.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/StmtNodes.td b/clang/include/clang/Basic/StmtNodes.td index 71b5629811a..9d56783c7ad 100644 --- a/clang/include/clang/Basic/StmtNodes.td +++ b/clang/include/clang/Basic/StmtNodes.td @@ -184,6 +184,7 @@ def OMPForDirective : DStmt<OMPExecutableDirective>; def OMPSectionsDirective : DStmt<OMPExecutableDirective>; def OMPSectionDirective : DStmt<OMPExecutableDirective>; def OMPSingleDirective : DStmt<OMPExecutableDirective>; +def OMPMasterDirective : DStmt<OMPExecutableDirective>; def OMPParallelForDirective : DStmt<OMPExecutableDirective>; def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>; def OMPTaskDirective : DStmt<OMPExecutableDirective>; |

