mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] C++ gardening: Argument names. Overrides. End-of-namespace.
This commit is contained in:
@@ -2768,7 +2768,7 @@ Decl *ModuleFile::getDecl(DeclID DID, Optional<DeclContext *> ForcedContext) {
|
||||
}
|
||||
auto fn = FuncDecl::createDeserialized(
|
||||
ctx, /*StaticLoc=*/SourceLoc(), staticSpelling.getValue(),
|
||||
/*FuncLoc=*/SourceLoc(), name, /*nameLoc=*/SourceLoc(),
|
||||
/*FuncLoc=*/SourceLoc(), name, /*NameLoc=*/SourceLoc(),
|
||||
/*Throws=*/throws, /*ThrowsLoc=*/SourceLoc(),
|
||||
/*AccessorKeywordLoc=*/SourceLoc(), genericParams,
|
||||
numParamPatterns, DC);
|
||||
|
||||
Reference in New Issue
Block a user