Eclipse ide needed to be integratewd with MISRA rules
How can I integrate misra rules 开发者_开发知识库with eclipse
QaC++ is a rule checker commercial tool from PRQA with a eclipse integration plugin.
It's not free, but it is the best checker I've seen with a very high check coverage.
PC Lint is generally considered the most pragmatically useful of the reasonably-priced tools with Misra checking capability.
It is pretty straightforward to semi-integrate any command-line checking tool into Eclipse, either as an 'External Tool' or (usually better) calling it from your project makefile under a dedicated target.
精彩评论