Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 2.7.0-rc, Qt Creator 2.8.0-beta, Qt Creator 3.0.0, Qt Creator 3.0.1, Qt Creator 3.1.0-beta
-
None
-
Mac OS Mountain Lion 10.8
-
07f8c474be629de75780d235df62a50ae6f27870
Description
Please see QTCREATORBUG-629.
Basically, auto-complete does not work with unique_ptr. This issue was fixed in 629 for shared_ptr but it still does not work with unique_ptr.
Here is the example from 629 with unique_ptr in place of shared_ptr:
#include <iostream>
#include <memory>
struct Test
{
void test(){}
int i;
};
int main()
Attachments
Issue Links
- depends on
-
QTCREATORBUG-14483 decltype is not resolved
- Closed
- relates to
-
QTCREATORBUG-13810 Integrated code completion fails or works partially
- Closed
-
QTCREATORBUG-11436 Clang code completion on Mac uses libstd++ headers, not libc++.
- Closed
-
QTCREATORBUG-8922 Code completion does not work for std::vector of objects
- Closed
-
QTCREATORBUG-10321 Follow Symbol Under Cursor does not work for unique_ptr
- Closed
- replaces
-
QTCREATORBUG-10047 Autocompletion regression from v2.5
- Closed
-
QTCREATORBUG-11188 Qt Creator does not understand unique_ptr for auto completion, syntax highlighting, and follow symbol under cursor.
- Closed