summaryrefslogtreecommitdiffstats
path: root/include/clang-c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-09 04:35:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-09 04:35:57 +0000
commit67398e8c8bbad6e093499f2a5ad505f9b9378a32 (patch)
tree2703c36ae12263c5813f025b7f10cd85efe220b6 /include/clang-c
parentf1dd1ed0b280c37188585848c0b63908370178a7 (diff)
Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule."
It causes memory leak. Some tests in test/OpenMP would fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-rw-r--r--include/clang-c/Index.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index bd2116431b..5b846a518d 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -2264,11 +2264,7 @@ enum CXCursorKind {
*/
CXCursor_OMPTaskLoopSimdDirective = 259,
- /** \brief OpenMP distribute directive.
- */
- CXCursor_OMPDistributeDirective = 260,
-
- CXCursor_LastStmt = CXCursor_OMPDistributeDirective,
+ CXCursor_LastStmt = CXCursor_OMPTaskLoopSimdDirective,
/**
* \brief Cursor that represents the translation unit itself.