forked from qt-creator/qt-creator
ClangToolRunner: Make overlayFilePath a member of AnalyzeInputData
Get rid of setVFSOverlay(). Change-Id: I0f406994f78523c40a5d2f2262f25c9b2c5a5442 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -90,6 +90,7 @@ ClangToolRunner::ClangToolRunner(const AnalyzeInputData &input, QObject *parent)
|
||||
<< "--"
|
||||
<< clangArguments(input.config, baseOptions);
|
||||
};
|
||||
m_overlayFilePath = input.overlayFilePath;
|
||||
m_outputDirPath = input.outputDirPath;
|
||||
QTC_CHECK(!m_outputDirPath.isEmpty());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user