forked from danmar/cppcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releasenotes.txt
23 lines (17 loc) · 862 Bytes
/
releasenotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Release Notes for Cppcheck 2.15
New checks:
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
Improved checking:
-
GUI:
-
Changed interface:
-
Deprecations:
- 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.
-
Other:
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics.
- 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)
- Add "remark comments" that can be used to generate reports with justifications for warnings
- The whole program analysis is now being executed when "--project" is being used.