I am using Coverity on a C++ project. Is there some way of flagging false positives directly in the source code?
+1
A:
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."
Asya Kamsky
2010-08-25 17:32:53
Asya, please dont continue the lint tradition with coverity...
Warrior
2010-08-26 11:20:39
Thanks I found it under that section.
2010-08-27 11:55:20