mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Make sure argument names in comments match the actual parameter names
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user