Commits

Joe Groff committed 2448f33ffc8
Parser: Record the compound name of selector-style func decls. Collect the identifiers for the selector pieces we parsed and use them to build a compound DeclName for the func decl. Currently this only manifests when __FUNCTION__ is used inside a selector-style function definition, where we now correctly produce the compound 'foo:bar:' name. Swift SVN r14717