Skip to content

Commit 99ea091

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static bool checkDeprecatedSYCLAttributeSpelling(Sema &S,
322322
const ParsedAttr &Attr) {
323323
if (Attr.getScopeName()->isStr("intelfpga"))
324324
return S.Diag(Attr.getLoc(), diag::warn_attribute_spelling_deprecated)
325-
<< "'" + Attr.getNormalizedFullName() + "'";
325+
<< "'" + Attr.getNormalizedFullName() + "'";
326326
return false;
327327
}
328328

clang/lib/Sema/SemaStmtAttr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static bool checkDeprecatedSYCLLoopAttributeSpelling(Sema &S,
7979
if (A.getScopeName()->isStr("intelfpga"))
8080
return S.Diag(A.getLoc(), diag::warn_attribute_spelling_deprecated)
8181
<< "'" + A.getNormalizedFullName() + "'";
82+
<< "'" + A.getNormalizedFullName() + "'";
8283
return false;
8384
}
8485

0 commit comments

Comments
 (0)