[clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)
Julian Brown via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 08:08:56 PDT 2025
================
@@ -2218,7 +2218,11 @@ enum CXCursorKind {
*/
CXCursor_OpenACCCacheConstruct = 333,
- CXCursor_LastStmt = CXCursor_OpenACCCacheConstruct,
+ /** OpenMP taskgraph directive.
+ */
+ CXCursor_OMPTaskgraphDirective = 334,
----------------
jtb20 wrote:
Only that I didn't notice that gap! Thanks. I'll move the definition now, that's probably easier than doing it later.
https://github.com/llvm/llvm-project/pull/159774
More information about the llvm-commits
mailing list