Commits

Michael Ilseman committed e32353ec037
[Clang Importer] getOrCreateExtensionPoint for import as member When importing as a member, we want a single unique extension declaration per type per Clang submodule. This adds the mapping, switches import-as-member VarDecl importing to use it, and forces the created extensions to show up.