mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
* [FixCode] Add diagnosis/fixit to help users deal with BooleanType's removal. Due to migration reasons, types used to conform to BooleanType, which must contain a member var 'boolValue', now does not convert to Bool. This patch adds a specific diagnosis/fixit to explicitly invoke 'boolValue' to please the context types. * Address Jordan's code review comments.