cppcheck/lib
Daniel Marjamäki 755e2d261c Fixed #9402 (ExprEngine: && and || in condition) 2019-12-24 15:52:02 +01:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fixed #9420 (False positive - redundantInitialization) 2019-12-18 19:39:23 +01:00
astutils.h Fix issue 9404: False positive: Either the condition 'if(x)' is redundant or there is possible null pointer dereference: a->x (#2322) 2019-11-08 08:11:41 +01:00
check.cpp Moved function from .h to .cpp 2019-12-21 11:55:11 +01:00
check.h Moved function from .h to .cpp 2019-12-21 11:55:11 +01:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Fix issue 9201: FP: returnDanglingLifetime on pointer to variable of static struct (#2303) 2019-11-05 07:10:32 +01:00
checkautovariables.h Extend lifetime checking to temporaries (#2242) 2019-10-08 09:28:39 +02:00
checkbool.cpp Fixed #9405 (false positive: (style, inconclusive) Boolean expression 'dqOpen' is used in bitwise operation. Did you mean '&&') 2019-12-20 19:38:30 +01:00
checkbool.h Fix false negatives in checkBitwiseOnBoolean (#2220) 2019-10-06 09:57:31 +02:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed #8597 (False positive - Array index is used before limits check.) 2019-12-20 09:46:01 +01:00
checkbufferoverrun.h
checkclass.cpp Remove 'unsafeClassDivZero' warning. The software verification will cover this better. 2019-11-10 16:49:34 +01:00
checkclass.h Remove 'unsafeClassDivZero' warning. The software verification will cover this better. 2019-11-10 16:49:34 +01:00
checkcondition.cpp Fixed #9285 (Misleading warning message) 2019-11-16 17:24:54 +01:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp Make iterator checks useful 2019-11-21 18:15:26 +03:00
checkio.h
checkleakautovar.cpp Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
checkleakautovar.h Fix #7031 (improve error message for memory related warnings) (#2204) 2019-09-22 21:50:02 +02:00
checkmemoryleak.cpp Avoid some additional memleakOnRealloc false positives (#2422) 2019-12-04 12:13:44 +01:00
checkmemoryleak.h
checknullpointer.cpp isPointerDeref: Return false for function declarations 2019-12-15 16:36:46 +01:00
checknullpointer.h
checkother.cpp Fix issue 9485: knownConditionTrueFalse false positive with integer constants (#2447) 2019-12-14 09:15:00 +01:00
checkother.h Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Fixed #7107 (False positive iterators - using alias for container) 2019-12-20 12:13:26 +01:00
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
checktype.h
checkuninitvar.cpp Fixed #8998 (False positive uninitStructMember related to reference to member) 2019-12-19 20:18:32 +01:00
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
checkunusedvar.cpp Fixed #8990 (False positive: struct member not used (union)) 2019-12-20 18:31:55 +01:00
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 lib/cppcheck.vcxproj: Fix Visual Studio build, add new files. 2019-10-31 08:29:19 +01:00
cppcheck.vcxproj.filters cppcheck.vcxproj.filters: Also update this Visual Studio file 2019-10-31 09:05:58 +01:00
ctu.cpp
ctu.h
errorlogger.cpp errorlogger.cpp: Handle empty file-name like "*" (unmatchedSuppression) (#2440) 2019-12-11 09:07:18 +01:00
errorlogger.h Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
exprengine.cpp Fixed #9402 (ExprEngine: && and || in condition) 2019-12-24 15:52:02 +01:00
exprengine.h Verification; Detect errors after bailout 2019-12-22 21:03:43 +01:00
importproject.cpp Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
importproject.h astyle formatting 2019-08-12 12:54:25 +02:00
lib.pri Run dmake 2019-10-30 18:38:37 +01:00
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 Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
mathlib.h
path.cpp
path.h
pathanalysis.cpp Refactor ProgramMemory and PathAnalysis (#2311) 2019-10-30 17:57:46 +01:00
pathanalysis.h Refactor ProgramMemory and PathAnalysis (#2311) 2019-10-30 17:57:46 +01:00
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
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 astyle formatting 2019-10-30 18:19:45 +01:00
settings.cpp Thread safety: use std::atomic for global flags 2019-12-19 18:38:22 +01:00
settings.h Thread safety: use std::atomic for global flags 2019-12-19 18:38:22 +01:00
standards.h
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 fix #9539 (Syntax error for valid C++14 code) (#2446) 2019-12-12 20:50:20 +01:00
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 Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
token.cpp Token::ConcatStr(): Handle mixed string literals (#2337) 2019-11-08 08:03:45 +01:00
token.h Set correct type and size of string and char literals (#2275) 2019-10-20 07:11:57 +02:00
tokenize.cpp Fixed #8774 (Wrong handling of function with name 'or') 2019-12-19 19:22:39 +01:00
tokenize.h Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
tokenlist.cpp Fix issue 9535: Syntax Error: AST broken, 'if' doesn't have two operands. (#2450) 2019-12-16 12:17:01 +01:00
tokenlist.h
utils.h Keep prefix in string and char literals (#2272) 2019-10-16 11:41:33 +02:00
valueflow.cpp Fixed #8419 (False positive accessMoved on int) 2019-12-21 07:39:14 +01:00
valueflow.h Refactor ProgramMemory and PathAnalysis (#2311) 2019-10-30 17:57:46 +01:00
version.h Set version 2019-12-21 11:49:01 +01:00
version.rc