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 b0e4c98 commit abe99baCopy full SHA for abe99ba
c/misra/src/rules/RULE-12-2/RightHandOperandOfAShiftRange.ql
@@ -2,7 +2,7 @@
2
* @id c/misra/right-hand-operand-of-a-shift-range
3
* @name RULE-12-2: The right operand of a shift shall be smaller then the width in bits of the left operand
4
* @description The right hand operand of a shift operator shall lie in the range zero to one less
5
- * than the width in bits of the essential type of the left hand operand
+ * than the width in bits of the essential type of the left hand operand.
6
* @kind problem
7
* @precision very-high
8
* @problem.severity error
0 commit comments