mirror of
https://github.com/danmar/cppcheck.git
synced 2025-01-15 17:12:30 +08:00
25 lines
858 B
Plaintext
25 lines
858 B
Plaintext
Release Notes for Cppcheck 2.14
|
|
|
|
New checks:
|
|
eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
|
|
|
|
Improved checking:
|
|
-
|
|
|
|
GUI:
|
|
-
|
|
|
|
Changed interface:
|
|
-
|
|
|
|
Deprecations:
|
|
-
|
|
|
|
Other:
|
|
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
|
|
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
|
|
- The minimum required CMake version has been bumped to 3.5
|
|
- Using Visual Studio with CMake now checks if the CMake version is at least 3.13. This was always required but was not checked explicitly.
|
|
- Added '--template=simple'. It is expands to '{file}:{line}:{column}: {severity}:{inconclusive:inconclusive:} {message} [{id}]' without any additional location details.
|
|
- Removed deprecated platform type 'Unspecified'. Please use 'unspecified' instead.
|