Commits

Michael Ilseman committed c8e24228388
[Clang importer] Extract CFPointeeInfo into separate file Moves CFPointeeInfo into CFTypeInfo.h/cpp, so that other parts of the importer can re-use the logic for reasoning about CF types. This will be needed by the import as member inference system to reason about effective Clang contexts.