Commits

Ben Langmuir committed 468e6d9c3da
[CodeCompletion] Complete unresolved members that are not enums or OptionSets Replace the enum and OptionSet-specific code with static member lookup that checks the type against the contextual type. This lets us complete static variables, static functions, and initializers. In particular, this fixes completion of NS_EXTENSIBLE_STRING_ENUM types from Objective-C. rdar://problem/26628652