forked from qt-creator/qt-creator
ClangCodeModel: Make DisabledByDefault instead of Experimental
Update documentation accordingly. Change-Id: I3309815ce23cfa8c941717883a7e0e312b7d9a5f Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
\QC comes with an experimental plugin that provides some of these services
|
||||
\QC comes with a plugin that provides some of these services
|
||||
for C++ on top of \l{http://clang.llvm.org/}{Clang}.
|
||||
|
||||
\section1 About the Clang Code Model
|
||||
@@ -85,7 +85,7 @@
|
||||
include several files, processing a single file and all the included files
|
||||
can take a while.
|
||||
|
||||
The following services are currently implemented in the experimental Clang
|
||||
The following services are currently implemented in the Clang
|
||||
code model plugin:
|
||||
|
||||
\list
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
To use the plugin, you must build it and configure it in \QC.
|
||||
To use the plugin, you must activate it and configure it in \QC.
|
||||
|
||||
\section1 Activating Clang Code Model
|
||||
|
||||
|
@@ -111,7 +111,7 @@
|
||||
|
||||
\li \l{Parsing C++ Files with the Clang Code Model}
|
||||
|
||||
An experimental Clang code model plugin enables you to replace the
|
||||
A Clang code model plugin enables you to replace the
|
||||
built-in \QC code model with the Clang code model. Clang is a C
|
||||
language family front end for LLVM. Clang provides you with more
|
||||
accurate information than the built-in code model but can be slower
|
||||
|
@@ -98,7 +98,7 @@
|
||||
\li \l{Specifying Dependencies}{Dependencies}
|
||||
|
||||
\li \l{Parsing C++ Files with the Clang Code Model}
|
||||
{Clang Code Model} (experimental)
|
||||
{Clang Code Model}
|
||||
|
||||
\li \l{Using Clang Static Analyzer}{Clang Static Analyzer}
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
\"Name\" : \"ClangCodeModel\",
|
||||
\"Version\" : \"$$QTCREATOR_VERSION\",
|
||||
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
|
||||
\"Experimental\" : true,
|
||||
\"DisabledByDefault\" : true,
|
||||
\"Vendor\" : \"The Qt Company Ltd\",
|
||||
\"Copyright\" : \"(C) 2016 The Qt Company Ltd\",
|
||||
\"License\" : [ \"Commercial Usage\",
|
||||
|
Reference in New Issue
Block a user