Files
swift-mirror/lib/ClangImporter/ClangClassTemplateNamePrinter.cpp
Gábor Horváth f974dba2e0 [6.2][cxx-interop] Fix name mangling for reference types
Explanation: When generating type names for template instantiations for
name mangling we did not generate correct names for reference types
resulting in collisions in the mangled names.
Issues: rdar://157237301
Original PRs: #83176
Risk: Low, the generated string is only used for name mangling.
Testing: Added a compiler test.
Reviewers: @egorzhdan
2025-08-13 11:57:49 +01:00

9.4 KiB