mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Dependency Scanning] Add a C API layer for dependency scanning tool, scanning actions, and scan results.
Adds a C API layer consisting of: - Data structures used to represent in-memory result of dependency scanning - Opaque dependency scanner tool (C wrapper for `DependencyScanningTool`) Refactors `ScanDependencies.cpp` to produce dependency scanning result in the form of the above binary format.
This commit is contained in:
4
include/swift-c/DependencyScan/module.modulemap
Normal file
4
include/swift-c/DependencyScan/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module _InternalDependencyScan {
|
||||
header "DependencyScan.h"
|
||||
link "_InternalDependencyScan"
|
||||
}
|
||||
Reference in New Issue
Block a user