-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.9.0
-
Fix Version/s: Qt Creator 4.10.0-beta2
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
-
Platform/s:
-
Commits: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 |