diff options
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r-- | clang/include/clang-c/Index.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 4deb60b1a52..49d2bc40479 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2139,11 +2139,7 @@ enum CXCursorKind { */ CXCursor_OMPSimdDirective = 233, - /** \brief OpenMP for directive. - */ - CXCursor_OMPForDirective = 234, - - CXCursor_LastStmt = CXCursor_OMPForDirective, + CXCursor_LastStmt = CXCursor_OMPSimdDirective, /** * \brief Cursor that represents the translation unit itself. |