There was an error while loading. Please reload this page.
1 parent 5e33e2d commit 97181ceCopy full SHA for 97181ce
1 file changed
change_notes/2026-08-28-cpp-all-upgrade-result-changes.md
@@ -0,0 +1,8 @@
1
+- `RULE-1-2` - `LanguageExtensionsShouldNotBeUsed.ql`: fixed a false negative where `_Decimal32`,
2
+ `_Decimal64` and `_Decimal128` declarations were no longer reported as compiler extensions.
3
+- `ENV30-C`, `RULE-21-19`, `RULE-25-5-2`: fixed a duplicate alert reported for the same pointer
4
+ write.
5
+- `INT31-C` - `IntegerConversionCausesDataLoss.ql`: fixed a false positive on the standard-permitted
6
+ `(time_t)-1` conversion.
7
+- `RULE-14-3` - `ControllingExprInvariant.ql`: fixed a false negative where a loop's compound
8
+ controlling expression that always evaluates to false was incorrectly permitted.
0 commit comments