Files
swift-mirror/lib/SymbolGraphGen
QuietMisdreavus 879cbf67fc [6.2] [SymbolGraphGen] distinguish between headers of the same name in different modules (#82120)
- **Explanation**: Makes SymbolGraphGen use fully-qualified module names
when comparing modules for determining symbol sources.
- **Scope**: Fixes an uncommon bug when extending an Objective-C type
using a header with the same name as the source module's header.
- **Issues**: rdar://152676102
- **Original PRs**: #82112
- **Risk**: Low. The change does not affect normal compilation, and the
change will only affect which symbol graph a symbol is sorted into, and
shouldn't introduce any crashes.
- **Testing**: Automated tests verify the change.
- **Reviewers**: @franklinsch
2025-06-10 10:11:46 -07:00
..
2023-07-17 10:53:42 -07:00