forked from qt-creator/qt-creator
ClangStaticAnalyzer: Directly construct RunControl
This only runs directly locally, so there's currently no need to go through the AnalyzerManager indirection. Change-Id: Ie241b362b870e8ea0be221c501420573596e34f2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -69,7 +69,7 @@ ClangStaticAnalyzerRunControl::ClangStaticAnalyzerRunControl(
|
||||
RunConfiguration *runConfiguration,
|
||||
Core::Id runMode,
|
||||
const ProjectInfo &projectInfo)
|
||||
: AnalyzerRunControl(runConfiguration, runMode)
|
||||
: RunControl(runConfiguration, runMode)
|
||||
, m_projectInfo(projectInfo)
|
||||
, m_initialFilesToProcessSize(0)
|
||||
, m_filesAnalyzed(0)
|
||||
|
||||
Reference in New Issue
Block a user