================
@@ -14296,6 +14296,29 @@ void 
ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
   }
 }
 
+static SYCLKernelInfo BuildSYCLKernelInfo(CanQualType KernelNameType,
----------------
erichkeane wrote:

This function seems a little silly.  Is this because we intend for it to be 
'bigger' in the future?  Else `SYCLKernelInfo::Create` would be preferential 
here (or just call the ctor).

https://github.com/llvm/llvm-project/pull/111389
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to