mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
use new noncopyable types infrastructure
The infrastructure underpinning the new feature NoncopyableGenerics is mature enough to be used.
This commit is contained in:
@@ -161,8 +161,7 @@ ModuleDependencyScanningWorker::ModuleDependencyScanningWorker(
|
||||
/*buildModuleCacheDirIfAbsent*/ false, ClangModuleCachePath,
|
||||
FEOpts.PrebuiltModuleCachePath, FEOpts.BackupModuleInterfaceDir,
|
||||
FEOpts.SerializeModuleInterfaceDependencyHashes,
|
||||
FEOpts.shouldTrackSystemDependencies(), RequireOSSAModules_t(SILOptions),
|
||||
RequireNoncopyableGenerics_t(ScanASTContext));
|
||||
FEOpts.shouldTrackSystemDependencies(), RequireOSSAModules_t(SILOptions));
|
||||
|
||||
// Set up the Clang importer.
|
||||
clangScannerModuleLoader = ClangImporter::create(
|
||||
|
||||
Reference in New Issue
Block a user