cppcheck/lib
Matthias Krüger b5cf56790c dmake: update 2014-08-06 14:25:49 +02:00
..
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp Refactorized CheckAutoVariables::assignFunctionArg(): 2014-08-04 11:45:24 +02:00
checkautovariables.h
checkbool.cpp Simplify code - bail out early, vreak loops early, reorder checks and declarations. 2014-06-09 13:35:30 +04:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Fixed a bug and two warnings introduced recently. 2014-08-06 13:35:39 +02:00
checkclass.h
checkexceptionsafety.cpp Fixed #5826 (Change error message for 'throw in destructor' check) 2014-07-19 03:29:50 +02:00
checkexceptionsafety.h
checkinternal.cpp Added internal check for || and | inside Token::Match patterns. 2014-07-02 15:51:18 +02:00
checkinternal.h Added internal check for || and | inside Token::Match patterns. 2014-07-02 15:51:18 +02:00
checkio.cpp
checkio.h Added missing message to --errorlist output, changed Id to avoid duplicate 2014-08-02 20:55:59 +02:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checknullpointer.cpp Avoid crash reported in #5943 (using the example from duplicate ticket #5971) 2014-07-06 14:48:24 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h Update copyright 2014-02-15 07:45:39 +01:00
checksizeof.cpp #5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize() 2014-06-01 22:18:17 +02:00
checksizeof.h
checkstl.cpp
checkstl.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkuninitvar.cpp Implemented support for C++11 uniform initialization in several checks. 2014-08-05 16:11:42 +02:00
checkuninitvar.h Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope. 2014-08-05 06:24:23 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h Cleaned up includes and forward declarations in checkers: 2014-05-24 12:50:03 +02:00
checkvaarg.cpp
checkvaarg.h Added several new va_arg related checks: 2014-08-06 14:20:46 +02:00
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Fixed CID 1037101 Dereference after null check in ExecutionPath::checkScope. 2014-05-23 18:27:34 +02:00
executionpath.h
lib.pri dmake: update 2014-08-06 14:25:49 +02:00
library.cpp
library.h
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
timer.cpp Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase 2014-06-05 17:39:14 +02:00
timer.h
token.cpp
token.h
tokenize.cpp
tokenize.h
tokenlist.cpp Fixed crash #5991: Don't crash when lambda is incomplete 2014-07-31 23:15:36 +02:00
tokenlist.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
valueflow.cpp
valueflow.h
version.h
version.rc