cppcheck/lib
Paul Fultz II ed1acc319d Fixx issue 9355: FP constParameter when returning non-const reference to struct member (#2373) 2019-11-18 06:39:50 +01:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fixed crash in harfbuzz found by daca@home 2019-11-12 18:22:11 +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
check.h deleted methods should be public (#2193) 2019-09-20 21:58:09 +02: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
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed #9113 (false positive: (error) Buffer is accessed out of bounds) 2019-11-10 16:42:48 +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
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp Allow SSIZE_T in addition to ssize_t (#2263) 2019-10-24 21:51:20 +02:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Fix #9438 (Don't warn for return (void*) malloc(1)) (#2307) 2019-10-30 17:55:47 +01:00
checkmemoryleak.h Memleak: Refactor check to separate function (#2079) 2019-08-13 13:00:59 +02:00
checknullpointer.cpp Fix issue 9439: false positive: unique_ptr and nullPointerRedundantCheck (#2346) 2019-11-10 09:44:59 +01:00
checknullpointer.h
checkother.cpp Fixx issue 9355: FP constParameter when returning non-const reference to struct member (#2373) 2019-11-18 06:39:50 +01:00
checkother.h Fix #9166 (print proper types in invalidCast message) (#2347) 2019-11-11 07:17:50 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checksizeof.h
checkstl.cpp Refactor ProgramMemory and PathAnalysis (#2311) 2019-10-30 17:57:46 +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 Clarify signConversion warning message 2019-08-05 12:41:08 +02:00
checkuninitvar.cpp Fixed #9422 (FP uninitdata - writing pointer to output stream) 2019-11-16 11:47:57 +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 CheckUnusedVar: Quick heuristic so we don't bailout for 'auto' variables 2019-11-17 15:44:57 +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 #9464 (Import compile database; only check given configuration) 2019-11-09 17:51:42 +01:00
cppcheck.h
cppcheck.natvis Fixed Visual Studio Natvis file after recent refactoring (#1299) 2018-07-09 08:27:26 +02:00
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.h Fixed #9260 (--template=gcc does not work correctly with -j) 2019-08-18 16:33:32 +02:00
exprengine.cpp Fix Cppcheck warning 2019-10-27 18:22:47 +01:00
exprengine.h add override (#2305) 2019-10-29 20:06:40 +01:00
importproject.cpp
importproject.h
lib.pri Run dmake 2019-10-30 18:38:37 +01:00
library.cpp 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
library.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
matchcompiler.h
mathlib.cpp Keep prefix in string and char literals (#2272) 2019-10-16 11:41:33 +02:00
mathlib.h
path.cpp
path.h Update copyright year 2019-02-09 07:24:06 +01:00
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
preprocessor.h
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 Fixed #9464 (Import compile database; only check given configuration) 2019-11-09 17:51:42 +01:00
settings.h Fixed #9464 (Import compile database; only check given configuration) 2019-11-09 17:51:42 +01:00
standards.h Various clang-tidy fixes (#2192) 2019-09-25 15:25:19 +02:00
suppressions.cpp
suppressions.h
symboldatabase.cpp 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
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 #9467 (False positive on local variable when template specialization is used) (#2357) 2019-11-13 21:34:27 +01:00
templatesimplifier.h
timer.cpp
timer.h
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 fix syntax error for VTK_LEGACY_BODY(vtkMatrix3x3::operator[], "VTK 7.0"); (#2372) 2019-11-18 06:38:53 +01:00
tokenize.h Fix #9472 (Syntax error on valid C++ code) (#2363) 2019-11-15 07:03:57 +01:00
tokenlist.cpp AST: Do not hang for code 'foo({ for (a;b;c) {} });' 2019-11-03 11:02:59 +01:00
tokenlist.h
utils.h Keep prefix in string and char literals (#2272) 2019-10-16 11:41:33 +02:00
valueflow.cpp Fix issue 9437: Dont assume init list constructor for strings (#2366) 2019-11-17 03:22:04 +01:00
valueflow.h Refactor ProgramMemory and PathAnalysis (#2311) 2019-10-30 17:57:46 +01:00
version.h
version.rc