aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-05-25 09:31:32 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2018-05-25 10:58:00 +0000
commitff534ee354c4d3113eb1634d75b8eeec5dba2a1a (patch)
tree900a94ae3293df3952bff98b87b9fd963e3cb002 /dist
parent5a6aabe7084593d580a661ec358a4dda9b8e8125 (diff)
More changelog for Clang Code Model
Change-Id: I8f53621400185d9d57e27d7d379a15061c240b11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.0.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/changes-4.7.0.md b/dist/changes-4.7.0.md
index 4d71b6d590..b9015626c6 100644
--- a/dist/changes-4.7.0.md
+++ b/dist/changes-4.7.0.md
@@ -65,14 +65,21 @@ C++ Support
* Fixed location information of macros (QTCREATORBUG-19905)
* Clang Code Model
* Enabled by default
+ * Switched to Clang 6.0
* Implemented outline pane, outline dropdown and
`C++ Symbols in Current Document` locator filter
* Implemented `Follow Symbol` for single translation unit
- * Added option to provide `clang-tidy` configuration file or checks string
* Added type highlighting for Objective-C/C++
* Added errors and warnings of current editor to Issues pane
(category `Clang Code Model`)
* Added highlighting style for overloaded operators (QTCREATORBUG-19659)
+ * Added option to use `.clang-tidy` configuration file or checks string
+ * Added link to the documentation in tooltip for Clang-Tidy and Clazy
+ diagnostics
+ * Improved reparse performance and memory usage
+ * Improved selecting and deselecting specific Clang-Tidy checks
+ * Fixed slow completion in case Clang-Tidy or Clazy checks were enabled
+ * Fixed crashes when closing documents fast
* Built-in Code Model
* Added support for nested namespaces (QTCREATORBUG-16774)
@@ -92,7 +99,7 @@ Clang Static Analyzer
* Renamed plugin to `ClangTools`
* Replaced Clang static analyzer by tool that runs Clang-Tidy and Clazy over
- whole project
+ whole project or a subset of the project's files
QML Profiler