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 e4036ad commit dedadc1Copy full SHA for dedadc1
clang/lib/Sema/SemaSYCL.cpp
@@ -5869,6 +5869,7 @@ void SemaSYCL::MarkDevices() {
5869
checkSYCLAddIRAttributesFunctionAttrConflicts(T.GetSYCLKernel());
5870
}
5871
5872
+
5873
static bool CheckFreeFunctionDiagnostics(Sema &S, const FunctionDecl *FD) {
5874
if (FD->isVariadic()) {
5875
return S.Diag(FD->getLocation(), diag::err_free_function_variadic_args);
0 commit comments