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

Support to forward arguments to the CodeChecker analyzers #87

Open gyorb opened 7 years ago

gyorb commented 7 years ago

If a custom compiler is used the necessary compiler internal include paths needed to be forwarded to the analyzers. This is currently done in the CodeChecker with the --saargs and --tidyargs arguments. Automatically generating the necessary extra configuration will be supported by the CodeChecker, the eclipse plugin should be able to configure CodeChecker with these extra parameters.