Commits

Doug Gregor committed 8649fa440aa
[Clang importer] Record globals imported as members in Swift name lookup tables. Whenever we add an entry that corresponds to a global Clang entity that will be imported as a member, where that member structure isn't inherently encoded in Clang, separately record it as being a member of the context in a separate table. Verify that we're getting the entries we expect in this table.