Skip to content

Commit d7e512e

Browse files
committed
Fix failing tests
1 parent 0922c27 commit d7e512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12268,7 +12268,7 @@ void Sema::CheckImplicitConversion(Expr *E, QualType T, SourceLocation CC,
1226812268
*ICContext = true;
1226912269
}
1227012270

12271-
return DiagnoseImpCast(*this, E, T, CC, DiagID);
12271+
DiagnoseImpCast(*this, E, T, CC, DiagID);
1227212272
}
1227312273

1227412274
// If we're implicitly converting from an integer into an enumeration, that

0 commit comments

Comments
 (0)