Suppress coverity false positives.
This diff contains comments only, including the hints for Coverity static code inspection
to suppress the warning originating at the next line after the comment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We can, and I'll make the change. Do you think it would be a good idea to keep the coverity annotations only as C-style comments (comments for the machine) to disambiguate it from the regular comments (comments for the humans) ?
Comment Actions
I would prefer c++ comments for coverity just so no one else sees this and says "hey, I can use C comments now in LLDB!".
Comment Actions
The llvm comment style is documented here. I don't think we should be making exceptions for coverity comments. (also, I wouldn't want to be having too many of these machine annotations around the codebase).