mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* let `SIL.Type` conform to `TypeProperties` to share the implementation of common type properties between the AST types and `SIL.Type` * call references to an `AST.Type` `rawType` (instead of just `type`) * remove unneeded stuff * add comments