mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Address code review: adding a test for -experimental-clang-importer-direct-cc1-scan and renaming a function.
This commit is contained in:
@@ -638,7 +638,7 @@ struct ResultTy {
|
||||
|
||||
using ArgListTy = std::vector<std::string>;
|
||||
|
||||
void getOutputPath(ResultTy &outputPath, const StringRef &moduleName,
|
||||
void setOutputPath(ResultTy &outputPath, const StringRef &moduleName,
|
||||
const StringRef &interfacePath, const StringRef &sdkPath,
|
||||
const CompilerInvocation &CI, const ArgListTy &extraArgs);
|
||||
} // namespace SwiftInterfaceModuleOutputPathResolution
|
||||
|
||||
Reference in New Issue
Block a user