|
@@ -57,10 +57,7 @@ CompilerInstance::CompilerInstance(
|
|
|
std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
|
|
bool BuildingModule)
|
|
|
: ModuleLoader(BuildingModule), Invocation(new CompilerInvocation()),
|
|
|
- ModuleManager(nullptr),
|
|
|
- ThePCHContainerOperations(std::move(PCHContainerOps)),
|
|
|
- BuildGlobalModuleIndex(false), HaveFullGlobalModuleIndex(false),
|
|
|
- ModuleBuildFailed(false) {}
|
|
|
+ ThePCHContainerOperations(std::move(PCHContainerOps)) {}
|
|
|
|
|
|
CompilerInstance::~CompilerInstance() {
|
|
|
assert(OutputFiles.empty() && "Still output files in flight?");
|