aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-09-18 09:10:37 -0400
committerNico Weber <thakis@chromium.org>2021-09-18 09:10:37 -0400
commit31cca215654ac5eca01796248696b8d710a5cffc (patch)
tree9292e2252e82a5766ff56673fdac95f16e90ed20 /clang/include/clang-c
parent9b889f826ff587e9758c80823419512d502e457d (diff)
downloadllvm-31cca215654ac5eca01796248696b8d710a5cffc.zip
llvm-31cca215654ac5eca01796248696b8d710a5cffc.tar.gz
llvm-31cca215654ac5eca01796248696b8d710a5cffc.tar.bz2
Revert "OpenMP 5.0 metadirective"
This reverts commit c7d7b98e5263472f05b2f3cb767b5d16e1349e9a. Breaks tests on macOS, see comment on https://reviews.llvm.org/D91944
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 b49acf6..8afd4c9 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2592,11 +2592,7 @@ enum CXCursorKind {
*/
CXCursor_OMPUnrollDirective = 293,
- /** OpenMP metadirective directive.
- */
- CXCursor_OMPMetaDirective = 294,
-
- CXCursor_LastStmt = CXCursor_OMPMetaDirective,
+ CXCursor_LastStmt = CXCursor_OMPUnrollDirective,
/**
* Cursor that represents the translation unit itself.