.. |
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
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
astutils.cpp
|
astutils.cpp: avoid redundant callback invocation in `isExpressionChangedAt()` (#4369)
|
2022-08-17 13:50:39 +02:00 |
astutils.h
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
calculate.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Fixed typo in checkautovariables.cpp: getPointerDepth() (#4329)
|
2022-08-04 07:52:10 +02:00 |
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 #11145 FP negativeMemoryAllocationSize with possible value (#4387)
|
2022-08-20 07:56:31 +02:00 |
checkbufferoverrun.h
|
Fix #11145 FP negativeMemoryAllocationSize with possible value (#4387)
|
2022-08-20 07:56:31 +02:00 |
checkclass.cpp
|
Fix #11167 FP virtual call in destructor even though class is final / Delete 'final' from specializations (#4383)
|
2022-08-19 18:26:00 +02:00 |
checkclass.h
|
CheckClass: Fix false negatives for uninitMemberVar
|
2022-06-21 19:28:08 +02:00 |
checkcondition.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
fixed some `modernize-use-emplace` false negatives with `std::stack` / removed `internalStlUsage` check (#4346)
|
2022-08-17 09:50:14 +02:00 |
checkinternal.h
|
fixed some `modernize-use-emplace` false negatives with `std::stack` / removed `internalStlUsage` check (#4346)
|
2022-08-17 09:50:14 +02:00 |
checkio.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
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
|
reduced scope of some variables and avoided some copies (#4328)
|
2022-08-16 22:28:39 +02:00 |
checkmemoryleak.h
|
…
|
|
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
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
checkother.h
|
Fix #11195 Add redundantContinue check (#4283)
|
2022-07-16 16:02:58 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fix 11147: FP invalidContainer with substr() (#4333)
|
2022-08-03 19:04:44 +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
|
…
|
|
checktype.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
use `emptyString` more consistently (#4034)
|
2022-07-10 10:57:29 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
refs # 11106 (optimize CheckUnusedVar::checkStructMemberUsage()) - added missing loop breaks (#4376)
|
2022-08-18 23:36:21 +02:00 |
checkunusedvar.h
|
removed OVERRIDE and FINAL defines and use the keywords directly (#3767)
|
2022-02-10 23:02:24 +01:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
clangimport.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
clangimport.h
|
…
|
|
color.cpp
|
…
|
|
color.h
|
…
|
|
config.h
|
cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359)
|
2022-08-16 22:03:44 +02:00 |
cppcheck.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
ctu.h
|
separated process execution code into `ProcessExecutor` (#4249)
|
2022-07-08 16:42:57 +02:00 |
errorlogger.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
errorlogger.h
|
removed leftover bughunting GUI related fields from `ErrorMessage` (#4351)
|
2022-08-13 08:27:52 +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
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
importproject.h
|
…
|
|
infer.cpp
|
…
|
|
infer.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
library.h
|
avoid unnecessary copies with `insert()` (#4323)
|
2022-08-07 19:31:16 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
mathlib.h
|
mathlib.h: replaced slow `std::ostringstream` with `std::to_string()` in `MathLib::toString()` (#4382)
|
2022-08-19 20:44:24 +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
|
…
|
|
pathmatch.cpp
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +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
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
platform.h
|
…
|
|
precompiled.h
|
…
|
|
preprocessor.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
preprocessor.h
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
programmemory.cpp
|
Fix #11191 FP moduloofone with pow() (#4312)
|
2022-07-28 22:11:23 +02:00 |
programmemory.h
|
…
|
|
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
|
…
|
|
standards.h
|
…
|
|
summaries.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
summaries.h
|
…
|
|
suppressions.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
symboldatabase.h
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
templatesimplifier.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +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
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +02:00 |
token.h
|
Fix #11167 FP virtual call in destructor even though class is final / Delete 'final' from specializations (#4383)
|
2022-08-19 18:26:00 +02:00 |
tokenize.cpp
|
Fix #11167 FP virtual call in destructor even though class is final / Delete 'final' from specializations (#4383)
|
2022-08-19 18:26:00 +02:00 |
tokenize.h
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
tokenlist.cpp
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
tokenlist.h
|
cleaned up includes based on include-what-you-use (#4358)
|
2022-08-14 12:44:19 +02:00 |
tokenrange.h
|
…
|
|
utils.cpp
|
fixed some `modernize-use-emplace` false negatives with `std::stack` / removed `internalStlUsage` check (#4346)
|
2022-08-17 09:50:14 +02:00 |
utils.h
|
cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359)
|
2022-08-16 22:03:44 +02:00 |
valueflow.cpp
|
added missing `sstream` includes (#4381)
|
2022-08-19 10:16:23 +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
|
…
|
|