forked from qt-creator/qt-creator
Add support for MSVC.
Via clang-cl, which supports the --analyze option now. Change-Id: Idbefe048eaa80e8c5bdb2244cb30c26ba7c71ef5 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Internal {
|
||||
class Location;
|
||||
|
||||
QString clangExecutable(const QString &fileNameOrPath, bool *isValid);
|
||||
QString clangExecutableFromSettings(bool *isValid);
|
||||
QString clangExecutableFromSettings(const QString &toolchainType, bool *isValid);
|
||||
|
||||
QString createFullLocationString(const ClangStaticAnalyzer::Internal::Location &location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user