cppcheck/lib
Daniel Marjamäki 5eff1b0f4a Replace 'unsigned' with 'nonneg' in checkstl 2019-07-15 14:05:23 +02:00
..
CMakeLists.txt
analyzerinfo.cpp Update Copyright 2019-06-29 07:49:14 +02:00
analyzerinfo.h
astutils.cpp Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
astutils.h Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Use 'nonneg' instead of 'unsigned' in checkautovariables 2019-07-15 13:33:29 +02:00
checkautovariables.h Fix issue 3695: Handle class pointers 2019-07-07 10:16:19 +02:00
checkbool.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fix issue 6821: New check: access heap/stack data using address of variable 2019-05-31 12:24:31 +02:00
checkbufferoverrun.h Fix Cppcheck warnings 2019-06-15 13:01:45 +02:00
checkclass.cpp fix lib/checkclass.cpp:51:12: warning: enumeration value ‘eLambda’ not handled in switch [-Wswitch] (#1978) 2019-07-11 08:25:25 +02:00
checkclass.h Update symbol database such that the override keyword implies that the function is also virtual (#1907) 2019-07-04 12:32:32 +02:00
checkcondition.cpp Fixed #7464 (warn about opposite if and else-if conditions) 2019-06-30 23:26:49 +02:00
checkcondition.h Fixed #7464 (warn about opposite if and else-if conditions) 2019-06-30 23:26:49 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp astyle formatting 2019-07-15 12:56:44 +02:00
checkleakautovar.h Fix recursiveCount in CheckLeakAutoVar to really be recursive count. (#1988) 2019-07-13 07:40:24 +02:00
checkmemoryleak.cpp fix daca codeblocks crash (#1968) 2019-07-09 16:04:22 +02:00
checkmemoryleak.h
checknullpointer.cpp
checknullpointer.h
checkother.cpp Fixed #5995 (False negative selfAssignment regression from 1.65) 2019-07-13 21:45:54 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checksizeof.h
checkstl.cpp Replace 'unsigned' with 'nonneg' in checkstl 2019-07-15 14:05:23 +02:00
checkstl.h Replace 'unsigned' with 'nonneg' in checkstl 2019-07-15 14:05:23 +02:00
checkstring.cpp Overlapping sprintf, improve handling of casts (#1945) 2019-07-05 12:27:39 +02:00
checkstring.h
checktype.cpp Refactoring; enum class 2019-07-10 14:05:16 +02:00
checktype.h Refactoring; enum class 2019-07-10 14:05:16 +02:00
checkuninitvar.cpp Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
checkuninitvar.h Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fix false positives in self check: Variable t is assigned a value that is never used. Classes with destructors was not handled properly. 2019-07-14 16:20:45 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h sync (#1835) 2019-05-17 09:31:41 +02:00
cppcheck.cpp Fixed Cppcheck warning; ::AddonInfo::getFullPath can be static 2019-06-29 07:59:55 +02:00
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj Increase Windows stack size to 8M (#1998) 2019-07-15 12:39:58 +02:00
cppcheck.vcxproj.filters
ctu.cpp Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
ctu.h Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
errorlogger.cpp fix crash in daca gcc-avr from intentional bad instantiation test (#1994) 2019-07-15 12:41:06 +02:00
errorlogger.h fix crash in daca gcc-avr from intentional bad instantiation test (#1994) 2019-07-15 12:41:06 +02:00
importproject.cpp --addon: Use json for addon output 2019-06-24 19:29:43 +02:00
importproject.h
lib.pri
library.cpp Rename safeValues to unknownValues 2019-07-11 16:05:48 +02:00
library.h Rename safeValues to unknownValues 2019-07-11 16:05:48 +02:00
matchcompiler.h
mathlib.cpp Correct Zero/Null as pointer constant (#1938) 2019-06-30 21:39:22 +02:00
mathlib.h
path.cpp
path.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
preprocessor.cpp Add missing include 2019-05-09 06:55:36 +02:00
preprocessor.h
settings.cpp Rename safeValues to unknownValues 2019-07-11 16:05:48 +02:00
settings.h Rename safeValues to unknownValues 2019-07-11 16:05:48 +02:00
standards.h Update Copyright 2019-06-29 07:49:14 +02:00
suppressions.cpp Fix Cppcheck warning: Suppressions::dump can be const 2019-06-29 07:53:32 +02:00
suppressions.h Fix Cppcheck warning: Suppressions::dump can be const 2019-06-29 07:53:32 +02:00
symboldatabase.cpp Fix bug. Used wrong ValueType in smart pointer handling 2019-07-13 20:29:15 +02:00
symboldatabase.h Safe functions: Check more possible function argument values 2019-07-10 16:59:05 +02:00
templatesimplifier.cpp fix crash in daca gcc-avr from intentional bad instantiation test (#1994) 2019-07-15 12:41:06 +02:00
templatesimplifier.h Refactor Tokenizer::simplifyUsing to use continue to reduce indentation (#1967) 2019-07-07 18:33:33 +02:00
timer.cpp
timer.h
token.cpp Fix wrong 'nonneg' 2019-07-14 17:31:26 +02:00
token.h Fix wrong 'nonneg' 2019-07-14 17:31:26 +02:00
tokenize.cpp astyle formatting 2019-07-15 09:29:47 +02:00
tokenize.h Avoid 'unsigned' in Tokenizer. Use 'nonneg' instead for arguments and members. 2019-07-14 15:48:20 +02:00
tokenlist.cpp Cleanup some const_cast of Token* (#1886) 2019-06-16 10:09:38 +02:00
tokenlist.h Update Copyright 2019-06-29 07:49:14 +02:00
utils.h Add 'nonneg' macro 2019-07-14 11:40:44 +02:00
valueflow.cpp Replace 'unsigned' with 'nonneg' in valueflow 2019-07-15 13:47:17 +02:00
valueflow.h Replace 'unsigned' with 'nonneg' in valueflow 2019-07-15 13:47:17 +02:00
version.h Set version to 1.88.99/1.89 dev 2019-07-02 20:59:52 +02:00
version.rc