.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
analyzerinfo.h
|
…
|
|
astutils.cpp
|
…
|
|
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
Fix Cppcheck warnings
|
2019-06-15 13:01:45 +02:00 |
checkclass.cpp
|
Remove 'unsafeClassDivZero' warning. The software verification will cover this better.
|
2019-11-10 16:49:34 +01:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkio.cpp
|
Make iterator checks useful
|
2019-11-21 18:15:26 +03:00 |
checkio.h
|
replace 'unsigned' with 'nonneg' in checkio
|
2019-07-16 08:37:26 +02:00 |
checkleakautovar.cpp
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
…
|
|
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checksizeof.cpp
|
…
|
|
checksizeof.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
Set correct type and size of string and char literals (#2275)
|
2019-10-20 07:11:57 +02:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
Fix severity of c++14 shifts with too many bits (#2213)
|
2019-09-25 20:16:04 +02:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Fixed #8998 (False positive uninitStructMember related to reference to member)
|
2019-12-19 20:18:32 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
Silence unused variable warning (#2223)
|
2019-09-27 08:19:45 +02:00 |
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
added missing OVERRIDE usage and removed redundant virtual (#2190)
|
2019-09-20 21:57:16 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Fixed #9542 (Better error handling for --addon)
|
2019-12-17 12:00:01 +01:00 |
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
…
|
|
ctu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
exprengine.cpp
|
…
|
|
exprengine.h
|
…
|
|
importproject.cpp
|
…
|
|
importproject.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
…
|
|
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
path.h
|
…
|
|
pathanalysis.cpp
|
…
|
|
pathanalysis.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
use range loops / constness (#2181)
|
2019-09-19 20:29:33 +02:00 |
platform.h
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
preprocessor.cpp
|
Thread safety: use std::atomic for global flags
|
2019-12-19 18:38:22 +01:00 |
preprocessor.h
|
Update Copyright year
|
2019-12-21 11:23:01 +01:00 |
programmemory.cpp
|
Fix issue 9395 and 9423: False positive: nullPointerRedundantCheck (#2323)
|
2019-11-04 07:02:25 +01:00 |
programmemory.h
|
…
|
|
settings.cpp
|
Thread safety: use std::atomic for global flags
|
2019-12-19 18:38:22 +01:00 |
settings.h
|
…
|
|
standards.h
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
Fix Cppcheck warning: Suppressions::dump can be const
|
2019-06-29 07:53:32 +02:00 |
symboldatabase.cpp
|
fix daca error: Internal Error: Invalid syntax (#2452)
|
2019-12-18 11:48:36 +01:00 |
symboldatabase.h
|
Improved fix for #8978 (False positive: Variable assigned value that is never used when assigning via iterator)
|
2019-11-17 12:08:21 +01:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
timer.h
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
…
|
|
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
template simplifier: fix new daca crashes (#2093)
|
2019-08-17 07:38:07 +02:00 |
utils.h
|
…
|
|
valueflow.cpp
|
…
|
|
valueflow.h
|
Refactor ProgramMemory and PathAnalysis (#2311)
|
2019-10-30 17:57:46 +01:00 |
version.h
|
…
|
|
version.rc
|
…
|
|