From c4220041a66d2e3cb6d1237f1cb52acdb14b4c32 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Thu, 1 Feb 2018 18:29:45 +0100 Subject: 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 --- src/tools/clangrefactoringbackend/source/symbolscollector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/clangrefactoringbackend/source/symbolscollector.cpp') diff --git a/src/tools/clangrefactoringbackend/source/symbolscollector.cpp b/src/tools/clangrefactoringbackend/source/symbolscollector.cpp index 048da174d2..0497a1862e 100644 --- a/src/tools/clangrefactoringbackend/source/symbolscollector.cpp +++ b/src/tools/clangrefactoringbackend/source/symbolscollector.cpp @@ -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 -- cgit v1.2.1