Skip to content

Commit 72250d7

Browse files
Add changelog
1 parent dbb4523 commit 72250d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- `EssentialType` - for all queries related to essential types:
2+
- Complex floating types are now considered a different essential type than real floating types.
3+
- `RULE-10-1` `RULE-10-3`, `RULE-10-4`, `RULE-10-5`, `RULE-10-7`, `RULE-10-8` - `OperandsOfAnInappropriateEssentialType.ql`, `AssignmentOfIncompatibleEssentialType.ql`, `OperandsWithMismatchedEssentialTypeCategory.ql`, `InappropriateEssentialTypeCast.ql`, `ImplicitConversionOfCompositeExpression.ql`, `InappropriateCastOfCompositeExpression.ql`:
4+
- Updates to rules handling complex floating types in MISRA-C 2012 Amendment 3 have been implemented.
5+
- `RULE-14-1`, `LoopOverEssentiallyFloatType.ql`:
6+
- Query updated to account for the existence of complex essentially floating point types. No change in query results or performance expected.
7+
- `DIR-4-6` - `PlainNumericalTypeUsedOverExplicitTypedef.ql`:
8+
- Updates from MISRA-C 2012 Amendment 3 specifying complex fixed width typedef support has been implemented.

0 commit comments

Comments
 (0)