[clang] [flang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)

Abhinav Gaba via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 14:43:51 PST 2025


================
@@ -608,6 +617,16 @@ const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind,
 #include "clang/Basic/OpenMPKinds.def"
     }
     llvm_unreachable("Invalid OpenMP 'threadset' clause modifier");
----------------
abhinavgaba wrote:

We should update this to say `argument` as well, but that's not related to this PR.

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


More information about the llvm-commits mailing list