Skip to content

Commit 6a3011d

Browse files
authored
Merge pull request #78882 from swiftlang/gaborh/missing-break
2 parents 7c7f9fd + 303aa1b commit 6a3011d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,6 +4116,7 @@ namespace {
41164116
// annotated nor is it marked noescape.
41174117
auto attr = new (ASTContext) UnsafeAttr(/*implicit=*/true);
41184118
result->getAttrs().add(attr);
4119+
break;
41194120
}
41204121
}
41214122
Impl.diagnoseTargetDirectly(decl);

0 commit comments

Comments
 (0)