[clang] [llvm] [Clang] [OpenMP] Add support for '#pragma omp stripe'. (PR #119891)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 07:18:31 PST 2025
================
@@ -2158,6 +2158,10 @@ enum CXCursorKind {
*/
CXCursor_OMPAssumeDirective = 309,
+ /** OpenMP assume directive.
+ */
+ CXCursor_OMPStripeDirective = 310,
----------------
kparzysz wrote:
Please add this to `clang/bindings/python/clang/cindex.py` as well.
https://github.com/llvm/llvm-project/pull/119891
More information about the llvm-commits
mailing list