forked from qt-creator/qt-creator
Adapt to removal of ToolChain::type()
QtC change: e6d1141e1e
Change-Id: I50c0861dc6a864e54170b21de94a4106921e5a71
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#ifndef CLANGSTATICANALYZERUTILS_H
|
||||
#define CLANGSTATICANALYZERUTILS_H
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
@@ -33,7 +35,7 @@ class Location;
|
||||
bool isClangExecutableUsable(const QString &filePath, QString *errorMessage = 0);
|
||||
|
||||
QString clangExecutable(const QString &fileNameOrPath, bool *isValid);
|
||||
QString clangExecutableFromSettings(const QString &toolchainType, bool *isValid);
|
||||
QString clangExecutableFromSettings(Core::Id toolchainType, bool *isValid);
|
||||
|
||||
QString createFullLocationString(const ClangStaticAnalyzer::Internal::Location &location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user