forked from qt-creator/qt-creator
ClangRefactoringBackend fix reorder warning
Change-Id: I7cd957c2c172021768c98b7fa87c5a53fa6da54e Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -57,12 +57,12 @@ public:
|
||||
std::shared_ptr<clang::Preprocessor> &&preprocessor)
|
||||
: SymbolsVisitorBase(filePathCache, sourceManager),
|
||||
m_preprocessor(std::move(preprocessor)),
|
||||
m_sourceDependencies(sourceDependencies),
|
||||
m_symbolEntries(symbolEntries),
|
||||
m_sourceLocationEntries(sourceLocationEntries),
|
||||
m_sourceFiles(sourceFiles),
|
||||
m_usedMacros(usedMacros),
|
||||
m_fileInformations(fileInformations),
|
||||
m_sourceDependencies(sourceDependencies)
|
||||
m_fileInformations(fileInformations)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user