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

Parameter passthrough #183

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

There is a new feature of CodeChecker configuration. Now there is a direct parameter passthrough to the CodeChecker package. It can be configured in the preferences page.

There is also a live display of the analyze command right below the passthrough specification Text widget. Uneditable, but can be copied from. With this, an actual analyze run is more easily reproducible.

Resolves #104

vodorok commented 5 years ago

Fist part of pr. A second commit is coming that removes the existing checker selector.