================
@@ -2218,7 +2218,11 @@ enum CXCursorKind {
    */
   CXCursor_OpenACCCacheConstruct = 333,
 
-  CXCursor_LastStmt = CXCursor_OpenACCCacheConstruct,
+  /** OpenMP taskgraph directive.
+   */
+  CXCursor_OMPTaskgraphDirective = 334,
----------------
DeinAlptraum wrote:

Side note: is there a reason you went with number 334 here, putting it next to 
the OpenACC stuff, instead of adding this in the free range 311 - 319 after the 
other OMP directives?

https://github.com/llvm/llvm-project/pull/159774
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to