forked from qt-creator/qt-creator
ClangTools: Add tool that runs clang-tidy and clazy
... over the whole project. Generate and read serialized files to get diagnostics. Change-Id: Iafc25fc70443107a040a995efc038aed35102bbf Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "clangstaticanalyzerprojectsettingswidget.h"
|
||||
#include "clangstaticanalyzerruncontrol.h"
|
||||
#include "clangstaticanalyzertool.h"
|
||||
#include "clangtidyclazytool.h"
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
#include "clangstaticanalyzerpreconfiguredsessiontests.h"
|
||||
@@ -104,6 +105,7 @@ class ClangToolsPluginPrivate
|
||||
{
|
||||
public:
|
||||
ClangStaticAnalyzerTool staticAnalyzerTool;
|
||||
ClangTidyClazyTool clangTidyClazyTool;
|
||||
ClangStaticAnalyzerOptionsPage optionsPage;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user