[OPENMP] Initial parsing and sema analysis for 'section' directive.
llvm-svn: 211767
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 567522e..909e2db 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2147,7 +2147,11 @@
*/
CXCursor_OMPSectionsDirective = 235,
- CXCursor_LastStmt = CXCursor_OMPSectionsDirective,
+ /** \brief OpenMP section directive.
+ */
+ CXCursor_OMPSectionDirective = 236,
+
+ CXCursor_LastStmt = CXCursor_OMPSectionDirective,
/**
* \brief Cursor that represents the translation unit itself.