.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
astutils.cpp
|
…
|
|
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
Moved function from .h to .cpp
|
2019-12-21 11:55:11 +01:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
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
|
…
|
|
checkclass.cpp
|
…
|
|
checkclass.h
|
Remove 'unsafeClassDivZero' warning. The software verification will cover this better.
|
2019-11-10 16:49:34 +01:00 |
checkcondition.cpp
|
…
|
|
checkcondition.h
|
Add impossible values to ValueFlow (#2186)
|
2019-09-20 15:06:37 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fix issue 9485: knownConditionTrueFalse false positive with integer constants (#2447)
|
2019-12-14 09:15:00 +01:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
…
|
|
checkstl.h
|
Use lifetime analysis for checking mismatching containers (#2456)
|
2019-12-25 09:32:50 +01:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
…
|
|
checkuninitvar.h
|
Fix issue 9428: FP uninitvar for pointer passed to sscanf (#2344)
|
2019-11-13 12:46:54 +01:00 |
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
|
…
|
|
config.h
|
Use "override" keyword in clang (#2459)
|
2019-12-25 18:19:00 +03:00 |
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
Add impossible values to ValueFlow (#2186)
|
2019-09-20 15:06:37 +02:00 |
ctu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
exprengine.cpp
|
Verification; Use ValueFlow for improved accuracy
|
2019-12-31 05:59:06 +01:00 |
exprengine.h
|
…
|
|
importproject.cpp
|
…
|
|
importproject.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
Verification; Check function argument values
|
2019-12-23 22:10:43 +01:00 |
library.h
|
Verification; Check function argument values
|
2019-12-23 22:10:43 +01:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
path.h
|
…
|
|
pathanalysis.cpp
|
Refactor ProgramMemory and PathAnalysis (#2311)
|
2019-10-30 17:57:46 +01:00 |
pathanalysis.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
programmemory.cpp
|
…
|
|
programmemory.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
Verification; save report in custom file
|
2019-12-27 19:25:06 +01:00 |
standards.h
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
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
|
Resolve C4800 Visual C++ warning
|
2019-12-16 18:11:12 +03:00 |
timer.cpp
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
Set correct type and size of string and char literals (#2275)
|
2019-10-20 07:11:57 +02:00 |
tokenize.cpp
|
…
|
|
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
…
|
|
valueflow.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |