Skip to content

Commit d512bf3

Browse files
authored
releasenotes: start new notes for 2.16 [ci skip] (#6751)
1 parent cf98e5f commit d512bf3

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

releasenotes.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Release Notes for Cppcheck 2.15
1+
Release Notes for Cppcheck 2.16
22

33
New checks:
4-
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
54
-
65

76
Improved checking:
@@ -14,13 +13,7 @@ Changed interface:
1413
-
1514

1615
Deprecations:
17-
- Support for Python 2.7 has been deprecated (it went EOL in January 2020) and will be removed in Cppcheck 2.16 - please use Python 3.x instead.
18-
- The already deprecated support for qmake will be removed in Cppcheck 2.16 - please use CMake instead.
1916
-
2017

2118
Other:
22-
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics.
23-
- Added command-line option `--cpp-header-probe` (and `--no-cpp-header-probe`) to probe headers and extension-less files for Emacs marker (see https://trac.cppcheck.net/ticket/10692 for more details)
24-
- Add "remark comments" that can be used to generate reports with justifications for warnings
25-
- The whole program analysis is now being executed when "--project" is being used.
26-
-
19+
-

0 commit comments

Comments
 (0)