mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If there's an error deserializing part of a type, just propagate it out. Also add support for bound generic types. This isn't meant to be full coverage of possible failures, just ones that are likely to come up through the C/ObjC importer. Still to do: - Generic function types (only show up on functions) - Unbound generic types (only show up on typealiases, which I may not even tackle)
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
module Overrides { header "Overrides.h" }
|
|
module Typedefs { header "Typedefs.h" }
|
|
module TypeRemovalObjC { header "TypeRemovalObjC.h" }
|
|
module Types { header "Types.h" }
|