summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2014-07-08 10:24:34 +0200
committerNikolai Kosjar <nikolai.kosjar@digia.com>2014-07-10 15:32:19 +0200
commitfe9183a62b60a8fb5fbe15bb942ebdad51a3dd82 (patch)
tree3248f29ab86b602cbd999a4d79e3a74a12837179 /dist
parent622c55cbf869431a9eb477ffe30cf4a5774c6d89 (diff)
downloadqt-creator-fe9183a62b60a8fb5fbe15bb942ebdad51a3dd82.tar.gz
ChangeLog: C++ Support
Change-Id: Ic99bd189c081d3bf436d78ee03bd27d2acf646b9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.2.016
1 files changed, 15 insertions, 1 deletions
diff --git a/dist/changes-3.2.0 b/dist/changes-3.2.0
index 4f78fe3a9a..c1b6c1f0d3 100644
--- a/dist/changes-3.2.0
+++ b/dist/changes-3.2.0
@@ -135,13 +135,27 @@ C++ Support
* Fixed indentation of concatenated strings
* Fixed pointer typedef resolving (QTCREATORBUG-10021)
* Fixed scroll wheel behavior in editor's symbols dropdown
- * Fixed encoding issues (QTCREATORBUG-7356)
* Fixed that some wizards were ignoring configured file extensions
(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 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)
+ * Improved lambda support
+ * Fixed local uses, completion and find usages for parameters
+ * Fixed "duplicate data type in declaration" warning (QTCREATORBUG-12521)
+ * 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)