Skip to content

Commit

Permalink
Add change note
Browse files Browse the repository at this point in the history
  • Loading branch information
lcartey committed Oct 28, 2024
1 parent aba9528 commit 5b753e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions change_notes/2024-10-28-essential-types-bitwise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `RULE-10-1`, `RULE-10-3`, `RULE-10-4`, `RULE-10-5`, `RULE-10-6`, `RULE-10-7`, `RULE-10-8`, `RULE-12-2` - `OperandsOfAnInappropriateEssentialType.ql`, `AssignmentOfIncompatibleEssentialType.ql`, `OperandsWithMismatchedEssentialTypeCategory.ql`, `InappropriateEssentialTypeCast.ql`, `AssignmentToWiderEssentialType,ql`, `ImplicitConversionOfCompositeExpression.ql`, `InappropriateCastOfCompositeExpression.ql`:
- False positives and false negatives removed due to fixing incorrect essential type of the binary bitwise operations `^`, `|` and `&`. Previously the standard type was used, instead of applying the essential type rules which dictate that if both arguments have the same signedness, the essential type will have the same signedness and a rank equal to the larger of the two operands.

0 comments on commit 5b753e0

Please sign in to comment.