Skip to content

dalemarchand/qtc-cppcheck

 
 

Repository files navigation

#Qt Creator Cppcheck Integration

##Introduction Plugin integrates some Cppcheck functionality into Qt Creator IDE.

##Features

  • Automatically check active project after build
  • Automatically check active project's files on save
  • Manually check any project's file
  • Display found error in task pan (with marks in editor)
  • Most settings are configurable
  • Translation support

##Tips

  • Checking for unused functions prevents use of several threads and can decrease performance
  • Custom launch parameters are passing before plugin's so can take no effect

##Downloads Built plugin can be downloaded here

##More info Additional information can be obtained here (in russian)

About

Qt Creator Cppcheck integration plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.1%
  • QMake 4.1%
  • Shell 3.8%