aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc')
-rw-r--r--doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
index 3211d7d950..d6f5709c37 100644
--- a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
+++ b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc
@@ -157,14 +157,6 @@
re-scanning is incremental, so nothing is lost by closing and re-starting
\QC.
- Because clangd considers only the on-disk state of included header files
- when parsing a source file, you need to save changes in header files to
- have them considered elsewhere for completion, diagnostics, and so on.
- Partly for this reason, files that are changed by refactoring actions are
- saved automatically. To disable this feature, select \uicontrol Tools >
- \uicontrol Options > \uicontrol Environment > \uicontrol System >
- \uicontrol {Auto-save files after refactoring}.
-
The document outline in the \l{Viewing Defined Types and Symbols}
{Outline} view is backed by clangd's document symbol support, which
makes the results more reliable than before.