cppcheck/lib
Daniel Marjamäki 474fed453e memleak: Fixed false negative for sample 2019-08-18 19:45:39 +02:00
..
CMakeLists.txt
analyzerinfo.cpp Update Copyright 2019-06-29 07:49:14 +02:00
analyzerinfo.h
astutils.cpp Fix issue 8715: regression uninitvar not detected (#2092) 2019-08-16 07:48:54 +02:00
astutils.h Fix issue 8715: regression uninitvar not detected (#2092) 2019-08-16 07:48:54 +02:00
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 Fix issue 9275: False positive: Non-local object uses local variable (#2084) 2019-08-14 20:09:33 +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 Fix Cppcheck warnings 2019-06-15 13:01:45 +02:00
checkclass.cpp Renamed safeClassRefMember => unsafeClassRefMember 2019-08-13 20:58:31 +02:00
checkclass.h Renamed safeClassRefMember => unsafeClassRefMember 2019-08-13 20:58:31 +02:00
checkcondition.cpp Fix issue 9277: FP: Dont warn for knwon conditions in if constexpr (#2085) 2019-08-16 07:56:39 +02:00
checkcondition.h Replace 'unsigned' with 'nonneg' in checkcondition 2019-07-16 08:21:25 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp memleak: Fixed false negative for sample 2019-08-18 19:45:39 +02:00
checkleakautovar.h Replace 'unsigned' with 'nonneg' in checkleakautovar 2019-07-16 08:54:21 +02:00
checkmemoryleak.cpp leakNoVarFunctionCall: Use AST more (fix #9252) (#2086) 2019-08-14 22:01:40 +02:00
checkmemoryleak.h Memleak: Refactor check to separate function (#2079) 2019-08-13 13:00:59 +02:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Use library to track container lifetimes 2019-08-15 21:14:54 +02:00
checkstl.h Switch to use lifetime analysis for iterators and pointers to invalid containers 2019-07-18 10:56:44 +02:00
checkstring.cpp Overlapping sprintf, improve handling of casts (#1945) 2019-07-05 12:27:39 +02:00
checkstring.h
checktype.cpp Clarify signConversion warning message 2019-08-05 12:41:08 +02:00
checktype.h Clarify signConversion warning message 2019-08-05 12:41:08 +02:00
checkuninitvar.cpp Fix FP: Unitialized variable when using a pointer 2019-08-17 07:36:41 +02:00
checkuninitvar.h astyle formatting 2019-08-15 10:46:16 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed #9234 (FP unreadVariable - assignment via iterator) 2019-08-04 10:21:16 +02:00
checkunusedvar.h
checkvaarg.cpp Update copyright year 2019-02-09 07:24:06 +01:00
checkvaarg.h
config.h sync (#1835) 2019-05-17 09:31:41 +02:00
cppcheck.cpp Fixed #9260 (--template=gcc does not work correctly with -j) 2019-08-18 16:33:32 +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 Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
ctu.h Convert InvalidValueType to enum class 2019-07-31 22:56:16 +02:00
errorlogger.cpp Fixed #9260 (--template=gcc does not work correctly with -j) 2019-08-18 16:33:32 +02:00
errorlogger.h Fixed #9260 (--template=gcc does not work correctly with -j) 2019-08-18 16:33:32 +02:00
importproject.cpp Refactor load/write of cppcheck project. Reuse same string constants in cli and gui. 2019-08-09 21:15:02 +02:00
importproject.h astyle formatting 2019-08-12 12:54:25 +02:00
lib.pri Dmake cleanups (#2077) 2019-08-14 20:53:51 +02:00
library.cpp Compiling/Installing : The CFGDIR parameter was removed. Use FILESDIR instead. 2019-08-17 10:53:07 +02:00
library.h Use library to track container lifetimes 2019-08-15 21:14:54 +02:00
matchcompiler.h
mathlib.cpp
mathlib.h
path.cpp
path.h Update copyright year 2019-02-09 07:24:06 +01:00
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp Compiling/Installing : The CFGDIR parameter was removed. Use FILESDIR instead. 2019-08-17 10:53:07 +02:00
platform.h
preprocessor.cpp Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
preprocessor.h
settings.cpp Convert SHOWTIME_MODES to enum class 2019-07-31 22:35:51 +02:00
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fix issue 9207: Not detected 'always true' and unreachable code 2019-08-08 07:46:47 +02:00
symboldatabase.h Fix issue 9207: Not detected 'always true' and unreachable code 2019-08-08 07:46:47 +02:00
templatesimplifier.cpp Fix a few cppcheck internal warnings 2019-08-17 16:02:58 +02:00
templatesimplifier.h template simplifier: refactor TemplateSimplifier::TokenAndName into a… (#2073) 2019-08-10 08:42:12 +02:00
timer.cpp Convert SHOWTIME_MODES to enum class 2019-07-31 22:35:51 +02:00
timer.h Convert SHOWTIME_MODES to enum class 2019-07-31 22:35:51 +02:00
token.cpp Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
token.h Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
tokenize.cpp Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
tokenize.h
tokenlist.cpp Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column' 2019-08-18 12:19:05 +02:00
tokenlist.h template simplifier: fix new daca crashes (#2093) 2019-08-17 07:38:07 +02:00
utils.h
valueflow.cpp Fix FP: Unitialized variable when using a pointer 2019-08-17 07:36:41 +02:00
valueflow.h Fix FP: Unitialized variable when using a pointer 2019-08-17 07:36:41 +02:00
version.h
version.rc