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

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 13 09:41:29 PST 2025


================
@@ -4771,6 +4771,28 @@ def OMPAssume : InheritableAttr {
   let Args = [StringArgument<"Assumption">];
 }
 
+def OMPImpexDecl : InheritableAttr {
----------------
alexey-bataev wrote:

Where is it used?

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


More information about the llvm-commits mailing list