mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The generated header did not compile due to a bug that prevented us from referencing the correct namespaces derived from the nominal type's name (an extension does not have a name). Moreover, we did not generate forward declarations for the members of the extensions for classes and enums (but we did for structs). This change also removes a workaround that emitted String::Index as _String_Index. rdar://153221450
44 KiB
44 KiB