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:
hjk
2016-05-31 08:31:17 +02:00
parent cbbdc64e8a
commit 752c2cd67f
5 changed files with 9 additions and 16 deletions

View File

@@ -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)