News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

FYI: codelite has enabled the clang codecompletion

Started by ollydbg, June 08, 2011, 04:03:29 AM

Previous topic - Next topic

ollydbg

see the svn change:
http://codelite.svn.sourceforge.net/viewvc/codelite?revision=4843&view=revision

change log:
Quote-Added support for clang code completion as backup code completion in case the main code completion fails. This needs to be enabled from 'Settings | Tags Settings | clang' page
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.