forked from qt-creator/qt-creator
ClangStaticAnalyzer: Raise supported clang version to 3.9.0
Change-Id: Ic8eb8c7b25f1b2b6bdb6b645816342748b181bd0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -58,12 +58,12 @@ public:
|
|||||||
|
|
||||||
bool isSupportedVersion() const
|
bool isSupportedVersion() const
|
||||||
{
|
{
|
||||||
return majorNumber == 3 && minorNumber == 8;
|
return majorNumber == 3 && minorNumber == 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
static QString supportedVersionAsString()
|
static QString supportedVersionAsString()
|
||||||
{
|
{
|
||||||
return QLatin1String("3.8");
|
return QLatin1String("3.9");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString toString() const
|
QString toString() const
|
||||||
|
Reference in New Issue
Block a user