mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Make the prescan dependency scan result (import set) an opaque structure
This commit is contained in:
@@ -47,7 +47,7 @@ DependencyScanningTool::getDependencies(
|
||||
return Dependencies;
|
||||
}
|
||||
|
||||
llvm::ErrorOr<swiftscan_prescan_result_t *>
|
||||
llvm::ErrorOr<swiftscan_prescan_result_t>
|
||||
DependencyScanningTool::getImports(ArrayRef<const char *> Command) {
|
||||
// The primary instance used to scan the query Swift source-code
|
||||
auto InstanceOrErr = initCompilerInstanceForScan(Command);
|
||||
|
||||
Reference in New Issue
Block a user