aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-16 16:34:23 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-17 07:22:18 +0000
commit34fb189682c591853edada547e2aed62c02a76b8 (patch)
tree282ba18fbd654d810b041e3eee04f7c216d69aec /doc
parent1acc4821307cce5f0a6428757d78d0bded284ae4 (diff)
Doc: Describe Location column in Clang Static Analyzer view
Change-Id: Ie97e1d7a5a70da347c2d5f7c5f5bf4a926c8b5cd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-clang-static-analyzer.pngbin26939 -> 10550 bytes
-rw-r--r--doc/src/analyze/creator-clang-static-analyzer.qdoc7
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/images/qtcreator-clang-static-analyzer.png b/doc/images/qtcreator-clang-static-analyzer.png
index 6d6eecbd4c..c9a1886ab0 100644
--- a/doc/images/qtcreator-clang-static-analyzer.png
+++ b/doc/images/qtcreator-clang-static-analyzer.png
Binary files differ
diff --git a/doc/src/analyze/creator-clang-static-analyzer.qdoc b/doc/src/analyze/creator-clang-static-analyzer.qdoc
index 593664a123..2c09fa0a75 100644
--- a/doc/src/analyze/creator-clang-static-analyzer.qdoc
+++ b/doc/src/analyze/creator-clang-static-analyzer.qdoc
@@ -43,14 +43,17 @@
\image qtcreator-clang-static-analyzer.png
+ Select the link in the \uicontrol Location column to move to the location
+ where the issue appears in the code editor.
+
The Clang Static Analyzer runs with all the default checkers enabled. For
more information about the checkers, see
\l{http://clang-analyzer.llvm.org/available_checks.html}{Available Checkers}.
To suppress diagnostics, select \uicontrol {Suppress This Diagnostic} in the
context menu. To view the suppression list for a project and to remove
- diagnostics from it, select \uicontrol {Clang Static Analyzer} in
- the \uicontrol Projects mode.
+ diagnostics from it, select \uicontrol Projects >
+ \uicontrol {Project Settings} > \uicontrol {Clang Static Analyzer}.
\section1 Supported Project Types and Tool Chains