Thread: Is there a way to know about .....?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    147

    Is there a way to know about .....?

    Hello,

    I would like to know if is there a tool, script, source code or similar (one or more) that can tell me:

    * if a function is not used outside is file, so I can declare it static (independently of any define, ie. is never written in other file)

    * if a function is never used (independently of any define, ie. is never written in other file)

    * global variables that are never used

    * a list of where a function is called

    * if a code does not follow an style (i.e. a variable is first upper case when there shouldn't)

    * A function does not have comments over it


    I use MinGW, I dont know if that is important....

    thank you very much
    Last edited by Kempelen; 08-16-2012 at 02:35 PM.

Popular pages Recent additions subscribe to a feed

Tags for this Thread