Skip to content

Commit 1ca1246

Browse files
authored
releasenotes.md: various updates (danmar#7971)
1 parent d8b6e08 commit 1ca1246

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

releasenotes.txt

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,46 @@
11
Release Notes for Cppcheck 2.19
22

3+
Major bug fixes & crashes:
4+
- Crash in CheckClass::checkConst()
5+
- fuzzing crash (assert) in Token::update_property_info()
6+
- Crash in checkConstVariable()
7+
- Crash in valueFlowLifetimeClassConstructor()
8+
- GUI: scratch pad crash
9+
- Assert failure in getParentValueTypes()
10+
- Crash in simplecpp::Macro::expand()
11+
- crash in Tokenizer::simplifyCPPAttribute()
12+
313
New checks:
414
- Detect zero initialization of unions in which its largest member is not
515
declared as the first one. Depending on the compiler, there's no guarantee
616
that the complete union will be zero initialized in such scenarios leading to
717
potential access of uninitialized memory.
18+
- Added warning when main() throws an exception
819

9-
Improved checking:
10-
-
20+
C/C++ support:
21+
- Fixed syntax error for C++23 lambda without parameter clause
22+
- Added support for typeof and __typeof operators
1123

1224
GUI:
13-
-
25+
- Fix bug: checks multiple configurations even though user provides defines
1426

1527
Changed interface:
1628
- some `preprocessorErrorDirective` and `syntaxError` errors got more specific error IDs.
17-
-
29+
- Removed deprecated platforms unix32-unsigned and unix64-unsigned
30+
- Improve progress value
31+
- Added float bits support in platform configuration
32+
- Fixed --showtime not accounting for addons
1833

19-
Deprecations:
20-
-
34+
Performance:
35+
- Introduced cache for followAllReferences() calls
2136

22-
Other:
37+
Infrastructure & dependencies:
2338
- Removed deprecated support for builds with Qt5.
2439
- Added make variables `CXXOPTS` and `LDOPTS` to extend existing `CXXFLAGS` and `LDFLAGS`.
2540
- Added make variables `CPPOPTS` to extend existing `CPPFLAGS`.
2641
- `CPPFLAGS` are not longer being passed to the linker command for `cppcheck` and `testrunner`.
27-
- Removed deprecated platforms `unix32-unsigned` and `unix64-unsigned`.
2842
- Updated Qt to 6.10.0 (official Windows release only).
2943
- The official Windows binary is now built against Boost 1.89 for increased performance.
30-
-
44+
- Updated to simplecpp 1.6.2
45+
46+
The changes focus heavily on stability (crash fixes), C/C++ compatibility, reducing false positives, and improving performance.

0 commit comments

Comments
 (0)