forked from qt-creator/qt-creator
ClangTools: Prompt for files to analyze
If the run button is clicked, the user is prompted to select the files for analysis. Change-Id: I21e4ee6b7c14392a8c1a901ac7aa1c9c16e30f0d Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -33,8 +33,10 @@ using namespace ProjectExplorer;
|
||||
namespace ClangTools {
|
||||
namespace Internal {
|
||||
|
||||
ClangTidyClazyRunControl::ClangTidyClazyRunControl(RunControl *runControl, Target *target)
|
||||
: ClangToolRunControl(runControl, target)
|
||||
ClangTidyClazyRunControl::ClangTidyClazyRunControl(RunControl *runControl,
|
||||
Target *target,
|
||||
const FileInfos &fileInfos)
|
||||
: ClangToolRunControl(runControl, target, fileInfos)
|
||||
{
|
||||
setDisplayName("ClangTidyClazyRunner");
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user