Commits

David Farler committed e05649d4f51
[Sema] Properly diagnose Optional lowercase rename of None/Some Because Optional static var .None and static func .Some unavailable stubs that were put in the standard library aren't imported from C/Objective-C, the path that diagnoses renaming enum cases to lowercase isn't triggered. rdar://problem/26481304