================
@@ -1641,6 +1641,13 @@ def DeviceKernel : DeclOrTypeAttr {
}];
}
+def SYCLExternal : InheritableAttr {
+ let Spellings = [Clang<"sycl_external">];
----------------
schittir wrote:Separate PR it is! I'll follow this spelling: `let Spellings = [CXX11<"clang", "sycl_external">];` https://github.com/llvm/llvm-project/pull/140282 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
