Skip to content

Commit 2ae343c

Browse files
committed
Add change note
1 parent 54f724e commit 2ae343c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- `RULE-10-4` - `OperandswithMismatchedEssentialTypeCategory.ql`:
2+
- Removed false positives where a specified or typedef'd enum type was compared to an enum constant type.
3+
- `EssentialType` - for all queries related to essential types:
4+
- `\n` and other control characters are now correctly deduced as essentially char type, instead of an essentially integer type.
5+
- Enum constants for anonymous enums are now correctly deduced as an essentially signed integer type instead of essentially enum.

0 commit comments

Comments
 (0)