Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on October 22, 2011, 03:07:31 am

Title: QtCreator will embrace Clang as its code completion engine
Post by: ollydbg on October 22, 2011, 03:07:31 am
http://labs.qt.nokia.com/2011/10/19/qt-creator-and-clang/
Title: Re: QtCreator will embrace Clang as its code completion engine
Post by: hzlixiong on October 22, 2011, 12:38:31 pm
I try to use clang codecompletion, it work well in codecompletion and jump to declaration, but I don't know how to jump to function implementation, beacuse the current TU have no information about what a function implementation.

Can you have any idea?

[REMOVED NON-ENGLISH CONTENT]
Title: Re: QtCreator will embrace Clang as its code completion engine
Post by: ollydbg on October 22, 2011, 12:56:34 pm
CB forum is English only, i think i will give a pm later.
Title: Re: QtCreator will embrace Clang as its code completion engine
Post by: xunxun on October 22, 2011, 02:24:31 pm
btw, what does TU stand for?
Title: Re: QtCreator will embrace Clang as its code completion engine
Post by: ollydbg on October 22, 2011, 02:26:03 pm
btw, what does TU stand for?
translation unit.