Author Topic: FYI: codelite has enabled the clang codecompletion  (Read 7222 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
FYI: codelite has enabled the clang codecompletion
« on: June 08, 2011, 04:03:29 am »
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.