cppcheck/releasenotes.txt
Oliver Stöneberg dd869cf808
added CMake option EXTERNALS_AS_SYSTEM to treat external includes as SYSTEM ones (#5386)
Although these files are part of our repo changes are being done via
their original projects so it might make sense to treat these as system
includes for some people instead of local ones.

Co-authored-by: Daniel Marjamäki <daniel.marjamaki@gmail.com>
2024-01-03 11:05:32 +01:00

20 lines
212 B
Plaintext

Release Notes for Cppcheck 2.14
New checks:
-
Improved checking:
-
GUI:
-
Changed interface:
-
Deprecations:
-
Other:
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.