Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 2.8.0-rc
-
df2684179 (master)
Description
#include <QList> void foo() { QList<int> list; (*list.begin()); // trigger assign to local here (*QList::const_iterator localBegin = list.begin()); // result is substitution like shown here int localBegin = (*list.begin()); // but this would be correct }
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTCREATORBUG-9578 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
60073,1 | CppEditor: Fix insert position for AssignToLocalVariable | 2.8 | qt-creator/qt-creator | Status: ABANDONED | -1 | 0 |
610781,2 | CppEditor: Deprecate "assign to local" quickfix | master | qt-creator/qt-creator | Status: MERGED | +2 | -1 |