cppcheck/lib
Edoardo Prezioso cf574072b6 Tokenizer::arraySize(): improve code structure, fixed 'tok2' for-looping which didn't stop to the ending '}' parenthesis. 2011-12-11 23:13:37 +01:00
..
check.h Reverted previous commit. There are testrunner problems when the code is removed. 2011-11-19 15:14:45 +01:00
check64bit.cpp code cleanups and refactorings 2011-11-26 21:15:16 +01:00
check64bit.h Check64BitPortability: Wiki formatting update 2011-12-10 18:41:09 +01:00
checkassignif.cpp Code cleanup 2011-12-09 21:00:57 +01:00
checkassignif.h Fixed Visual Studio compiler warnings 2011-12-01 18:32:14 +01:00
checkautovariables.cpp 1)internal check found a 'findmatch' with simple string argument; 2011-12-01 12:04:47 +01:00
checkautovariables.h
checkboost.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +01:00
checkboost.h
checkbufferoverrun.cpp CheckNullPointer::isPointerDeRef: Tweaks to reduce false warnings when inconclusive is used. 2011-12-11 08:48:55 +01:00
checkbufferoverrun.h Fixed #3168 (false negative: buffer overflow in subfunction) 2011-12-11 08:16:58 +01:00
checkclass.cpp Various code cleanups 2011-12-08 21:28:34 +01:00
checkclass.h
checkexceptionsafety.cpp Exception safety: refactorings, use the symbol database 2011-12-09 19:53:00 +01:00
checkexceptionsafety.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkinternal.cpp
checkinternal.h --doc : don't write internal checks in the doc output 2011-12-10 18:39:25 +01:00
checkmemoryleak.cpp Memory leaks: Code cleanups 2011-12-10 11:55:14 +01:00
checkmemoryleak.h Fixed #3267 (False positive (experimental): resource leak in vdr-xinelib) 2011-11-30 19:43:02 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp CheckNullPointer::isPointerDeRef: Tweaks to reduce false warnings when inconclusive is used. 2011-12-11 08:48:55 +01:00
checknullpointer.h
checkobsoletefunctions.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +01:00
checkobsoletefunctions.h
checkother.cpp Take symbol database into use or improve its usage in some checks. 2011-12-09 23:28:10 +02:00
checkother.h Fixed #3375 (Improve check: Detect unreachable code) 2011-12-03 11:43:23 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Memory leaks: Code cleanups 2011-12-10 11:55:14 +01:00
checkstl.h Fixed #3255 (Error message for std::string::c_str() is not descriptive) 2011-11-20 19:26:07 +01:00
checkuninitvar.cpp 1)internal check found a 'findmatch' with simple string argument; 2011-12-01 12:04:47 +01:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed #3336 (False positive: Member function is not used (used by template function)) 2011-12-03 12:19:26 +01:00
checkunusedfunctions.h Fixed #3336 (False positive: Member function is not used (used by template function)) 2011-12-03 12:19:26 +01:00
checkunusedvar.cpp Various code cleanups 2011-12-08 21:28:34 +01:00
checkunusedvar.h
cppcheck.cpp 1.52: Updated version 2011-12-10 12:55:40 +01:00
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Change every 'tokAt(..)->link()' to 'linkAt(..)'. 2011-11-20 14:24:27 +01:00
executionpath.h
lib.pri Add check for cppcheck's internal API usage (#3263) 2011-10-28 22:46:07 +02:00
mathlib.cpp Various code cleanups 2011-12-08 21:28:34 +01:00
mathlib.h
path.cpp code cleanups and refactorings 2011-11-26 21:02:04 +01:00
path.h code cleanups and refactorings 2011-11-26 21:02:04 +01:00
pcrerules.pri
preprocessor.cpp Merge pull request #67 from makulik/master 2011-12-10 02:44:01 -08:00
preprocessor.h
settings.cpp
settings.h Solution for ticket #3353 'Allow explicit undef's for configuration' 2011-11-30 20:24:01 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Change every 'tokAt(..)->link()' to 'linkAt(..)'. 2011-11-20 14:24:27 +01:00
symboldatabase.h DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
timer.cpp
timer.h
token.cpp 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
token.h 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
tokenize.cpp Tokenizer::arraySize(): improve code structure, fixed 'tok2' for-looping which didn't stop to the ending '}' parenthesis. 2011-12-11 23:13:37 +01:00
tokenize.h Improve labels simplification code, remove redundant checking. 2011-12-10 14:13:48 +01:00