Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion clang/lib/Sema/SemaSYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,6 @@ void Sema::ConstructOpenCLKernel(FunctionDecl *KernelCallerFunc,
}

void Sema::MarkDevice(void) {
// Let's mark all called functions with SYCL Device attribute.
// Create the call graph so we can detect recursion and check the validity
// of new operator overrides. Add the kernel function itself in case
// it is recursive.
Expand Down