..
CMakeLists.txt
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
analyzer.h
Fix #11126 FN: noExplicitConstructor with single default parameter ( #4174 )
2022-06-07 21:15:13 +02:00
analyzerinfo.cpp
use hash instead of checksum to check if content is changed
2022-07-07 12:16:01 +02:00
analyzerinfo.h
use hash instead of checksum to check if content is changed
2022-07-07 12:16:01 +02:00
astutils.cpp
Refactor alias check in isExpressionChangeAt into isAlias function ( #4223 )
2022-06-28 22:40:59 +02:00
astutils.h
Refactor alias check in isExpressionChangeAt into isAlias function ( #4223 )
2022-06-28 22:40:59 +02:00
calculate.h
Fix 11053: Integer division by zero in calculate.h ( #4092 )
2022-05-09 20:27:32 +02:00
check.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
check.h
fixed `modernize-use-equals-delete` warnings in headers ( #4177 )
2022-06-07 21:25:23 +02:00
check64bit.cpp
…
check64bit.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkassert.cpp
…
checkassert.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkautovariables.cpp
LCppC backport: Various optimizations ( #4182 )
2022-06-08 16:58:57 +02:00
checkautovariables.h
…
checkbool.cpp
Fix #10655 FN bitwiseOnBoolean with unseen function ( #4214 )
2022-06-14 23:08:17 +02:00
checkbool.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkboost.cpp
…
checkboost.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkbufferoverrun.cpp
Fix #9944 FP: terminateStrncpy doesn't account for size check ( #4252 )
2022-07-08 12:35:21 +02:00
checkbufferoverrun.h
LCppC backport: Restored Check: Detect negative VLA and allocation (new[]) sizes ( #4187 )
2022-06-11 09:55:38 +02:00
checkclass.cpp
CheckClass: Fix false negatives for uninitMemberVar
2022-06-21 19:28:08 +02:00
checkclass.h
CheckClass: Fix false negatives for uninitMemberVar
2022-06-21 19:28:08 +02:00
checkcondition.cpp
Fix FP compareValueOutOfTypeRangeError ( #4245 )
2022-07-01 10:48:32 +02:00
checkcondition.h
Fix #11082 FN badBitmaskCheck for binary or with 0 ( #4170 )
2022-06-04 17:25:10 +02:00
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkfunctions.cpp
Fix FP returnStdMoveLocal ( #4244 )
2022-06-30 13:50:31 +02:00
checkfunctions.h
…
checkinternal.cpp
…
checkinternal.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkio.cpp
LCppC backport: Various optimizations ( #4182 )
2022-06-08 16:58:57 +02:00
checkio.h
fixed `modernize-use-equals-delete` warnings in headers ( #4177 )
2022-06-07 21:25:23 +02:00
checkleakautovar.cpp
LCppC backport: Various optimizations ( #4182 )
2022-06-08 16:58:57 +02:00
checkleakautovar.h
Fix #11126 FN: noExplicitConstructor with single default parameter ( #4174 )
2022-06-07 21:15:13 +02:00
checkmemoryleak.cpp
Fix FP leakNoVarFunctionCall ( #4243 )
2022-06-30 13:05:28 +02:00
checkmemoryleak.h
…
checknullpointer.cpp
Fix #11117 FP nullPointerArithmetic when adding 0 ( #4167 )
2022-06-03 13:11:54 +02:00
checknullpointer.h
…
checkother.cpp
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
checkother.h
Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option ( #4183 )
2022-06-19 12:01:55 +02:00
checkpostfixoperator.cpp
…
checkpostfixoperator.h
Update copyright year
2022-05-21 12:18:27 +02:00
checksizeof.cpp
Fix #9648 FP sizeofDivisionMemfunc ( #4017 )
2022-04-13 18:21:56 +02:00
checksizeof.h
Update copyright year
2022-05-21 12:18:27 +02:00
checkstl.cpp
Fix FP containerOutOfBounds with std::map ( #4230 )
2022-06-23 20:26:47 +02:00
checkstl.h
…
checkstring.cpp
checkAlwaysTrueOrFalseStringCompare: Added '_mbscmp_l' to list of functions.
2022-05-25 13:35:39 +02:00
checkstring.h
Update copyright year
2022-05-21 12:18:27 +02:00
checktype.cpp
…
checktype.h
…
checkuninitvar.cpp
Adjust the severity of the uninitvar ( #4234 )
2022-06-28 22:52:35 +02:00
checkuninitvar.h
Rename old uninitvar ID to use legacyUninitvar ( #4043 )
2022-04-27 17:37:37 +02:00
checkunusedfunctions.cpp
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
checkunusedfunctions.h
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
checkunusedvar.cpp
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
checkunusedvar.h
…
checkvaarg.cpp
…
checkvaarg.h
Update copyright year
2022-05-21 12:18:27 +02:00
clangimport.cpp
Fix ClangImport crash on Windows paths ( #4246 )
2022-07-02 17:43:52 +02:00
clangimport.h
…
color.cpp
…
color.h
…
config.h
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
cppcheck.cpp
Fix syntax error
2022-07-07 19:45:47 +02:00
cppcheck.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
cppcheck.natvis
…
cppcheck.vcxproj
aligned build options of Visual Studio project configurations and added them to CMake ( #4020 )
2022-04-21 21:28:29 +02:00
cppcheck.vcxproj.filters
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
ctu.cpp
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
ctu.h
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
errorlogger.cpp
Cppcheck: Write product name if provided in xml output
2022-07-07 17:35:13 +02:00
errorlogger.h
Cppcheck: Write product name if provided in xml output
2022-07-07 17:35:13 +02:00
errortypes.cpp
…
errortypes.h
…
forwardanalyzer.cpp
Fix unit test failure ( #4218 )
2022-06-17 07:49:45 +02:00
forwardanalyzer.h
…
importproject.cpp
fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups ( #4036 )
2022-05-15 12:42:29 +02:00
importproject.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
infer.cpp
…
infer.h
…
lib.pri
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
library.cpp
Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option ( #4183 )
2022-06-19 12:01:55 +02:00
library.h
Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option ( #4183 )
2022-06-19 12:01:55 +02:00
matchcompiler.h
…
mathlib.cpp
Remove simplifyKnownVariables() ( #4232 )
2022-06-25 08:38:17 +02:00
mathlib.h
Remove simplifyKnownVariables() ( #4232 )
2022-06-25 08:38:17 +02:00
path.cpp
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
path.h
…
pathanalysis.cpp
Try to stop range overflow in forwardRange() ( #4235 )
2022-07-09 00:57:44 +02:00
pathanalysis.h
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
pathmatch.cpp
separated process execution code into `ProcessExecutor` ( #4249 )
2022-07-08 16:42:57 +02:00
pathmatch.h
…
pcrerules.pri
…
platform.cpp
Implemented error handling in cppcheck::Platform::loadFromXmlDocument(), enabled related unit test ( #8409 ) ( #4181 )
2022-06-08 12:35:23 +02:00
platform.h
Update copyright year
2022-05-21 12:18:27 +02:00
precompiled.h
…
preprocessor.cpp
some `missingInclude`/`missingIncludeSystem` fixes and tests ( #4027 )
2022-07-09 23:21:11 +02:00
preprocessor.h
use hash instead of checksum to check if content is changed
2022-07-07 12:16:01 +02:00
programmemory.cpp
Fixed zerodiv/moduloofone FNs for more math functions
2022-07-09 22:36:17 +02:00
programmemory.h
cleaned up includes based on include-what-you-use ( #4007 )
2022-04-13 12:24:00 +02:00
reverseanalyzer.cpp
Fix #9861 FN: "static" not suggested for non-const method ( #4101 )
2022-05-11 20:01:22 +02:00
reverseanalyzer.h
…
settings.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
settings.h
Fixed handling of PCRE rules, since 'simple' rules have been removed already, set default to 'normal'-tokenlist.
2022-06-20 09:17:11 +02:00
smallvector.h
smallvector.h: reverted bogus noExplicitConstructor fix and suppress the warning ( #4016 )
2022-04-13 20:50:04 +02:00
sourcelocation.h
Add backtrace to valueflow in debug mode ( #4195 )
2022-06-12 07:13:42 +02:00
standards.h
added (partial) support for specifying C++23 and support more "-std" options ( #3212 )
2022-04-15 16:17:36 +02:00
summaries.cpp
removed unnecessary varid0 inline suppressions ( #3893 )
2022-03-12 18:02:40 +01:00
summaries.h
…
suppressions.cpp
cleaned up includes based on include-what-you-use ( #4007 )
2022-04-13 12:24:00 +02:00
suppressions.h
fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups ( #4036 )
2022-05-15 12:42:29 +02:00
symboldatabase.cpp
Fix #11163 Hang on smart pointer with auto type deduction ( #4250 )
2022-07-08 12:37:53 +02:00
symboldatabase.h
Add debug_valuetype intrinsic ( #4210 )
2022-06-15 21:25:55 +02:00
templatesimplifier.cpp
Fix #11146 Crash in expandTemplate() ( #4238 )
2022-06-28 22:43:34 +02:00
templatesimplifier.h
…
timer.cpp
…
timer.h
fixed `modernize-use-equals-delete` warnings in headers ( #4177 )
2022-06-07 21:25:23 +02:00
token.cpp
Check tokType in match compiler ( #4219 )
2022-06-18 21:30:42 +02:00
token.h
Add debug_valuetype intrinsic ( #4210 )
2022-06-15 21:25:55 +02:00
tokenize.cpp
Tokenizer: Remove simplifyCalculations from simplifyTokenList2
2022-07-04 22:54:43 +02:00
tokenize.h
Tokenizer: Remove simplifyCalculations from simplifyTokenList2
2022-07-04 22:54:43 +02:00
tokenlist.cpp
use hash instead of checksum to check if content is changed
2022-07-07 12:16:01 +02:00
tokenlist.h
use hash instead of checksum to check if content is changed
2022-07-07 12:16:01 +02:00
tokenrange.h
…
utils.cpp
added (partial) support for specifying C++23 and support more "-std" options ( #3212 )
2022-04-15 16:17:36 +02:00
utils.h
added (partial) support for specifying C++23 and support more "-std" options ( #3212 )
2022-04-15 16:17:36 +02:00
valueflow.cpp
Fix 10361: false negative: uninitvar (std::next(iterator)) ( #4256 )
2022-07-09 07:39:04 +02:00
valueflow.h
Add backtrace to valueflow in debug mode ( #4195 )
2022-06-12 07:13:42 +02:00
valueptr.h
…
version.h
…
version.rc
…