[ClangImporter] Refactor off CF reasoning helpers

Move helper methods off of the Impl and into CFTypeInfo.h, where we
have the other CF type reasoning logic.

NFC
This commit is contained in:
Michael Ilseman
2016-09-10 14:56:33 -07:00
parent ffadf0524b
commit b51e0f61f7
6 changed files with 13 additions and 12 deletions

View File

@@ -15,6 +15,7 @@
//
//===----------------------------------------------------------------------===//
#include "CFTypeInfo.h"
#include "IAMInference.h"
#include "ImporterImpl.h"
#include "ClangDiagnosticConsumer.h"