================
@@ -2729,6 +2729,55 @@ class OMPTaskwaitDirective : public 
OMPExecutableDirective {
   }
 };
 
+/// This represents '#pragma ompx taskgraph' directive.
+/// Available with OMPX extensions.
+///
+/// \code
+/// #pragma ompx taskgraph
+/// \endcode
+///
+class OMPTaskgraphDirective : public OMPExecutableDirective {
----------------
Munesanz wrote:

Looks like others OMP directives declarations such as OMPTaskwaitDirective, 
OMPTaskDirective, etc do not have the "final" keyword. We wanted to keep 
consistency.
Do you still think it should be added? Thanks!

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

Reply via email to