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
|
\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}.
|
for C++ on top of \l{http://clang.llvm.org/}{Clang}.
|
||||||
|
|
||||||
\section1 About the Clang Code Model
|
\section1 About the Clang Code Model
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
include several files, processing a single file and all the included files
|
include several files, processing a single file and all the included files
|
||||||
can take a while.
|
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:
|
code model plugin:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
\endlist
|
\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
|
\section1 Activating Clang Code Model
|
||||||
|
|
||||||
|
@@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
\li \l{Parsing C++ Files with the Clang Code Model}
|
\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
|
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
|
language family front end for LLVM. Clang provides you with more
|
||||||
accurate information than the built-in code model but can be slower
|
accurate information than the built-in code model but can be slower
|
||||||
|
@@ -98,7 +98,7 @@
|
|||||||
\li \l{Specifying Dependencies}{Dependencies}
|
\li \l{Specifying Dependencies}{Dependencies}
|
||||||
|
|
||||||
\li \l{Parsing C++ Files with the Clang Code Model}
|
\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}
|
\li \l{Using Clang Static Analyzer}{Clang Static Analyzer}
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
\"Name\" : \"ClangCodeModel\",
|
\"Name\" : \"ClangCodeModel\",
|
||||||
\"Version\" : \"$$QTCREATOR_VERSION\",
|
\"Version\" : \"$$QTCREATOR_VERSION\",
|
||||||
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
|
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
|
||||||
\"Experimental\" : true,
|
\"DisabledByDefault\" : true,
|
||||||
\"Vendor\" : \"The Qt Company Ltd\",
|
\"Vendor\" : \"The Qt Company Ltd\",
|
||||||
\"Copyright\" : \"(C) 2016 The Qt Company Ltd\",
|
\"Copyright\" : \"(C) 2016 The Qt Company Ltd\",
|
||||||
\"License\" : [ \"Commercial Usage\",
|
\"License\" : [ \"Commercial Usage\",
|
||||||
|
Reference in New Issue
Block a user