开发者

Eclipse ide needed to be integratewd with MISRA rules

开发者 https://www.devze.com 2023-01-08 05:43 出处:网络
How can I integrate misra rules 开发者_开发知识库with eclipseQaC++ is a rule checker commercial tool from PRQA with a eclipse integration plugin.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消