.. |
CMakeLists.txt
|
replaced `if(MATCHES)` with `if(STREQUAL)` (#4263)
|
2022-07-11 10:46:18 +02:00 |
analyzer.h
|
use `emptyString` more consistently (#4034)
|
2022-07-10 10:57:29 +02:00 |
analyzerinfo.cpp
|
Fixed whole program analysis
|
2022-07-12 22:58:52 +02:00 |
analyzerinfo.h
|
Fixed whole program analysis
|
2022-07-12 22:58:52 +02:00 |
astutils.cpp
|
#11233 FP: knownConditionTrueFalse (wrong message text) (#4330)
|
2022-08-02 18:18:46 +02:00 |
astutils.h
|
Refactor alias check in isExpressionChangeAt into isAlias function (#4223)
|
2022-06-28 22:40:59 +02:00 |
calculate.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
fixed `modernize-use-equals-delete` warnings in headers (#4177)
|
2022-06-07 21:25:23 +02:00 |
check64bit.cpp
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
check64bit.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Fix FP bitwiseOnBoolean (#4280)
|
2022-07-14 20:59:39 +02:00 |
checkbool.h
|
Fix #4233 FN: Bitwise operation with bool and int (#4266)
|
2022-07-11 22:58:37 +02:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fix BufferOverrun TODO (#4300)
|
2022-07-22 07:24:34 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Fix #10077 FP functionConst when overloaded operator ++ is used (#4309)
|
2022-07-26 08:30:59 +02:00 |
checkclass.h
|
CheckClass: Fix false negatives for uninitMemberVar
|
2022-06-21 19:28:08 +02:00 |
checkcondition.cpp
|
Handle float values (#4336)
|
2022-08-02 22:11:31 +02:00 |
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
Improve check for wchar_t (#4285)
|
2022-07-16 23:46:10 +02:00 |
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Fix #8476 --check-library reports missing configuration for static_assert (#4314)
|
2022-07-28 22:47:15 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Fix FP leakNoVarFunctionCall with Qt object (#4272)
|
2022-07-13 21:09:53 +02:00 |
checkmemoryleak.h
|
small utils.h cleanup (#3821)
|
2022-02-11 19:44:08 +01:00 |
checknullpointer.cpp
|
Add test for #6541, #5475, avoid duplicate warning (#4335)
|
2022-08-02 21:43:18 +02:00 |
checknullpointer.h
|
use `emptyString` more consistently (#4034)
|
2022-07-10 10:57:29 +02:00 |
checkother.cpp
|
Fix #11234 Broken AST with auto**, FP constStatement (#4339)
|
2022-08-03 19:03:38 +02:00 |
checkother.h
|
Fix #11195 Add redundantContinue check (#4283)
|
2022-07-16 16:02:58 +02:00 |
checkpostfixoperator.cpp
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Fix #9648 FP sizeofDivisionMemfunc (#4017)
|
2022-04-13 18:21:56 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311)
|
2022-07-28 22:53:59 +02:00 |
checkstl.h
|
Improve check: uselessCallsConstructor (#4270)
|
2022-07-12 17:40:14 +02:00 |
checkstring.cpp
|
Fix #11166 inefficient way to remove last character from std::string (#4267)
|
2022-07-11 23:07:37 +02:00 |
checkstring.h
|
Update copyright year
|
2022-05-21 12:18:27 +02:00 |
checktype.cpp
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
use `emptyString` more consistently (#4034)
|
2022-07-10 10:57:29 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fix #9946 FP: unassignedVariable when operator() is called subsequently (#4303)
|
2022-07-24 17:52:14 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
clangimport.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
clangimport.h
|
…
|
|
color.cpp
|
Update copyright year
|
2022-02-05 11:45:17 +01:00 |
color.h
|
…
|
|
config.h
|
Fix crash on Windows with -j option (#4229)
|
2022-07-13 13:46:03 +02:00 |
cppcheck.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +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
|
…
|
|
ctu.cpp
|
Fix #9788 ctu: false negative array index out of bounds for array arguments (#4277)
|
2022-07-13 21:08:51 +02:00 |
ctu.h
|
separated process execution code into `ProcessExecutor` (#4249)
|
2022-07-08 16:42:57 +02:00 |
errorlogger.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
errorlogger.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
errortypes.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
errortypes.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
forwardanalyzer.cpp
|
Fix unit test failure (#4218)
|
2022-06-17 07:49:45 +02:00 |
forwardanalyzer.h
|
…
|
|
importproject.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
importproject.h
|
…
|
|
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
|
mitigated most clang-tidy warnings in headers (#4175)
|
2022-07-26 11:10:03 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Remove simplifyKnownVariables() (#4232)
|
2022-06-25 08:38:17 +02:00 |
mathlib.h
|
mitigated most clang-tidy warnings in headers (#4175)
|
2022-07-26 11:10:03 +02:00 |
path.cpp
|
Fixed whole program analysis
|
2022-07-12 22:58:52 +02:00 |
path.h
|
Fixed whole program analysis
|
2022-07-12 22:58:52 +02:00 |
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
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
pathmatch.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
precompiled.h
|
…
|
|
preprocessor.cpp
|
fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311)
|
2022-07-28 22:53:59 +02:00 |
preprocessor.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
programmemory.cpp
|
Fix #11191 FP moduloofone with pow() (#4312)
|
2022-07-28 22:11:23 +02:00 |
programmemory.h
|
cleaned up includes based on include-what-you-use (#4007)
|
2022-04-13 12:24:00 +02:00 |
reverseanalyzer.cpp
|
…
|
|
reverseanalyzer.h
|
…
|
|
settings.cpp
|
…
|
|
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
|
…
|
|
sourcelocation.h
|
Add backtrace to valueflow in debug mode (#4195)
|
2022-06-12 07:13:42 +02:00 |
standards.h
|
…
|
|
summaries.cpp
|
…
|
|
summaries.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311)
|
2022-07-28 22:53:59 +02:00 |
symboldatabase.h
|
mitigated most clang-tidy warnings in headers (#4175)
|
2022-07-26 11:10:03 +02:00 |
templatesimplifier.cpp
|
fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311)
|
2022-07-28 22:53:59 +02:00 |
templatesimplifier.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
timer.cpp
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
timer.h
|
enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169)
|
2022-07-28 22:51:45 +02:00 |
token.cpp
|
Tokenizer: remove simplifyTokenList2
|
2022-07-18 16:20:36 +02:00 |
token.h
|
reduced padding in some classes/structs (#4295)
|
2022-07-24 10:17:11 +02:00 |
tokenize.cpp
|
Fix #11237 checkLibraryNoReturn with unassigned object (#4338)
|
2022-08-03 19:04:10 +02:00 |
tokenize.h
|
Tokenizer: remove simplifyTokenList2
|
2022-07-18 16:20:36 +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
|
…
|
|
valueflow.cpp
|
fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311)
|
2022-07-28 22:53:59 +02:00 |
valueflow.h
|
Fix #11191 FP moduloofone with pow() (#4312)
|
2022-07-28 22:11:23 +02:00 |
valueptr.h
|
…
|
|
version.h
|
fixed Cppcheck version (#4292)
|
2022-07-19 20:42:19 +02:00 |
version.rc
|
…
|
|