[ModuleInterface] Add new TextualInterfaceOption flag, move TextualInterfaceGeneration.{h,cpp}

This commit is contained in:
Graydon Hoare
2018-09-24 14:51:59 -07:00
parent 5aae7741ea
commit 196fbbfc46
7 changed files with 10 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
#include "ImportedModules.h"
#include "ReferenceDependencies.h"
#include "TBD.h"
#include "ParseableInterfaceGeneration.h"
#include "swift/Subsystems.h"
#include "swift/AST/ASTScope.h"
@@ -50,6 +49,7 @@
#include "swift/Frontend/Frontend.h"
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
#include "swift/Frontend/SerializedDiagnosticConsumer.h"
#include "swift/Frontend/ParseableInterfaceGeneration.h"
#include "swift/Immediate/Immediate.h"
#include "swift/Index/IndexRecord.h"
#include "swift/Option/Options.h"