Commits

Xi Ge committed 52273554f46
[FixCode] Add diagnosis/fixit to help users deal with BooleanType's removal (#4392) * [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.