summaryrefslogtreecommitdiff
path: root/include/clang-c/Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r--include/clang-c/Index.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 5cbcc3b7f5..4917ba5fb5 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -2559,8 +2559,11 @@ enum CXCursorKind {
*/
CXCursor_OMPMasterTaskLoopDirective = 281,
+ /** OpenMP parallel master taskloop directive.
+ */
+ CXCursor_OMPParallelMasterTaskLoopDirective = 282,
- CXCursor_LastStmt = CXCursor_OMPMasterTaskLoopDirective,
+ CXCursor_LastStmt = CXCursor_OMPParallelMasterTaskLoopDirective,
/**
* Cursor that represents the translation unit itself.