Skip to content

Commit dedadc1

Browse files
committed
[SYCL] remove unnecessary change
1 parent e4036ad commit dedadc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5869,6 +5869,7 @@ void SemaSYCL::MarkDevices() {
58695869
checkSYCLAddIRAttributesFunctionAttrConflicts(T.GetSYCLKernel());
58705870
}
58715871
}
5872+
58725873
static bool CheckFreeFunctionDiagnostics(Sema &S, const FunctionDecl *FD) {
58735874
if (FD->isVariadic()) {
58745875
return S.Diag(FD->getLocation(), diag::err_free_function_variadic_args);

0 commit comments

Comments
 (0)