forked from qt-creator/qt-creator
ClangTools: Support loading exported diagnostics
Add a new toolbar button to load diagnostics exported with $ clang-tidy -export-fixes=/path/to/file $ clazy-standalone -export-fixes=/path/to/file (master version) Change-Id: I8316fe0706a18222e68220ef4fbfdc7ae8d09804 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
11
src/plugins/debugger/debuggerunittestfiles.pri
Normal file
11
src/plugins/debugger/debuggerunittestfiles.pri
Normal file
@@ -0,0 +1,11 @@
|
||||
shared {
|
||||
DEFINES += DEBUGGER_LIBRARY
|
||||
} else {
|
||||
DEFINES += DEBUGGER_STATIC_LIBRARY
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/analyzer/diagnosticlocation.h \
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/analyzer/diagnosticlocation.cpp \
|
||||
Reference in New Issue
Block a user