Skip to content

Commit ee41fa5

Browse files
authored
Merge pull request #81889 from compnerd/nothrows
2 parents 4007e44 + 7bece65 commit ee41fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Decl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11102,7 +11102,7 @@ AccessorDecl *AccessorDecl::createImplicit(ASTContext &ctx,
1110211102
ctx, /*declLoc=*/SourceLoc(),
1110311103
/*accessorKeywordLoc=*/SourceLoc(), accessorKind,
1110411104
storage, async, /*asyncLoc=*/SourceLoc(),
11105-
/*throws=*/true, /*throwsLoc=*/SourceLoc(),
11105+
/*throws=*/throws, /*throwsLoc=*/SourceLoc(),
1110611106
thrownType, parent,
1110711107
/*clangNode=*/ClangNode());
1110811108
D->setImplicit();

0 commit comments

Comments
 (0)