Add missing features to changes file

Change-Id: Ib7ddb8cc98a11ab4703a2d12e60891afcbba6d1c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Eike Ziller
2018-01-30 12:36:55 +01:00
parent 4a58581eed
commit a8d8365c84

View File

@@ -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)