[gardening] Make sure argument names in comments match the actual parameter names

This commit is contained in:
practicalswift
2016-12-21 22:56:01 +01:00
parent ee346500c0
commit b253b21014
20 changed files with 42 additions and 39 deletions

View File

@@ -153,11 +153,11 @@ static bool printAsObjC(const std::string &outputPath, Module *M,
Clang.createOutputFile(outputPath, EC,
/*Binary=*/false,
/*RemoveFileOnSignal=*/true,
/*inputPath=*/"",
/*BaseInput=*/"",
path::extension(outputPath),
/*UseTemporary=*/true,
/*createDirs=*/false,
/*finalPath=*/nullptr,
/*CreateMissingDirectories=*/false,
/*ResultPathName=*/nullptr,
&tmpFilePath);
if (!out) {