summaryrefslogtreecommitdiff
path: root/src/plugins/clangtools/clangtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangtools/clangtool.h')
-rw-r--r--src/plugins/clangtools/clangtool.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/clangtools/clangtool.h b/src/plugins/clangtools/clangtool.h
index b61ed1ac44..8fb6140008 100644
--- a/src/plugins/clangtools/clangtool.h
+++ b/src/plugins/clangtools/clangtool.h
@@ -52,6 +52,7 @@ namespace Internal {
class ClangToolsDiagnosticModel;
class Diagnostic;
class DiagnosticFilterModel;
+class RunSettings;
const char ClangTidyClazyPerspectiveId[] = "ClangTidyClazy.Perspective";
@@ -73,12 +74,13 @@ public:
AskUser,
};
void startTool(FileSelection fileSelection);
+ void startTool(const RunSettings &runSettings, FileSelection fileSelection);
Diagnostics read(OutputFileFormat outputFileFormat,
- const QString &logFilePath,
- const QString &mainFilePath,
- const QSet<Utils::FilePath> &projectFiles,
- QString *errorMessage) const;
+ const QString &logFilePath,
+ const QString &mainFilePath,
+ const QSet<Utils::FilePath> &projectFiles,
+ QString *errorMessage) const;
FileInfos collectFileInfos(ProjectExplorer::Project *project,
FileSelection fileSelection) const;