[gardening] C++ gardening: Argument names. Overrides. End-of-namespace.

This commit is contained in:
practicalswift
2016-12-18 18:04:01 +01:00
parent af14d8c687
commit b9b2c81e40
6 changed files with 9 additions and 9 deletions

View File

@@ -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);