forked from qt-creator/qt-creator
Clang: Make clazy/tidy options part of the diagnostic config
As a side effect, clazy/tidy options become available for project specific customization in the projects mode. Change-Id: Id72762dedd857915139c15f532d2f1c6d1f43edb Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -72,12 +72,6 @@ public:
|
||||
int indexerFileSizeLimitInMb() const;
|
||||
void setIndexerFileSizeLimitInMb(int sizeInMB);
|
||||
|
||||
QString tidyChecks() const;
|
||||
void setTidyChecks(QString checks);
|
||||
|
||||
QString clazyChecks() const;
|
||||
void setClazyChecks(QString checks);
|
||||
|
||||
signals:
|
||||
void clangDiagnosticConfigsInvalidated(const QVector<Core::Id> &configId);
|
||||
void changed();
|
||||
@@ -89,9 +83,6 @@ private:
|
||||
int m_indexerFileSizeLimitInMB = 5;
|
||||
ClangDiagnosticConfigs m_clangCustomDiagnosticConfigs;
|
||||
Core::Id m_clangDiagnosticConfigId;
|
||||
|
||||
QString m_tidyChecks;
|
||||
QString m_clazyChecks;
|
||||
};
|
||||
|
||||
} // namespace CppTools
|
||||
|
||||
Reference in New Issue
Block a user