Files
swift-mirror/lib/PrintAsClang
Gábor Horváth 209fecaba2 [6.2][cxx-interop] Properly support OS objects in reverse interop
Explanation:These objects are behind typedefs and user code supposed to
use the typedef names. We already have some logic in place for Obj-C
interop. Reuse the same logic for C++ to use the correct names.
Issues: rdar://150453489
Original PRs: #83670
Risk: Low, only OS object types are affected and they were problemtic
before the change.
Testing: Added a compiler test.
Reviewers: @egorzhdan
2025-09-04 10:56:24 +01:00
..