Commits
Doug Gregor committed f5b317d6070
[Code completion] Code complete compound function names within #selector. When we're code completing a postfix or dot expression inside the subexpression of an #selector expression, prefer compound function names. This helps us write, e.g., #selector(UIView. and get completions such as "insertSubview(_:aboveSubview:)". Fixes rdar://problem/24470075.