C++ static code analysis tool on Windows -


what c++ static code analysis tool know of microsoft windows development, , main features offer?

please state whether particular tool relies on cygwin, , whether foss, free or requires purchase.

similar question: what open source c++ static analysis tools available?

here summary of current state:

  1. prefast found in windows driver kit
  2. cppcheck
  3. coverity
  4. pvs-studio
  5. oink
  6. klocwork insight
  7. pc-lint
  8. cppdepend
  9. goanna
  10. sentry
  11. visual studio team system
  12. understand
  13. cccc
  14. cqual++
  15. flawfinder
  16. dms software reengineering toolkit
  17. vera++
  18. source monitor
  19. stack (source code @ github)

cppcheck open source , cross-platform.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -