Commits

Joe Groff committed 96c09d7179b
Renovate name lookup to prepare for compound name lookup. Make the name lookup interfaces all take DeclNames instead of identifiers, and update the lookup caches of the various file units to index their members by both compound name and simple name. Serialized modules are keyed by identifiers, so as a transitional hack, do simple name lookup then filter the results by compound name. Swift SVN r14768