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

CodeChecker check passthrough parameter #104

Closed dkrupp closed 5 years ago

dkrupp commented 7 years ago

It would be useful to add a config parameter where the user could specify any parameters that would be passed forward to CodeChecker analyze command.

Add the following to the "Preferences page"

Analysis options (.e.g. -e sensitive): [user can enter analysis options] Analysis command : [CodeChecker analyze ./compile.json -o ./reports [user entered analysis options]

The "Analysis command" should display the exact analysis command that will be executed. The user entered analysis options should be appended at the end of the preset command.