cppcheck/lib
Daniel Marjamäki 9973db3a71 Modernize: Use enum class for Library::Action and Library::Yield 2019-07-17 11:39:30 +02:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Modernize: Use enum class for Library::Action and Library::Yield 2019-07-17 11:39:30 +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 Refactoring: Use enum class 2019-07-16 10:51:26 +02:00
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Refactoring: Use enum class 2019-07-16 10:51:26 +02:00
checkbufferoverrun.h
checkclass.cpp Modernize: Use enum class 2019-07-17 10:39:06 +02:00
checkclass.h Replace 'unsigned' with 'nonneg' in checkclass 2019-07-16 09:03:45 +02:00
checkcondition.cpp Replace 'unsigned' with 'nonneg' in checkcondition 2019-07-16 08:21:25 +02:00
checkcondition.h Replace 'unsigned' with 'nonneg' in checkcondition 2019-07-16 08:21:25 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Replace 'unsigned' with 'nonneg' in checkfunctions 2019-07-16 08:49:02 +02:00
checkfunctions.h Replace 'unsigned' with 'nonneg' in checkfunctions 2019-07-16 08:49:02 +02:00
checkinternal.cpp
checkinternal.h
checkio.cpp checkio.cpp: Fix forgotten "nonneg" change which breaks build 2019-07-16 09:30:36 +02:00
checkio.h replace 'unsigned' with 'nonneg' in checkio 2019-07-16 08:37:26 +02:00
checkleakautovar.cpp Move and refactor the CheckMemoryLeak::isclass 2019-07-17 08:59:09 +02:00
checkleakautovar.h Replace 'unsigned' with 'nonneg' in checkleakautovar 2019-07-16 08:54:21 +02:00
checkmemoryleak.cpp Replace 'unsigned' with 'nonneg' 2019-07-17 09:11:42 +02:00
checkmemoryleak.h Replace 'unsigned' with 'nonneg' 2019-07-17 09:11:42 +02:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp Replace 'unsigned' with 'nonneg' in checkother 2019-07-16 09:10:10 +02:00
checkother.h Replace 'unsigned' with 'nonneg' in checkother 2019-07-16 09:10:10 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Modernize: Use enum class for Library::Action and Library::Yield 2019-07-17 11:39:30 +02:00
checkstl.h Replace 'unsigned' with 'nonneg' in checkstl 2019-07-15 14:05:23 +02:00
checkstring.cpp
checkstring.h Checkstring fixes (#1783) 2019-04-06 06:54:38 +02:00
checktype.cpp
checktype.h
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
cppcheck.cpp
cppcheck.h test/cli: execute addon 2019-04-14 15:00:03 +02:00
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
importproject.h
lib.pri
library.cpp Modernize: Use enum class for Library::Action and Library::Yield 2019-07-17 11:39:30 +02:00
library.h Modernize: Use enum class for Library::Action and Library::Yield 2019-07-17 11:39:30 +02:00
matchcompiler.h
mathlib.cpp Modernize: use enum class 2019-07-17 10:43:18 +02:00
mathlib.h
path.cpp
path.h
pathmatch.cpp
pathmatch.h Updated copyright year 2018-10-13 18:20:31 +02:00
pcrerules.pri
platform.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
platform.h Mark members and arguments with 'nonneg' 2019-07-14 12:22:33 +02:00
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fix bug. Used wrong ValueType in smart pointer handling 2019-07-13 20:29:15 +02:00
symboldatabase.h
templatesimplifier.cpp fix crash in daca gcc-avr from intentional bad instantiation test (#1994) 2019-07-15 12:41:06 +02:00
templatesimplifier.h
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 Replace 'unsigned' with 'nonneg' in tokenizer 2019-07-17 10:36:49 +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 Replace 'unsigned' with 'nonneg' 2019-07-17 10:14:25 +02:00
tokenlist.h Replace 'unsigned' with 'nonneg' 2019-07-17 10:14:25 +02:00
utils.h Add 'nonneg' macro 2019-07-14 11:40:44 +02:00
valueflow.cpp Refactoring: Use enum class 2019-07-16 11:12:35 +02:00
valueflow.h Refactoring: Use enum class 2019-07-16 11:12:35 +02:00
version.h
version.rc