Files
swift-mirror/lib/IDE/CodeCompletion.cpp
Ben Langmuir 468e6d9c3d [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
2016-07-29 14:51:40 -07:00

185 KiB