[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
llvm-svn: 213363
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 22882bb..7b80841 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2179,9 +2179,13 @@
*/
CXCursor_OMPBarrierDirective = 243,
+ /** \brief OpenMP taskwait directive.
+ */
+ CXCursor_OMPTaskwaitDirective = 244,
+
/** \brief Windows Structured Exception Handling's leave statement.
*/
- CXCursor_SEHLeaveStmt = 244,
+ CXCursor_SEHLeaveStmt = 245,
CXCursor_LastStmt = CXCursor_SEHLeaveStmt,