summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-07-13 12:19:51 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-07-14 10:58:22 +0200
commit051bccf89e4c34f3d42c73c01eb9dbf799cbcd5e (patch)
treeabb659e75c02c111f0d6c2021fa0300d2bdeb218 /dist
parente6d85ebb17b96781f93e0e5b57b04f814ef226a8 (diff)
downloadqt-creator-051bccf89e4c34f3d42c73c01eb9dbf799cbcd5e.tar.gz
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.2.011
1 files changed, 4 insertions, 7 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
index 31d9cae009..f6753653eb 100644
--- a/dist/changes-3.2.0
+++ b/dist/changes-3.2.0
@@ -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)