aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.6.0.md')
-rw-r--r--dist/changes-4.6.0.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-4.6.0.md b/dist/changes-4.6.0.md
index 009f8a12e03..805cec41338 100644
--- a/dist/changes-4.6.0.md
+++ b/dist/changes-4.6.0.md
@@ -44,7 +44,9 @@ C++ Support
* Clang Code Model
* Switched to Clang 5.0, adding support for C++17
* Implemented information tool tips, which improves type information
- including resolution of `auto` types (QTCREATORBUG-11259)
+ including resolution of `auto` types (QTCREATORBUG-11259), template arguments
+ for template types, and the first or `\brief` paragraph of documentation
+ comments (QTCREATORBUG-4557)
* Integrated Clang-Tidy and Clazy.
Enable checks in Options > C++ > Code Model > Clang Code Model Warnings
* Added separate highlighting for function definitions (QTCREATORBUG-16625)