aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-05-25 16:29:00 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2018-05-28 06:34:13 +0000
commit5e8ad2ca45971f11b38399434c6d3e503e940ff7 (patch)
treeedac8df99c541166113a272e90bbeff5814aea32 /doc
parent286d8d591abf25e2ba98dd5f15e38f8fc72e91ee (diff)
Doc: Update clang code model page
Since the clang code model is enabled by default now, remove the text that describes how to activate the plugin. Change-Id: I2e2c5d84ca00302cb5f9f15dceaab48279fce75a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-clang-codemodel.qdoc26
1 files changed, 2 insertions, 24 deletions
diff --git a/doc/src/editors/creator-clang-codemodel.qdoc b/doc/src/editors/creator-clang-codemodel.qdoc
index 239fe842aa9..001a7c8f565 100644
--- a/doc/src/editors/creator-clang-codemodel.qdoc
+++ b/doc/src/editors/creator-clang-codemodel.qdoc
@@ -85,8 +85,8 @@
include several files, processing a single file and all the included files
can take a while.
- The following services are currently implemented in the Clang
- code model plugin:
+ The Clang code model plugin replaces services of the old C/C++ code model.
+ Currently the following services are implemented:
\list
@@ -100,8 +100,6 @@
\endlist
- To use the plugin, you must activate it and configure it in \QC.
-
\section1 Code Model Warnings
The predefined configurations request Clang warnings at the following
@@ -156,26 +154,6 @@
\l{https://github.com/KDE/clazy/blob/master/README.md#list-of-checks}
{List of Checks} in the Clazy documentation.
- \section1 Activating Clang Code Model
-
- If you build \QC yourself, ensure that the plugin is also built, as
- described in the \QC
- \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/README.md}{README file}.
-
- To activate the plugin:
-
- \list 1
-
- \li Select \uicontrol Help > \uicontrol {About Plugins} >
- \uicontrol {C++} > \uicontrol ClangCodeModel to enable the plugin.
-
- \li Restart \QC to be able to use the plugin.
-
- If you build \QC yourself, add \c ${LLVM_INSTALL_DIR}\bin to the
- \c PATH variable so the LLVM libraries will be found on startup.
-
- \endlist
-
\section1 Configuring Clang Code Model
To specify settings for the Clang code model: