carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.35k stars 1.48k forks source link

Factor out the common import pattern in import_ref.cpp. #4557

Open zygoloid opened 3 days ago

zygoloid commented 3 days ago

This is primarily an exploration of how we could simplify the import_ref logic. This is not ready to land; in particular we may want a different mechanism for customization here rather than a bunch of overloads.