消除 Coverity Prevent 中的误报
我在 C++ 项目上使用 Coverity Prevent。有没有办法直接在源代码中标记误报?
I am using Coverity Prevent on a C++ project. Is there some way of flagging false positives directly in the source code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Coverity 静态分析支持源代码注释。它们在手册中进行了描述 - 因为我不知道您使用的是什么版本,所以我无法确切地告诉您哪个部分,但它在名为“Checker Reference”的书中有关“模型和注释”的部分中。
Coverity Static Analysis supports source code annotations. They are described in the manual - since I don't know what version you're using I can't tell you exactly what section but it's in the book called "Checker Reference" in a section on "Models and Annotations."