.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
…
|
|
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
…
|
|
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
checkcondition.h
|
Add impossible values to ValueFlow (#2186)
|
2019-09-20 15:06:37 +02:00 |
checkexceptionsafety.cpp
|
Refactoring; Use range for loops
|
2018-07-14 09:49:03 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
Replace 'unsigned' with 'nonneg' in checkfunctions
|
2019-07-16 08:49:02 +02:00 |
checkinternal.cpp
|
CheckInternal: Extend redundant null pointer check before Token::Match() (#1789)
|
2019-04-06 07:44:44 +02:00 |
checkinternal.h
|
…
|
|
checkio.cpp
|
Fix #8489 (Fix FN printf argument with parenthesis) (#2508)
|
2020-01-27 06:55:01 +01:00 |
checkio.h
|
replace 'unsigned' with 'nonneg' in checkio
|
2019-07-16 08:37:26 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
…
|
|
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
…
|
|
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
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 |
clangimport.cpp
|
Fixed #9600 (false positive: compareBoolExpressionWithInt with --clang)
|
2020-02-15 14:45:12 +01:00 |
clangimport.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
Support clang tidy (#2486)
|
2020-01-30 07:14:17 +01:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
Add generic valueflow forward analysis (#2511)
|
2020-02-13 16:27:06 +01:00 |
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
…
|
|
ctu.h
|
…
|
|
errorlogger.cpp
|
Import Clang ast dump (experimental)
|
2020-01-05 15:12:53 +01:00 |
errorlogger.h
|
…
|
|
exprengine.cpp
|
…
|
|
exprengine.h
|
…
|
|
forwardanalyzer.cpp
|
Refactoring; Use std::function instead of template type
|
2020-02-15 09:20:49 +01:00 |
forwardanalyzer.h
|
astyle formatting
|
2020-02-13 17:04:05 +01:00 |
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
|
…
|
|
path.h
|
…
|
|
pathanalysis.cpp
|
…
|
|
pathanalysis.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
pro and pri files: remove unneeded empty lines, use spaces for consistency
|
2012-10-12 17:46:57 +02:00 |
platform.cpp
|
use range loops / constness (#2181)
|
2019-09-19 20:29:33 +02:00 |
platform.h
|
…
|
|
preprocessor.cpp
|
Thread safety: use std::atomic for global flags
|
2019-12-19 18:38:22 +01:00 |
preprocessor.h
|
…
|
|
programmemory.cpp
|
Remove unused functions
|
2020-02-14 20:37:33 +01:00 |
programmemory.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
Various clang-tidy fixes (#2192)
|
2019-09-25 15:25:19 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
symboldatabase.h
|
…
|
|
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
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
…
|
|
tokenize.h
|
Check for JSON error when parsing addon .json files + fixes (#2374)
|
2019-11-20 15:37:09 +01:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
Import Clang ast dump (experimental)
|
2020-01-05 15:12:53 +01:00 |
utils.h
|
…
|
|
valueflow.cpp
|
…
|
|
valueflow.h
|
…
|
|
valueptr.h
|
…
|
|
version.h
|
…
|
|
version.rc
|
…
|
|