mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Ever since we stopped associating the top-level struct of an imported NS_ERROR_ENUM with the Clang enum declaration, we've been unable to print imported NS_ERROR_ENUMs. The module-printing infrastructure would drop them thinking they aren't imported declarations. This also affected NS_ERROR_ENUMs that were imported as members of another type, as well as other types imported as members. Fixes rdar://problem/32497693.
33 KiB
33 KiB