aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-20 11:59:20 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-20 13:25:35 +0000
commited74779a10925f29e756e94386cacb491e84b71d (patch)
tree30c2a8fdb275e2ccf36f63461190dd015dc70672
parent02c9f0384c9363ca835103806811abaf591c5c9d (diff)
Doc: Update info about Clang Tools options
Change-Id: Id967798d3f1a0fc52c1f2c413e953d7324582e7b Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--doc/qtcreator/images/qtcreator-clang-tools-options.pngbin8210 -> 9333 bytes
-rw-r--r--doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc9
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/qtcreator/images/qtcreator-clang-tools-options.png b/doc/qtcreator/images/qtcreator-clang-tools-options.png
index 3fce1e2dff..68616df1cd 100644
--- a/doc/qtcreator/images/qtcreator-clang-tools-options.png
+++ b/doc/qtcreator/images/qtcreator-clang-tools-options.png
Binary files differ
diff --git a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc
index 6bc4ac9825..804b8695a1 100644
--- a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc
+++ b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc
@@ -128,6 +128,9 @@
\image qtcreator-clang-tools-options.png "Clang Tools options tab"
+ \li In the \uicontrol Clang-Tidy and \uicontrol Clazy-Standalone fields,
+ set the paths to the executables to use.
+
\li To build the project before running the Clang tools, select the
\uicontrol {Build the project before analysis} check box. The Clang
tools do not require the project to be built before analysis, but
@@ -135,9 +138,9 @@
generated during the build. For big projects, not building the
project might save some time.
- \li In the \uicontrol {Simultaneous processes} field, select the number
- of processes to run simultaneously to make the analysis faster on
- multi-core processors.
+ \li In the \uicontrol {Parallel jobs} field, select the number of jobs
+ to run in parallel to make the analysis faster on multi-core
+ processors.
\li In the \uicontrol {Diagnostic Configuration} group, select
\uicontrol Manage to create or edit a custom configuration.