We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ab328 commit 645774bCopy full SHA for 645774b
clang/lib/Sema/SemaSYCL.cpp
@@ -658,7 +658,8 @@ static QualType calculateKernelNameType(ASTContext &Ctx,
658
// Gets a name for the OpenCL kernel function, calculated from the first
659
// template argument of the kernel caller function.
660
static std::pair<std::string, std::string>
661
-constructKernelName(Sema &S, FunctionDecl *KernelCallerFunc, MangleContext &MC) {
+constructKernelName(Sema &S, FunctionDecl *KernelCallerFunc,
662
+ MangleContext &MC) {
663
QualType KernelNameType =
664
calculateKernelNameType(S.getASTContext(), KernelCallerFunc);
665
0 commit comments