[llvm-branch-commits] [clang] [flang] [llvm] [openmp] [Clang][OpenMP] Add reverse and interchange directives (PR #92030)

Alexey Bataev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 14 03:28:09 PDT 2024


================
@@ -2146,6 +2146,14 @@ enum CXCursorKind {
    */
   CXCursor_OMPScopeDirective = 306,
 
+  /** OpenMP reverse directive.
+   */
+  CXCursor_OMPReverseDirective = 307,
+
----------------
alexey-bataev wrote:

Split this into 2 patches, one for reverse, one for interchange

https://github.com/llvm/llvm-project/pull/92030


More information about the llvm-branch-commits mailing list