Skip to content

Commit fef1ede

Browse files
authored
releasenotes: cleanup, list safety critical issues [ci skip] (#5791)
1 parent c23521a commit fef1ede

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

releasenotes.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ New checks:
55
- returnImplicitInt for C functions without return type (previously reported as a debug message)
66
- iterateByValue for iterating by value in a range-based for loop when a const reference could be used
77

8-
Improved checking:
9-
-
10-
11-
GUI:
12-
-
13-
148
Changed interface:
159
- Final report of active checkers is reported as a normal information message instead.
1610

@@ -44,3 +38,8 @@ Other:
4438
- Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details).
4539
- Added file name to ValueFlow "--debug" output.
4640
- Fixed build when using "clang-cl" in CMake.
41+
42+
Safety critical:
43+
- #10866 unsafe handling of unconditional #error
44+
- #12071 unsafe suppressions of critical errors
45+
- #12079 missing "misra-config" warning, calling unknown function in condition

0 commit comments

Comments
 (0)