mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
07bd0ec30c
This fixes ObjC class names for classes nested in scopes with opaque types. Without this, such classes would either hit an assertion failure, or in no-asserts compilers they would get an empty string as a class name. rdar://178851613