summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-12-04 14:50:06 -0800
committerReid Kleckner <rnk@google.com>2019-12-04 14:50:06 -0800
commit33f6d465d790ac5c9b949e6bc05127d356212079 (patch)
tree99508efd07e3db1d9d326e7e0f7af23aaf1ed0c0 /clang/include/clang-c
parent9c29aed6980dce42f2a071db09663c435ac21ad1 (diff)
downloadbcm5719-llvm-33f6d465d790ac5c9b949e6bc05127d356212079.tar.gz
bcm5719-llvm-33f6d465d790ac5c9b949e6bc05127d356212079.zip
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
This reverts commit 713dab21e27c987b9114547ce7136bac2e775de9. Tests do not pass on Windows.
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index b653995ebbd..5ff887ea5bc 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2570,11 +2570,7 @@ enum CXCursorKind {
*/
CXCursor_OMPParallelMasterTaskLoopSimdDirective = 284,
- /** OpenMP parallel master directive.
- */
- CXCursor_OMPParallelMasterDirective = 285,
-
- CXCursor_LastStmt = CXCursor_OMPParallelMasterDirective,
+ CXCursor_LastStmt = CXCursor_OMPParallelMasterTaskLoopSimdDirective,
/**
* Cursor that represents the translation unit itself.
OpenPOWER on IntegriCloud