cppcheck/lib
Daniel Marjamäki b1e9d9b86f Coverity CID 1270450: Removed redundant conditions 2015-02-17 19:32:59 +01:00
..
CMakeLists.txt
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Refactorizations: Fixed a pattern in checkbufferoverrun.cpp, simplified one in checkclass.cpp 2015-01-31 12:32:05 +01:00
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkleakautovar.cpp
checkleakautovar.h Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar. 2015-01-28 17:38:43 +01:00
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
checknullpointer.h
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h
checkother.cpp #6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg 2015-02-16 22:19:51 +01:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h
checktype.cpp
checktype.h
checkuninitvar.cpp Coverity CID 1270450: Removed redundant conditions 2015-02-17 19:32:59 +01:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedvar.cpp
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp
cppcheck.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Multi process check: Sanitize error messages for illegal characters 2015-01-17 16:12:00 +01:00
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +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 Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
timer.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.h
token.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
token.h Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
tokenize.cpp
tokenize.h
tokenlist.cpp
tokenlist.h
valueflow.cpp
valueflow.h Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
version.h
version.rc