forked from qt-creator/qt-creator
ClangPchManager: Add build dependencies to include collector
It's a first step but we have to refactor the interface later. Task-number: QTCREATORBUG-21379 Change-Id: Idda666bcaec950203f001c993c54a926779527e0 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -52,7 +52,7 @@ class CollectUsedMacrosAndSourcesPreprocessorCallbacksBase : public SymbolsVisit
|
||||
{
|
||||
public:
|
||||
CollectUsedMacrosAndSourcesPreprocessorCallbacksBase(UsedMacros &usedMacros,
|
||||
FilePathCachingInterface &filePathCache,
|
||||
const FilePathCachingInterface &filePathCache,
|
||||
const clang::SourceManager &sourceManager,
|
||||
SourcesManager &sourcesManager,
|
||||
std::shared_ptr<clang::Preprocessor> preprocessor,
|
||||
|
||||
Reference in New Issue
Block a user