cppcheck/lib
Daniel Marjamäki 25a13d061c Refactoring SymbolDatabase::findFunction 2019-08-01 16:14:00 +02:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Make the code a bit more robust 2019-07-29 20:57:16 +02:00
astutils.h Fix issue 9235: new crash in astutils isVariableChanged from endless recursion (#2040) 2019-07-26 07:03:21 +02:00
check.cpp Safe checks: Clarify a warning message 2019-07-25 17:19:51 +02:00
check.h Safe checks: Clarify a warning message 2019-07-25 17:19:51 +02:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Switch to use lifetime analysis for iterators and pointers to invalid containers 2019-07-18 10:56:44 +02:00
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Fix 9215 (add tilde for missing destructor override warning) (#2057) 2019-08-01 10:43:45 +02:00
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp Fix #8282 (memleak FP when returning std::pair) (#2039) 2019-07-26 07:03:58 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fix FP leakVarNotUsed with freopen() and stdin (#2034) 2019-07-25 21:09:23 +02:00
checkmemoryleak.h Use library for memleak checks (#2002) 2019-07-22 10:37:36 +02:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp Fix issue 9231: FP constParameter - argument passed parent ctor (#2032) 2019-07-24 20:59:58 +02:00
checkother.h Add check for const variables 2019-07-24 09:59:01 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Fix FP when using a pointer to a container (#2029) 2019-07-24 00:04:49 +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
checkstring.h
checktype.cpp Safe checks: Clarify a warning message 2019-07-25 17:19:51 +02:00
checktype.h Fixed #9230 (Improve check: integer conversion overflow in return) 2019-07-24 16:17:52 +02:00
checkuninitvar.cpp Fixed #7758 (Function array is seen as Uninitialized) 2019-07-24 18:20:23 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Try to fix daca@home crashes 2019-07-29 19:06:41 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp Convert SHOWTIME_MODES to enum class 2019-07-31 22:35:51 +02:00
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters
ctu.cpp
ctu.h Convert InvalidValueType to enum class 2019-07-31 22:56:16 +02:00
errorlogger.cpp
errorlogger.h
importproject.cpp astyle formatting 2019-07-24 08:22:12 +02:00
importproject.h
lib.pri dmake: Fix check of last header file in lib.pri (#2045) 2019-07-27 09:45:04 +02:00
library.cpp
library.h
matchcompiler.h
mathlib.cpp
mathlib.h
path.cpp
path.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
preprocessor.cpp
preprocessor.h
settings.cpp Convert SHOWTIME_MODES to enum class 2019-07-31 22:35:51 +02:00
settings.h GUI: Better settings for extended safe checks 2019-07-23 11:54:38 +02:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Refactoring SymbolDatabase::findFunction 2019-08-01 16:14:00 +02:00
symboldatabase.h SymbolDatabase: Use ValueType::matchParameter for variable address parameters 2019-07-31 12:38:36 +02:00
templatesimplifier.cpp std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS. 2019-07-31 11:11:01 +02:00
templatesimplifier.h Fix issue 9211: No error on divide by zero outside template instatiation 2019-07-18 14:55:30 +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 std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS. 2019-07-31 11:11:01 +02:00
token.h std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS. 2019-07-31 11:11:01 +02:00
tokenize.cpp std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS. 2019-07-31 11:11:01 +02:00
tokenize.h Calculate token scopes in advance rather than as the tokenlist is iterated (#2038) 2019-07-31 09:19:27 +02:00
tokenlist.cpp
tokenlist.h
utils.h Split up Cppcheck attribute. low and high values can be specified separately and they can be used for variables also. 2019-07-24 15:08:26 +02:00
valueflow.cpp Fixed #8349 (Noisy nullPointerRedundantCheck) 2019-07-27 20:03:06 +02:00
valueflow.h Safe checks: Clarify a warning message 2019-07-25 17:19:51 +02:00
version.h
version.rc