aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-13 14:45:55 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-15 06:53:35 +0000
commitff476cd87c307e90f123c0590294a1a51ef8f043 (patch)
treece3c2500bfb048366edc287b9e92443ae036e340
parent48ebab7c582431bb5e3ccb74333862ab84a55574 (diff)
Doc: Describe filtering Clang Tidy and Clazy checks
Task-number: QTCREATORBUG-27560 Change-Id: Iafd13201227b026d47f38aecb096c742e18552ca Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/qtcreator/images/qtcreator-clang-tidy.pngbin7683 -> 16971 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-clazy.pngbin16782 -> 22558 bytes
-rw-r--r--doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc8
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/qtcreator/images/qtcreator-clang-tidy.png b/doc/qtcreator/images/qtcreator-clang-tidy.png
index 4e1f234380..4f7baf1549 100644
--- a/doc/qtcreator/images/qtcreator-clang-tidy.png
+++ b/doc/qtcreator/images/qtcreator-clang-tidy.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-clazy.png b/doc/qtcreator/images/qtcreator-clazy.png
index 258bcb6ae6..15dfb0aeb6 100644
--- a/doc/qtcreator/images/qtcreator-clazy.png
+++ b/doc/qtcreator/images/qtcreator-clazy.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 f2fe77bcb0..43459d767c 100644
--- a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc
+++ b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc
@@ -174,6 +174,8 @@
\li In the \uicontrol {Clang-Tidy Checks} tab, select
\uicontrol {Select Checks} to select the checks to perform.
+ To filter the checks, enter a string in the
+ \uicontrol {Filter by name} field.
\image qtcreator-clang-tidy.png "Clang-Tidy Checks tab"
@@ -189,8 +191,10 @@
\image qtcreator-clazy.png "Clazy Checks tab"
- \li In the \uicontrol {Topic Filter} field, select a topic to view
- only checks related to that area in the \uicontrol Checks field.
+ \li In the \uicontrol Filters field, select topics to view
+ only checks related to those areas in the \uicontrol Checks field.
+ To filter the checks in the selected areas, enter a string in the
+ \uicontrol {Filter by name} field.
\li To view all checks again, select \uicontrol {Reset Filter}.