[ModuleInterfaces] Remove references to 'parseable' interfaces everywhere

Now that we've settled on Module Interface as the name, let's remove the
vestiges of "Parseable Interfaces"
This commit is contained in:
Harlan Haskins
2019-09-13 14:15:34 -07:00
parent dcbfe443ca
commit c82c9b8210
41 changed files with 149 additions and 148 deletions

View File

@@ -104,11 +104,11 @@
///
//===----------------------------------------------------------------------===//
#ifndef SWIFT_FRONTEND_ModuleInterfaceLoader_H
#define SWIFT_FRONTEND_ModuleInterfaceLoader_H
#ifndef SWIFT_FRONTEND_MODULEINTERFACELOADER_H
#define SWIFT_FRONTEND_MODULEINTERFACELOADER_H
#include "swift/Basic/LLVM.h"
#include "swift/Frontend/ParseableInterfaceSupport.h"
#include "swift/Frontend/ModuleInterfaceSupport.h"
#include "swift/Serialization/SerializedModuleLoader.h"
namespace clang {