Changelog: Remove duplicate entries in C++

+ fix 1 description

Change-Id: I70f7ac0651b11cdc2b9fedff35d3da8ced4e888e
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Orgad Shaneh
2014-07-13 12:19:51 +03:00
committed by Orgad Shaneh
parent e6d85ebb17
commit 051bccf89e
+4 -7
View File
@@ -131,6 +131,7 @@ Analyzer
C++ Support
* Added support for C99 designated initializers (QTCREATORBUG-1902)
* Added support for UTF-8 in the lexer (QTCREATORBUG-7356)
* Fixed finding usages of members of typedef'ed anonymous structs
(QTCREATORBUG-11859, QTCREATORBUG-11860)
* Fixed indentation of concatenated strings
@@ -140,12 +141,10 @@ C++ Support
(QTCREATORBUG-12309)
* Fixed parsing of trailing type-specifier
* Fixed parsing of expressions like vector<int>{1}
* Fixed generating getters and setters for variables with
'm' and 'm_' prefixes
* Fixed that "using namespace" did not highlight class in including files (QTCREATORBUG-12357)
* Fixed the Create Getter and Setter Member Functions refactoring action
for variables with "m" and "m_" prefixes (QTCREATORBUG-12244)
* Fixed that "using Ns::Class" did not highlight class in including files (QTCREATORBUG-12357)
* Fixed include paths handling (QTCREATORBUG-11599)
* Fixed corner cases for "Create Getter and Setter Member Functions" refactoring action
(QTCREATORBUG-12244)
* Fixed parsing of expressions like vector<int>{1}
* Fixed completion for template with default argument
(QTCREATORBUG-12606, QTCREATORBUG-12605)
@@ -155,8 +154,6 @@ C++ Support
* Improved infrastructure for Clang integration
* Reworked indexing data structure
* Started to clean up C++ editor
* Added support for UTF-8 in the lexer (QTCREATORBUG-7356)
* Added support for C99 designated initializers
QML Support
* Fixed handling of properties that start with underscore (QTCREATORBUG-12214)