cppcheck/lib
PKEuS 851c6e0ed5 Improved buffer overflow checking for scanf: %c with a width (#3494) 2016-05-22 14:00:26 +02:00
..
CMakeLists.txt
astutils.cpp
astutils.h Merge pull request #771 from Dmitry-Me/charUsedAsArrayIndex 2016-02-10 20:11:38 +03:00
check.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp #5844 False positive: returnReference fp for inner lambda function 2016-05-20 23:46:56 +02:00
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
checkbufferoverrun.cpp Mapped toomanyconfigs ,AssignmentAddressToInteger 2016-02-26 23:53:52 +00:00
checkbufferoverrun.h
checkclass.cpp Fixed #6968 (unusedPrivateFunction not correct, called by inner class) 2016-05-16 20:52:50 +02:00
checkclass.h
checkcondition.cpp
checkcondition.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp CWE mapping of duplicateExpression, duplicateBreak (CWE561), unreachableCode, unsignedLessThanZero, unsignedPositive, pointerLessThanZero, pointerPositive, varFuncNullUB, nanInArithmeticExpression, commaSeparatedReturn, (#797) 2016-05-22 13:17:38 +02:00
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp Improved buffer overflow checking for scanf: %c with a width (#3494) 2016-05-22 14:00:26 +02:00
checkio.h Improved buffer overflow checking for scanf: %c with a width (#3494) 2016-05-22 14:00:26 +02:00
checkleakautovar.cpp Fixed #6989 (incorrect memleak error) 2016-05-21 14:03:28 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fixed #7244 (False memory leak when POD is allocated with value initialization and pushed onto container) 2016-05-14 14:56:51 +02:00
checkmemoryleak.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp CWE mapping of duplicateExpression, duplicateBreak (CWE561), unreachableCode, unsignedLessThanZero, unsignedPositive, pointerLessThanZero, pointerPositive, varFuncNullUB, nanInArithmeticExpression, commaSeparatedReturn, (#797) 2016-05-22 13:17:38 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
checktype.cpp Fixed #7493 (enumMismatch on Enum declaration) 2016-05-12 11:46:08 +02:00
checktype.h
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed #4839 (Variable (in array) is assigned a value that is never used) 2016-05-17 16:03:55 +02:00
checkunusedvar.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Run astyle + minor refactoring 2016-02-27 16:03:50 +01:00
errorlogger.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
lib.pri
library.cpp
library.h
matchcompiler.h
mathlib.cpp Address comments in PR#794 and alternative fix for ticket #7500. 2016-05-20 22:52:43 +02:00
mathlib.h Ticket #7452: Properly interpret escape sequences in character literals. 2016-05-15 15:48:24 +02:00
path.cpp
path.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #6674 (false positive 'unusedPrivateFunction' - calling virtual function in subclass) 2016-05-21 20:07:35 +02:00
symboldatabase.h Removed redundant valuetype debug output 2016-05-14 20:11:57 +02:00
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h Update Makefile. Replace another NULL by nullptr 2016-05-07 17:35:00 +02:00
token.cpp Fixed #7426 (RFC: time to replace simplifyEnum?) 2016-04-22 06:02:54 +02:00
token.h
tokenize.cpp Fixed #7471 (Tokenizer::prepareTernaryOpForAST: typedef with comma inside ?:) 2016-05-22 11:33:21 +02:00
tokenize.h Tokenizer: Refactoring, split up the big Tokenizer::setVarId() function 2016-05-12 18:20:20 +02:00
tokenlist.cpp
tokenlist.h
utils.h
valueflow.cpp
valueflow.h
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00