cppcheck/lib
Daniel Marjamäki 742a6935ea Calculation in sizeof: Fixed FP for sizeof(Fred**) 2013-12-26 13:52:58 +01:00
..
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkassignif.cpp AST: Always use AST 2013-12-09 18:06:19 +01:00
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp pointerArithBool: Updated error message 2013-12-25 19:56:00 +01:00
checkbool.h Fixed #5126 (new check: missing pointer dereference or pointer overflow 'if (p+1)') 2013-12-23 18:39:05 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Ticket #5203: Don't crash when checking buffer overrun for invalid code. 2013-11-30 07:40:32 +01:00
checkbufferoverrun.h
checkclass.cpp Fixed #5170 (False positive: warning (uninitMemberVar): Member variable 'ToDoubleArray::mfNaN' is not initialized in the constructor.) 2013-12-15 14:07:29 +01:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Fixed #5195 (Crash below CheckIO::checkWrongPrintfScanfArguments()) 2013-11-23 08:40:35 +01:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Fixed #5149 (false positive: (error) Dereferencing 'memory' after it is deallocated / released) 2013-12-14 07:37:24 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp fixed FP when passing uninitialized buffer as 2nd argument to itoa 2013-12-13 07:51:33 +01:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp AST: Refactored CheckOther::clarifyCalculation 2013-12-24 10:07:20 +01:00
checkother.h Refactoring: Replaced CheckOther::checkCCTypeFunctions with configuration 2013-12-23 19:58:33 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Calculation in sizeof: Fixed FP for sizeof(Fred**) 2013-12-26 13:52:58 +01:00
checksizeof.h
checkstl.cpp
checkstl.h
checkuninitvar.cpp Uninitialized variables: Fixed false positive taking value of pointer that is allocated but not initialized 2013-12-25 14:00:27 +01:00
checkuninitvar.h Uninitialized variables: check function arguments 2013-12-09 15:58:42 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
library.cpp Uninitialized variables: Fixed false negatives for loop variables / pointer dereference 2013-12-23 12:27:00 +01:00
library.h Fixed #5252 (Improve check: use Library to validate function arguments in invalidFunctionUsage) 2013-12-23 10:06:45 +01:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Revert "Preprocessor:removeParentheses: fixed potential buffer access out of bounds, if find returns std::string::npos." 2013-12-15 13:41:07 +01:00
preprocessor.h
settings.cpp AST: Always use AST 2013-12-09 18:06:19 +01:00
settings.h AST: Always use AST 2013-12-09 18:06:19 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp SymbolDatabase: Use std::size_t for Function::getArgument() argument since Function::argCount() returns a std::size_t 2013-12-14 08:35:46 +01:00
symboldatabase.h SymbolDatabase: Use std::size_t for Function::getArgument() argument since Function::argCount() returns a std::size_t 2013-12-14 08:35:46 +01:00
templatesimplifier.cpp Fixed #4446 (Crash on complex C++ template) 2013-11-21 20:27:24 +01:00
templatesimplifier.h Fixed #4446 (Crash on complex C++ template) 2013-11-21 20:27:24 +01:00
timer.cpp
timer.h
token.cpp
token.h Uninitialized variables: Fixed false positive for '*p=..' 2013-12-12 15:33:31 +01:00
tokenize.cpp astyle formatting 2013-12-23 12:26:12 +01:00
tokenize.h Tokenizer: Simplify float casts of integer constants 2013-11-19 18:07:12 +01:00
tokenlist.cpp AST: better handling of 'sizeof(void*)' 2013-12-25 22:08:53 +01:00
tokenlist.h
version.h
version.rc