Clang: Rename FileInformation in FileStatus

It's more near to the Unix convention and it has a plural too.

Change-Id: I53f85911d8fcbaadba9947c70e9a375dc6995ed5
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-02-01 18:29:45 +01:00
parent 6976341e4b
commit c4220041a6
22 changed files with 76 additions and 76 deletions

View File

@@ -82,9 +82,9 @@ const UsedMacros &SymbolsCollector::usedMacros() const
return m_collectMacrosSourceFileCallbacks.usedMacros();
}
const FileInformations &SymbolsCollector::fileInformations() const
const FileStatuses &SymbolsCollector::fileStatuses() const
{
return m_collectMacrosSourceFileCallbacks.fileInformations();
return m_collectMacrosSourceFileCallbacks.fileStatuses();
}
const SourceDependencies &SymbolsCollector::sourceDependencies() const