cppcheck/lib
Daniel Marjamäki 254b6438b9 CheckBufferOverrun::checkStringArgument: sizeof string is strlen+1 2014-07-08 16:04:09 +02:00
..
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp Negation not needed anymore. 2014-07-02 11:12:39 +04:00
checkassert.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp CheckBufferOverrun::checkStringArgument: sizeof string is strlen+1 2014-07-08 16:04:09 +02:00
checkbufferoverrun.h Fixed #5257 (Check memcpy size for string literals) 2014-07-06 08:41:39 +02:00
checkclass.cpp Attempt to fix 2 Coverity messages. 2014-07-07 21:25:30 +02:00
checkclass.h
checkexceptionsafety.cpp
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 Attempt to fix 2 Coverity messages. 2014-07-07 21:25:30 +02:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
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 Removed special 'else if' handling. this is redundant since these are simplified. 2014-07-02 16:16:19 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Removed special 'else if' handling. this is redundant since these are simplified. 2014-07-02 16:16:19 +02:00
checkstl.h
checkuninitvar.cpp Fix some compiler warnings 2014-06-26 20:34:07 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Several improvements to CheckUnusedVar::checkFunctionVariableUsage_iterateScopes(): 2014-07-02 00:18:40 +02:00
checkunusedvar.h
config.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
executionpath.cpp
executionpath.h
lib.pri
library.cpp Add some more functions to posix.cfg which allow to enable TestBufferOverrun::buffer_overrun_1_posix_functions 2014-07-05 22:47:10 +02:00
library.h Library: Added <minsize> element used for buffer overrun checking 2014-07-05 20:31:43 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Attempt to fix 2 Coverity messages. 2014-07-07 21:25:30 +02:00
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
symboldatabase.cpp Removed special 'else if' handling. this is redundant since these are simplified. 2014-07-02 16:16:19 +02:00
symboldatabase.h Removed special 'else if' handling. this is redundant since these are simplified. 2014-07-02 16:16:19 +02:00
templatesimplifier.cpp Attempt to fix 2 Coverity messages. 2014-07-07 21:25:30 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Fix compiler warning (and minor cleanup). 2014-07-05 12:10:23 +02:00
token.h Reduced Token::Match complexity, better support for complex patterns 2014-07-02 15:25:41 +02:00
tokenize.cpp Removed special 'else if' handling. this is redundant since these are simplified. 2014-07-02 16:16:19 +02:00
tokenize.h Fixed 4979 (Doesn't allow any ordering of int modifiers) 2014-07-01 23:59:04 -07:00
tokenlist.cpp Attempt to fix 2 Coverity messages. 2014-07-07 21:25:30 +02:00
tokenlist.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
valueflow.cpp astyle formatting 2014-07-08 06:44:57 +02:00
valueflow.h
version.h
version.rc