Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Default enabled all checkers #169

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

Changed the default value of the CHECKER_LIST key in ConfigTypes. Now when no checker is specified this new --enable-all value will be substituted, resulting in a successful build.

Resolves #153