[PATCH] D63763: [clang-tidy] Update documentation for Qt Creator integration.
Nikolai Kosjar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 05:27:56 PDT 2019
nik created this revision.
Herald added subscribers: cfe-commits, xazax.hun.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63763
Files:
clang-tools-extra/docs/clang-tidy/Integrations.rst
Index: clang-tools-extra/docs/clang-tidy/Integrations.rst
===================================================================
--- clang-tools-extra/docs/clang-tidy/Integrations.rst
+++ clang-tools-extra/docs/clang-tidy/Integrations.rst
@@ -32,7 +32,7 @@
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
|KDevelop IDE | \-\ | \+\ | \+\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
-|Qt Creator IDE | \+\ | \+\ | \-\ | \-\ | \+\ |
+|Qt Creator IDE | \+\ | \+\ | \-\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
|ReSharper C++ for Visual Studio | \+\ | \+\ | \-\ | \+\ | \+\ |
+--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
@@ -65,11 +65,13 @@
.. _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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63763.206422.patch
Type: text/x-patch
Size: 2617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190625/53903088/attachment.bin>
More information about the cfe-commits
mailing list