..
CMakeLists.txt
added SmallVector alias with conditional boost::container version ( #3799 )
2022-03-20 10:13:32 +01:00
analyzer.h
Update copyright year
2022-02-05 11:45:17 +01:00
analyzerinfo.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
analyzerinfo.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
astutils.cpp
Fix 10702: FP knownConditionTrueFalse - Member variable modified ( #3857 )
2022-02-28 18:54:55 +01:00
astutils.h
Fix 10702: FP knownConditionTrueFalse - Member variable modified ( #3857 )
2022-02-28 18:54:55 +01:00
bughuntingchecks.cpp
fixed and enabled performance-for-range-copy clang-tidy warning ( #3682 )
2022-02-12 08:20:45 +01:00
bughuntingchecks.h
Update copyright year
2022-02-05 11:45:17 +01:00
calculate.h
removed unnecessary varid0 inline suppressions ( #3893 )
2022-03-12 18:02:40 +01:00
check.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
check.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
check64bit.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
check64bit.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkassert.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkassert.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkautovariables.cpp
Refactor: Use getEndOfExprScope instead of getEndOfVarScope ( #3855 )
2022-02-24 06:50:34 +01:00
checkautovariables.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkbool.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkbool.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkboost.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkboost.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkbufferoverrun.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkbufferoverrun.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkclass.cpp
Fix FP virtualCallInConstructor with function pointer ( #3913 )
2022-03-19 20:00:06 +01:00
checkclass.h
Fix #8496 Clarify warnings for uninitMemberVar ( #3760 )
2022-03-13 17:33:31 +01:00
checkcondition.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkcondition.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkexceptionsafety.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkexceptionsafety.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkfunctions.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkfunctions.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkinternal.cpp
Update copyright year
2021-09-26 11:34:56 +02:00
checkinternal.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkio.cpp
Fix #7908 FN: redundant assignment in loop ( #3650 )
2022-02-22 09:51:44 +01:00
checkio.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkleakautovar.cpp
Fix false positive in memory leak
2022-03-10 08:29:05 +01:00
checkleakautovar.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkmemoryleak.cpp
#8126 Fix previous commit ( #3833 )
2022-02-15 20:03:02 +01:00
checkmemoryleak.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checknullpointer.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checknullpointer.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkother.cpp
Fix #10886 FP: Label 'enum' is not used. [unusedLabel] ( #3912 )
2022-03-17 17:38:23 +01:00
checkother.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkpostfixoperator.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkpostfixoperator.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checksizeof.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checksizeof.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkstl.cpp
Fix 10702: FP knownConditionTrueFalse - Member variable modified ( #3857 )
2022-02-28 18:54:55 +01:00
checkstl.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
checkstring.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkstring.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checktype.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checktype.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkuninitvar.cpp
Fix #9303 FP uninitvar after lambda expression ( #3903 )
2022-03-15 14:32:33 +01:00
checkuninitvar.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01: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
Fix #10691 regressions with static variables and multiple assignments ( #3895 )
2022-03-13 06:26:21 +01:00
checkunusedvar.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
checkvaarg.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkvaarg.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
clangimport.cpp
fixed and enabled performance-for-range-copy clang-tidy warning ( #3682 )
2022-02-12 08:20:45 +01:00
clangimport.h
Update copyright year
2022-02-05 11:45:17 +01:00
color.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
color.h
Fix MSVC build and some warnings ( #3334 )
2021-07-16 21:55:12 +02:00
config.h
added CMake option USE_THREADS to be able to use threads instead of fork() / cleanups ( #3852 )
2022-02-23 09:04:35 +01:00
cppcheck.cpp
Fix #7908 FN: redundant assignment in loop ( #3650 )
2022-02-22 09:51:44 +01:00
cppcheck.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
cppcheck.natvis
…
cppcheck.vcxproj
MSVC: add missing files to project ( #3500 )
2021-10-11 19:01:49 +02:00
cppcheck.vcxproj.filters
Fix MSVC build ( #3671 )
2022-01-04 15:38:37 +01:00
ctu.cpp
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
ctu.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
errorlogger.cpp
Restore symbol names from cache
2022-02-21 18:19:05 +01:00
errorlogger.h
Update copyright year
2022-02-05 11:45:17 +01:00
errortypes.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
errortypes.h
Update copyright year
2022-02-05 11:45:17 +01:00
exprengine.cpp
Fix #10391 bug hunting; crash for small C-code ( #3846 )
2022-02-21 18:09:46 +01:00
exprengine.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
forwardanalyzer.cpp
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
forwardanalyzer.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
importproject.cpp
Import project: do not crash when importing compile database generated by IAR workbench
2022-02-16 08:35:47 +01:00
importproject.h
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
infer.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
infer.h
Update copyright year
2022-02-05 11:45:17 +01:00
lib.pri
Refactor: Use interval analysis for symbolic values for inferCondtion ( #3488 )
2021-10-09 16:19:06 +02:00
library.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
library.h
Update copyright year
2022-02-05 11:45:17 +01:00
matchcompiler.h
Update copyright year
2021-09-26 11:34:56 +02:00
mathlib.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
mathlib.h
Update copyright year
2022-02-05 11:45:17 +01:00
path.cpp
feat: add support for .ipp and .ixx extensions ( #3383 )
2021-08-09 10:46:56 +02:00
path.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
pathanalysis.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
pathanalysis.h
enabled functionConst and functionStatic in selfcheck ( #3862 )
2022-03-02 07:46:47 +01:00
pathmatch.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
pathmatch.h
Update copyright year
2022-02-05 11:45:17 +01:00
pcrerules.pri
…
platform.cpp
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
platform.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
precompiled.h
Update copyright year
2022-02-05 11:45:17 +01:00
preprocessor.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
preprocessor.h
Update copyright year
2022-02-05 11:45:17 +01:00
programmemory.cpp
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
programmemory.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
reverseanalyzer.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
reverseanalyzer.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
settings.cpp
added CMake option USE_THREADS to be able to use threads instead of fork() / cleanups ( #3852 )
2022-02-23 09:04:35 +01:00
settings.h
added CMake option USE_THREADS to be able to use threads instead of fork() / cleanups ( #3852 )
2022-02-23 09:04:35 +01:00
smallvector.h
added SmallVector alias with conditional boost::container version ( #3799 )
2022-03-20 10:13:32 +01:00
standards.h
Update copyright year
2022-02-05 11:45:17 +01:00
summaries.cpp
removed unnecessary varid0 inline suppressions ( #3893 )
2022-03-12 18:02:40 +01:00
summaries.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
suppressions.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
suppressions.h
Update copyright year
2022-02-05 11:45:17 +01:00
symboldatabase.cpp
Fix #10516 FP for unused private function if address of function is taken ( #3901 )
2022-03-14 19:15:48 +01:00
symboldatabase.h
Fix #10852 FP unused struct member (inner struct in C code) ( #3890 )
2022-03-12 06:16:29 +01:00
templatesimplifier.cpp
Fix #7908 FN: redundant assignment in loop ( #3650 )
2022-02-22 09:51:44 +01:00
templatesimplifier.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
timer.cpp
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
timer.h
removed OVERRIDE and FINAL defines and use the keywords directly ( #3767 )
2022-02-10 23:02:24 +01:00
token.cpp
Typos found by running "codespell" ( #3907 )
2022-03-16 15:28:44 +01:00
token.h
Fix #10527 FP variableScope for if with init-statement ( #3811 )
2022-02-08 16:12:09 +01:00
tokenize.cpp
Fix #10872 FP constStatement with variable called std ( #3906 )
2022-03-16 15:29:34 +01:00
tokenize.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
tokenlist.cpp
Fix #10824 FN unreadVariable for pointer assignment when destructor exists (regression) ( #3864 )
2022-03-02 11:11:44 +01:00
tokenlist.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
tokenrange.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
utils.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
utils.h
small utils.h cleanup ( #3821 )
2022-02-11 19:44:08 +01:00
valueflow.cpp
Fix 10843: FP: danglingTemporaryLifetime ( #3908 )
2022-03-16 17:11:49 +01:00
valueflow.h
Fix 10851: False positive: known variable value below for loop ( #3891 )
2022-03-12 06:15:35 +01:00
valueptr.h
Update copyright year
2021-09-26 11:34:56 +02:00
version.h
2.7: Set versions
2022-02-05 12:17:54 +01:00
version.rc
…