Closed balazske closed 5 years ago
The case for minimal import is now commented out, it will be restored or removed after the tests.
I think the case for minimal import can be removed. There are no such checks at import of TypeSourceInfo
or NestedNameSpecifier
(these may cause import of other things too).
A new
TypeLocImporter
is created to import theTypeLoc
values fromTypeSourceInfo
. The previous "trivial TypeSourceInfo" is replaced.