summaryrefslogtreecommitdiff
path: root/include/clang/Basic/OpenMPKinds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/OpenMPKinds.h')
-rw-r--r--include/clang/Basic/OpenMPKinds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Basic/OpenMPKinds.h b/include/clang/Basic/OpenMPKinds.h
index fe0ba51bec..4129cca0fe 100644
--- a/include/clang/Basic/OpenMPKinds.h
+++ b/include/clang/Basic/OpenMPKinds.h
@@ -269,7 +269,8 @@ bool isOpenMPPrivate(OpenMPClauseKind Kind);
bool isOpenMPThreadPrivate(OpenMPClauseKind Kind);
/// Checks if the specified directive kind is one of tasking directives - task,
-/// taskloop or taksloop simd.
+/// taskloop, taksloop simd, master taskloop, parallel master taskloop or master
+/// taskloop simd.
bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
/// Checks if the specified directive kind is one of the composite or combined