summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2019-06-25 13:50:09 +0000
committerNikolai Kosjar <nikolai.kosjar@qt.io>2019-06-25 13:50:09 +0000
commit181f252d53731da9040946b7af7e920dd16d3c03 (patch)
tree52e58463f7858c803214fd332c22fb6dde135508
parent0baacea2c7ea32efdc043c2f3f0b5dc4b0544cf2 (diff)
downloadbcm5719-llvm-181f252d53731da9040946b7af7e920dd16d3c03.tar.gz
bcm5719-llvm-181f252d53731da9040946b7af7e920dd16d3c03.zip
[clang-tidy] Update documentation for Qt Creator integration.
Subscribers: xazax.hun, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63763 llvm-svn: 364315
-rw-r--r--clang-tools-extra/docs/clang-tidy/Integrations.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/Integrations.rst b/clang-tools-extra/docs/clang-tidy/Integrations.rst
index 81da199decf..bdd012aec89 100644
--- a/clang-tools-extra/docs/clang-tidy/Integrations.rst
+++ b/clang-tools-extra/docs/clang-tidy/Integrations.rst
@@ -32,7 +32,7 @@ well-known :program:`clang-tidy` integrations in detail.
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
|KDevelop IDE | \-\ | \+\ | \+\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
-|Qt Creator IDE | \+\ | \+\ | \-\ | \-\ | \+\ |
+|Qt Creator IDE | \+\ | \+\ | \-\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
|ReSharper C++ for Visual Studio | \+\ | \+\ | \-\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
@@ -65,11 +65,13 @@ output to provide a list of issues.
.. _QtCreator: https://www.qt.io/
.. _Clang Code Model: https://doc.qt.io/qtcreator/creator-clang-codemodel.html
+.. _Clang Tools: https://doc.qt.io/qtcreator/creator-clang-tools.html
QtCreator_ 4.6 integrates :program:`clang-tidy` warnings into the editor
diagnostics under the `Clang Code Model`_. To employ :program:`clang-tidy`
inspection in QtCreator, you need to create a copy of one of the presets and
-choose the checks to be performed in the Clang Code Model Warnings menu.
+choose the checks to be performed. Since QtCreator 4.7 project-wide analysis is
+possible with the `Clang Tools`_ analyzer.
.. _MS Visual Studio: https://visualstudio.microsoft.com/
.. _ReSharper C++: https://www.jetbrains.com/help/resharper/Clang_Tidy_Integration.html
OpenPOWER on IntegriCloud