News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

QtCreator will embrace Clang as its code completion engine

Started by ollydbg, October 22, 2011, 03:07:31 AM

Previous topic - Next topic

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

hzlixiong

#1
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]

ollydbg

CB forum is English only, i think i will give a pm later.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

xunxun

Regards,
xunxun

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.