Parsing/Sema of directive omp for simd
llvm-svn: 218029
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 7b8d4cf9..a86171a 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2209,7 +2209,11 @@
*/
CXCursor_OMPAtomicDirective = 249,
- CXCursor_LastStmt = CXCursor_OMPAtomicDirective,
+ /** \brief OpenMP for simd directive.
+ */
+ CXCursor_OMPForSimdDirective = 250,
+
+ CXCursor_LastStmt = CXCursor_OMPForSimdDirective,
/**
* \brief Cursor that represents the translation unit itself.