Files
swift-mirror/stdlib/public/RemoteInspection
Tim Kientzle 1898e58a40 Implement DependentMemberTypeRef support for the typeref->demangle translation
* Risk: Without this, RemoteMirror (and hence client apps) crash on certain inputs
* Resolves: rdar://108809238
* Testing:  Ran a client app with a custom-built library to verify it no longer crashes.  I've not been able to figure out how to build a unit test that hits this specific code path (in all my unit tests, dependent members seem to get fully substituted before we get to this section of code).
2023-05-02 13:44:51 -07:00
..