summaryrefslogtreecommitdiff
path: root/plugins/workflow_swift/src/demangler/mod.rs
AgeCommit message (Collapse)Author
2026-03-23[Swift] Add support for applying parameter and return types during demanglingMark Rowe
This is disabled by default due to a current limitation where core is not able to represent parameters that are small structs being passed across multiple registers. `analysis.swift.extractTypesFromMangledNames` can be enabled to test this.
2026-03-23[Swift] Initial demangling supportMark Rowe