3

I am using Coverity Prevent on a C++ project. Is there some way of flagging false positives directly in the source code?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Magnus Andermo
  • 353
  • 4
  • 8

1 Answers1

5

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
  • 41,784
  • 5
  • 109
  • 133