Skip to content

Commit 5b99da8

Browse files
committed
Fix clang-format issues
Signed-off-by: Soumi Manna <[email protected]>
1 parent 99ea091 commit 5b99da8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaStmtAttr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ static bool checkDeprecatedSYCLLoopAttributeSpelling(Sema &S,
7878
const ParsedAttr &A) {
7979
if (A.getScopeName()->isStr("intelfpga"))
8080
return S.Diag(A.getLoc(), diag::warn_attribute_spelling_deprecated)
81-
<< "'" + A.getNormalizedFullName() + "'";
8281
<< "'" + A.getNormalizedFullName() + "'";
8382
return false;
8483
}

0 commit comments

Comments
 (0)