-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.9.0
-
None
-
-
e9e8852f50eabf95a9d8006aee3696ed86d9755d (qt-creator/qt-creator/4.10)
See snippet:
#include <string>
#include <iostream>
using namespace std;
struct T {
int a;
};
int main()
{
T t{};
t.?
cout << "Hello World!" << endl;
return 0;
}
auto-complete for t doesn't work if t is {}-initialized
| For Gerrit Dashboard: QTCREATORBUG-22444 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 266188,3 | CppTools: Handle not only "-std=X" but also "--std=X" | 4.10 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |