Commits

Xi Ge committed c452f9640f8
[CodeCompletion] Add a field NotRecommendedReason to code completion result to indicate why an item is not recommended, NFC. rdar://25415947 As implied in rdar://24818863, striking through a module name may be an overkill to suggest the module is redundant to import. We try to fine-grain not-recommended-reason so that proper UI cue can be adopted in the future.