Commit 874ed8c
committed
Add API to match function parameters to arguments at call sites
This new API allows matching the function arguments passed at the call
site to their corresponding parameters in the function declaration.
This functionality is needed to implement different refactorings. For
example function inlining and deleting a parameter of a function.1 parent aacb56b commit 874ed8c
3 files changed
Lines changed: 1086 additions & 0 deletions
File tree
- Sources/SwiftRefactor
- Tests/SwiftRefactorTest
0 commit comments