cppcheck/lib
PKEuS ce961578c2 New checks (inconclusive): Suspicious calculation with sizeof()
- Check for sizeof(ptr)/something: This indicates that programmer was trying to calculate array size, but sizeof(ptr) doesn't return the length of the memory area, but size of a pointer.
- Check for sizeof()*sizeof(): This indicates that programmer misunderstood what sizeof() does: It does return the length in bytes of the given variable, not e.g. the number of elements in an array.
2012-11-09 18:08:20 +01:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Don't suggest using initialization list for static variables (#4332) 2012-11-04 11:59:09 +01:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp Add '%char%' as a CheckInternal known pattern. 2012-11-05 17:25:36 +01:00
checkinternal.h
checkio.cpp Added support for wide-strings (wcs* functions, std::wstring, std::*wstringstream) at many places. 2012-11-06 10:54:52 -08:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Added support for wide-strings (wcs* functions, std::wstring, std::*wstringstream) at many places. 2012-11-06 10:54:52 -08:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp New checks (inconclusive): Suspicious calculation with sizeof() 2012-11-09 18:08:20 +01:00
checkother.h New checks (inconclusive): Suspicious calculation with sizeof() 2012-11-09 18:08:20 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Added support for wide-strings (wcs* functions, std::wstring, std::*wstringstream) at many places. 2012-11-06 10:54:52 -08:00
checkstl.h
checkuninitvar.cpp Message refactorization: Changed expression "0-terminate" to "null-terminate" as discussed on 24b98feadb 2012-11-03 21:21:19 +01:00
checkuninitvar.h
checkunusedfunctions.cpp Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp 2012-11-01 18:40:20 +01:00
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
config.h Get rid of a warning 2012-06-16 06:34:18 +02:00
cppcheck.cpp Incremented version to "1.58 dev" (1.57.99) 2012-11-04 15:49:18 +01:00
cppcheck.h
cppcheck.vcxproj Fixed compilation as shared lib with PCRE: Ensure that sizeof(Settings) is the same with and without HAVE_RULES 2012-11-03 20:37:23 +01:00
cppcheck.vcxproj.filters
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed parsing of "__asm__ volatile {""};" 2012-11-04 12:21:34 +01:00
preprocessor.h Fixed #4301 (htmlreport broken) 2012-11-03 11:25:40 +01:00
settings.cpp
settings.h Fixed compilation as shared lib with PCRE: Ensure that sizeof(Settings) is the same with and without HAVE_RULES 2012-11-03 20:37:23 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp Revert 1c0617c504. 2012-11-07 18:34:25 +01:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Add '%char%' as pattern to match in Token::Match. 2012-11-04 16:58:18 +01:00
token.h Add '%char%' as pattern to match in Token::Match. 2012-11-04 16:58:18 +01:00
tokenize.cpp Support GNU extension of '?:' operator: 2012-11-08 17:49:43 +01:00
tokenize.h Change Tokenizer member function name. 2012-11-02 14:57:12 +01:00
tokenlist.cpp
tokenlist.h
version.h Incremented version to "1.58 dev" (1.57.99) 2012-11-04 15:49:18 +01:00
version.rc