Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ New checks:
- returnImplicitInt for C functions without return type (previously reported as a debug message)
- iterateByValue for iterating by value in a range-based for loop when a const reference could be used

Improved checking:
-

GUI:
-

Changed interface:
- Final report of active checkers is reported as a normal information message instead.

Expand Down Expand Up @@ -44,3 +38,8 @@ Other:
- Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details).
- Added file name to ValueFlow "--debug" output.
- Fixed build when using "clang-cl" in CMake.

Safety critical:
- #10866 unsafe handling of unconditional #error
- #12071 unsafe suppressions of critical errors
- #12079 missing "misra-config" warning, calling unknown function in condition