On Sun, Jul 22, 2012 at 12:00:40PM +0200, Patryk Małek wrote: > I have build myself qt creator from wip clang branch > http://qt.gitorious.org/ qt-creator/qt-creator/commits/wip/clang > (using the readme file instructions 0 and launching from build > directory qtcreator.sh ) but there is still no improvement in > autocomplete for me ( still e.g. no autocomplete for std::vector > <int>::iterator) .
Completion for std::vector<...>::iterator has been implemented last week (change 9121c21230829b3897188c849c0247b8c67b8da5 in the 2.5 branch). It's not yet merged to master, but you should be able to cherry-pick the change. > In this creator (2.5.81 based on qt 4.8.1 ) I have no debugging option > (although debugger is attached to it in toolchain options for the > clang option ) . What do you mean by "I have no debugging option"? It does not recognize gdb as "compatible" with clang-builds? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
