From a566efbec9d971deee9e61db100ac97f9256cea4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 17 Jun 2014 17:20:53 +0000 Subject: Revert "[OPENMP] Initial support for '#pragma omp for'." This reverts commit r211096. Looks like it broke the msvc build: SemaOpenMP.cpp(140) : error C4519: default template arguments are only allowed on a class template llvm-svn: 211113 --- clang/include/clang-c/Index.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'clang/include/clang-c/Index.h') 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. -- cgit v1.2.3