Skip to content

Commit bbb0d8a

Browse files
committed
[SYCL][Sema] Fix missing return due to conflict
Fix bad resolution in f65a38c
1 parent 97cb50e commit bbb0d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaStmtAttr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@ void Sema::ProcessStmtAttributes(Stmt *S, const ParsedAttributes &InAttrs,
11531153

11541154
bool Sema::CheckRebuiltAttributedStmtAttributes(ArrayRef<const Attr *> Attrs) {
11551155
CheckRedundantSYCLIntelIVDepAttrs(*this, Attrs);
1156+
return false;
11561157
}
11571158

11581159
bool Sema::CheckRebuiltCodeAlignStmtAttributes(ArrayRef<const Attr *> Attrs) {

0 commit comments

Comments
 (0)