We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f30ae7 commit 5b15dacCopy full SHA for 5b15dac
csdiff.h2m
@@ -1,2 +1,6 @@
1
[NAME]
2
csdiff - take two lists of defects and output either added or fixed ones
3
+
4
+[EXIT STATUS]
5
+csdiff exits with status 0 if arguments are valid and input files are parsed
6
+successfully. It does not matter whether any defects were matched or not.
csgrep.h2m
@@ -1,6 +1,10 @@
csgrep - filter the list of defects by the specified regex-based predicates
+csgrep exits with status 0 if arguments are valid and input files are parsed
7
8
[EXAMPLE - CHECKERS, EVENTS, MESSAGES]
9
.nf
10
Error: FORWARD_NULL (CWE-476):
0 commit comments