swift
65a9e7de - Implement heuristic to prioritize in field descriptor search

Commit
3 years ago
Implement heuristic to prioritize in field descriptor search Currently when looking for field descriptors we parse the reflection metadata in whatever order it was registered. This patch implements a heuristic where we try to match a new optional Name field with the module name of the type's field descriptor we're looking for. rdar://87889973
Author
Committer
Parents
Loading