We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c223ac commit 19b54e2Copy full SHA for 19b54e2
change_notes/2024-09-11-rule-12-2-improvements.md
@@ -0,0 +1,6 @@
1
+- `RULE-12-2` - `RightHandOperandOfAShiftRange.ql`:
2
+ - Reduce false positives related to ranges determined by `%=`.
3
+ - Reduce false positives for integer constants with explicit size suffix were incorrectly identified as smaller types.
4
+ - Improve explanation of results, providing additional information on types and size ranges.
5
+ - Combine results stemming from the expansion of a macro, where the result is not dependent on the context.
6
+
0 commit comments