You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.txt
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@ New checks:
5
5
- returnImplicitInt for C functions without return type (previously reported as a debug message)
6
6
- iterateByValue for iterating by value in a range-based for loop when a const reference could be used
7
7
8
-
Improved checking:
9
-
-
10
-
11
-
GUI:
12
-
-
13
-
14
8
Changed interface:
15
9
- Final report of active checkers is reported as a normal information message instead.
16
10
@@ -44,3 +38,8 @@ Other:
44
38
- Markup files will now be processed after the regular source files when using multiple threads/processes (some issues remain - see Trac #12167 for details).
45
39
- Added file name to ValueFlow "--debug" output.
46
40
- 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