cppcheck/lib
Simon Martin c82d8a0d06 Ticket #7745: Simplify "alloc ; dealloc ;" blocks that we don't have any value for CheckMemoryLeak's analysis. (#860)
Add an optional extended description…
2017-01-15 22:14:37 +01:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp
astutils.h
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp astyle formatting 2016-08-15 18:04:55 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed #7869 (False positive: Array index out of bounds) 2016-12-20 22:01:19 +01:00
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp Attempt to fix build on Unix systems, ran AStyle. 2016-07-26 16:50:32 +02:00
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp Ticket #7685: Properly handle function calls as argument to a dealloc function. (#853) 2016-12-29 13:17:46 +01:00
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknullpointer.cpp
checknullpointer.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens 2016-05-07 16:30:54 +02:00
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h
checktype.cpp
checktype.h
checkuninitvar.cpp
checkuninitvar.h Fixed #7822 (False positive for uninitialized variable if array type is used) 2016-12-21 23:11:11 +01:00
checkunusedfunctions.cpp There is no need to clear a class member string in the Ctor. 2016-12-27 21:20:17 +01:00
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
checkvaarg.cpp CWE mapping of useAutoPointerMalloc, uselessCallsCompare, uselessCallsSwap, uselessCallsSubstr, uselessCallsEmpty, uselessCallsRemove, derefInvalidIterator, reademptycontainer, multiplySizeof, divideSizeof, stringLiteralWrite, incorrectStringCompare, literalWithCharPtrCompare, charLiteralWithCharPtrCompare, incorrectStringBooleanError, staticStringCompare, stringCompare, signConversion, truncLongCastAssignment, truncLongCastReturn, unusedFunction, unusedVariable, unusedAllocatedMemory, unreadVariable, unassignedVariable, unusedStructMember, postfixOperator, va_start_wrongParameter (#824) 2016-09-03 00:31:35 +02:00
checkvaarg.h
config.h
cppcheck.cpp Cppcheck build dir: Better handling when --project is used 2016-12-08 22:46:44 +01:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h
importproject.cpp
importproject.h
lib.pri
library.cpp Refactorized Library 2016-12-06 14:50:27 +01:00
library.h
matchcompiler.h
mathlib.cpp
mathlib.h
path.cpp
path.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp Fixed #7177 (Support compile_commands.json) 2016-08-13 10:50:03 +02:00
platform.h Platform: Fix type limits calculations. sizeof=>bit 2016-10-16 12:00:33 +02:00
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h SymbolDatabase: Refactoring 2017-01-01 11:34:05 +01:00
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Tokenizer: Rename struct 2017-01-09 22:40:30 +01:00
tokenize.h Fix some typos in comments (found by codespell) 2016-11-27 11:40:42 +01:00
tokenlist.cpp improve constness of functions as per cppchecks suggestions. 2017-01-07 14:31:03 +01:00
tokenlist.h
utils.h
valueflow.cpp
valueflow.h Improve Fix #6180 (Access of moved variable still allowed until function is called) 2016-12-17 16:42:46 +01:00
version.h
version.rc