SR-11889: Fixed code review issues

1. Updated Located field names with Pascal Case
2. Updated Located constuctor
3. Formatted lines with more than 80 symbols
This commit is contained in:
Kita, Maksim
2019-12-14 13:39:53 +03:00
parent 5fdea64d7e
commit ea6a2dc094
33 changed files with 129 additions and 128 deletions

View File

@@ -1020,10 +1020,10 @@ std::error_code ModuleInterfaceLoader::findModuleFilesInDirectory(
}
// Create an instance of the Impl to do the heavy lifting.
auto ModuleName = ModuleID.item.str();
auto ModuleName = ModuleID.Item.str();
ModuleInterfaceLoaderImpl Impl(
Ctx, ModPath, InPath, ModuleName,
CacheDir, PrebuiltCacheDir, ModuleID.loc,
CacheDir, PrebuiltCacheDir, ModuleID.Loc,
RemarkOnRebuildFromInterface, dependencyTracker,
llvm::is_contained(PreferInterfaceForModules,
ModuleName) ?