Commits

Xi Ge committed 152eeaa1fe9
[Sema] Add a fixit for diagnosis "variable used within its own initial value". This fixit checks if a decl with the identical name can be found in the parent type context; if can, we add "self." to try to resolve the issue. rdar://25389852