aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/editors/creator-coding.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-01-10 14:15:59 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-02-17 10:46:27 +0100
commit5bd4dd7a354ce349d22898069a8a8b0039e73b73 (patch)
treeda22e3ef930be31303d0ac7505d8503e6b7ccea8 /doc/src/editors/creator-coding.qdoc
parent266e2b3b8bc9f2785c5523db81ef7671ac8e968c (diff)
Doc: experimental Clang code model plugin
Change-Id: I6a9e13a3eed055f3daa5497b7fed858f1ddad2c5 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'doc/src/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index 877dfd8e0d..a3b3874a0e 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -78,6 +78,14 @@
You can use a diff editor to compare two versions of a file and
view the differences side-by-side in the \gui Edit mode.
+ \li \l{Parsing C++ Files}
+
+ An experimental 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
+ to use for large projects.
+
\endlist
*/