forked from qt-creator/qt-creator
CppTools: Add convenience functions to ClangDiagnosticConfig
Change-Id: Iebf01e1ab71dc3500cc6e492c525735f300272ca Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
QString clangTidyChecks() const;
|
||||
void setClangTidyChecks(const QString &checks);
|
||||
|
||||
bool isClangTidyEnabled() const;
|
||||
|
||||
// Clazy
|
||||
enum class ClazyMode
|
||||
{
|
||||
@@ -83,6 +85,8 @@ public:
|
||||
QString clazyChecks() const;
|
||||
void setClazyChecks(const QString &checks);
|
||||
|
||||
bool isClazyEnabled() const;
|
||||
|
||||
bool operator==(const ClangDiagnosticConfig &other) const;
|
||||
bool operator!=(const ClangDiagnosticConfig &other) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user