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 54f724e commit 2ae343cCopy full SHA for 2ae343c
change_notes/2024-10-15-lits-and-constants-10-4.md
@@ -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