[clang] [flang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 07:29:12 PST 2025
================
@@ -1198,10 +1198,12 @@ struct ToT {
std::tuple<OPT(Expectation), OPT(Mappers), OPT(Iterator), LocatorList> t;
};
-// [6.0:440-441] `transparent` clause
+// V6.0: [17.9.6] `transparent` clause
----------------
kparzysz wrote:
[Version : page : line] is the convention for quoting the OpenMP spec. It wasn't used before, but please stick to it in new code.
https://github.com/llvm/llvm-project/pull/166810
More information about the llvm-commits
mailing list