aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.1
diff options
Diffstat (limited to 'sparse.1')
-rw-r--r--sparse.112
1 files changed, 12 insertions, 0 deletions
diff --git a/sparse.1 b/sparse.1
index 806fb0cf..8a14a6be 100644
--- a/sparse.1
+++ b/sparse.1
@@ -339,6 +339,18 @@ Such declarations can lead to error-prone code.
Sparse does not issue these warnings by default.
.
.TP
+.B \-Wshift-count-negative
+Warn if a shift count is negative.
+
+Sparse issues these warnings by default.
+.
+.TP
+.B \-Wshift-count-overflow
+Warn if a shift count is bigger than the operand's width.
+
+Sparse issues these warnings by default.
+.
+.TP
.B \-Wsizeof-bool
Warn when checking the sizeof a _Bool.