Commits

Doug Gregor committed c2bf16c0a91
Clang importer: start building a Swift name -> Clang declarations table. When we parse a bridging header, start building a mapping from Swift names (both base names and full names) to the Clang declarations that have those names in particular Clang contexts. For now, just provide the ability to build the table (barely) and dump it out; we'll grow it's contents in time.