mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Dependency Scanning] Establish object ownership convention by using a Foundation-style ownership signals naming scheme across the API surface.
Foundation-style ownership signals documentation: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-CJBEJBHH
This commit is contained in:
@@ -164,5 +164,5 @@ export *\n\
|
||||
// TODO: Output/verify dependency graph correctness
|
||||
// llvm::dbgs() << "Deps: " << Dependencies << "\n";
|
||||
|
||||
swiftscan_dependency_result_dispose(Dependencies);
|
||||
swiftscan_dependency_graph_dispose(Dependencies);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user