Skip to content

Commit

Permalink
[NFC] Remove extra semicolon (#14569)
Browse files Browse the repository at this point in the history
It's caused a build warning when `-Wpedantic` enabled.

Signed-off-by: Wang, Yihan <yihan.wang@intel.com>
  • Loading branch information
yihanwg authored Jul 15, 2024
1 parent c0c4d02 commit b5f9763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Sema/SemaSYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5067,7 +5067,7 @@ void ConstructFreeFunctionKernel(SemaSYCL &SemaSYCLRef, FunctionDecl *FD) {

Visitor.VisitFunctionParameters(FD, argsSizeChecker, kernel_decl, kernel_body,
int_header, int_footer);
};
}

// Figure out the sub-group for the this function. First we check the
// attributes, then the global settings.
Expand Down

0 comments on commit b5f9763

Please sign in to comment.