forked from qt-creator/qt-creator
ClangTools: Remove clang static analyzer
...since it's superseded by the tidy integration. Change-Id: Idafa5e1fb5129b1af8e42231a664684d4b90821f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#if defined(CLANGSTATICANALYZER_LIBRARY)
|
||||
# define CLANGSTATICANALYZER_EXPORT Q_DECL_EXPORT
|
||||
#if defined(CLANGTOOLS_LIBRARY)
|
||||
# define CLANGTOOLS_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define CLANGSTATICANALYZER_EXPORT Q_DECL_IMPORT
|
||||
# define CLANGTOOLS_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user