cppcheck/lib
Richard Quirk b0574cd02e Fix ticket #2233 (unused private static function) 2011-11-23 21:28:08 +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 Change every 'tokAt(1)->' to 'next()->' because 'tokAt(1) == 0' is equivalent to 'next() == 0', hence the equivalent cppcheck crash. 2011-11-20 15:09:57 +01:00
check64bit.h
checkassignif.cpp Change every 'tokAt(..)->link()' to 'linkAt(..)'. 2011-11-20 14:24:27 +01:00
checkassignif.h improved error message 'mismatching comparison' 2011-11-18 20:07:42 +01:00
checkautovariables.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +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 astyle formatting 2011-11-20 16:50:41 +01:00
checkbufferoverrun.h DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
checkclass.cpp Fix ticket #2233 (unused private static function) 2011-11-23 21:28:08 +01:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkmemoryleak.cpp removed unused include 2011-11-22 19:54:15 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp checkMathFunctions: Refactoring the check 2011-10-22 12:31:47 +02:00
checknonreentrantfunctions.h
checknullpointer.cpp Fix false positives for null pointer on exit 2011-11-23 21:27:15 +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 DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
checkother.h Mismatching format string parameters. Made check experimental. See tickets #3311, #3313 and #3339 2011-11-21 07:31:06 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #3255 (Error message for std::string::c_str() is not descriptive) 2011-11-20 19:26:07 +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 Uninitvar: Made checking experimental 2011-11-20 15:19:56 +01:00
checkuninitvar.h
checkunusedfunctions.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +01:00
checkunusedfunctions.h
checkunusedvar.cpp Change every 'tokAt(..)->link()' to 'linkAt(..)'. 2011-11-20 14:24:27 +01:00
checkunusedvar.h
cppcheck.cpp Fixed #3347 (False positive: unused function (taking address)) 2011-11-21 19:12:54 +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
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Preprocessor: better handling of #define A 0 => #if A==0. ticket #3331 2011-11-17 19:19:43 +01:00
preprocessor.h
settings.cpp support any number of --append=<file> options 2011-11-15 19:27:36 +01:00
settings.h Optimize handling of --append=<file> option (execution time, memory) 2011-11-15 19:27:36 +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 DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
token.h DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
tokenize.cpp Tokenizer::setVarId: Fixed problem with class declarations with inheritance. skip them. 2011-11-21 21:18:56 +01:00
tokenize.h 1) Run runastyle; 2011-11-20 19:06:55 +01:00