mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clang modules have a clever way to share decl and type IDs, by saying "this range of IDs comes from this other module". Swift modules have to be resilient, however, and so this is not a viable solution. We still use 0 as a special ID for null decls and types, when applicable. Swift SVN r5323
5.4 KiB
5.4 KiB