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
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
5
4
-
6
5
7
6
Improved checking:
@@ -14,13 +13,7 @@ Changed interface:
14
13
-
15
14
16
15
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.
19
16
-
20
17
21
18
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.
0 commit comments