================
@@ -2145,7 +2145,11 @@ enum CXCursorKind {
    */
   CXCursor_OMPScopeDirective = 306,
 
-  CXCursor_LastStmt = CXCursor_OMPScopeDirective,
+  /** OpenACC Compute Construct.
+   */
+  CXCursor_OpenACCComputeConstruct = 307,
----------------
alexey-bataev wrote:

I would suggest to save some constant number for future OpenMP nodes. How about 
start it from, say, 320 for OpenACC nodes? Just to avoid mixing of OpenMP and 
OpenACC nodes

https://github.com/llvm/llvm-project/pull/81188
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to