cppcheck/lib
Robert Reif e8eb20c6ef fix debug warning for function parameters with template with varid of 0 2011-04-28 20:53:31 -04:00
..
CMakeLists.txt Determination of rule support in CMake scripts (bug #2679, #2524) 2011-04-02 13:25:18 +02:00
check.h Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError. 2011-04-14 18:02:01 +02:00
checkautovariables.cpp fix false positive introduced in CheckAutoVariables::autoVariables conversion to use symbol database 2011-04-26 20:16:09 -04:00
checkautovariables.h convert last check in checkautovariables to use the symbol database 2011-04-23 09:50:56 -04:00
checkbufferoverrun.cpp Renamed Settings::stupid to Settings::experimental 2011-04-10 15:55:08 +02:00
checkbufferoverrun.h CheckBufferOverrun: Refactoring. Broke out checkScope code for parsing 'for' bodies 2011-02-10 21:56:06 +01:00
checkclass.cpp fix spelling of initialized in checkclass messages 2011-04-26 20:37:16 -04:00
checkclass.h change CheckClass::operatorEqToSelf to make better use of the symbol database 2011-03-31 19:53:35 -04:00
checkexceptionsafety.cpp Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message. 2011-02-06 02:01:14 -08:00
checkexceptionsafety.h Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message. 2011-02-06 02:01:14 -08:00
checkmemoryleak.cpp Memory leaks: Fixed TODO test case. Ticket: #2733 2011-04-20 17:16:09 +02:00
checkmemoryleak.h Fixed #2662 (Segfault: overloaded function call function with same name) 2011-03-23 18:45:47 +01:00
checknullpointer.cpp Refactoring: Use %op% 2011-04-09 18:44:07 +02:00
checknullpointer.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkobsoletefunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkobsoletefunctions.h Obsolete functions: Fix messages for gethostbyaddr, gethostbyname 2011-04-07 00:33:54 +02:00
checkother.cpp Fixed #2722 (new check: statement that is always true (strcmp)) 2011-04-25 22:45:27 -07:00
checkother.h Fixed #2722 (new check: statement that is always true (strcmp)) 2011-04-25 22:45:27 -07:00
checkpostfixoperator.cpp Fixed #2608 ([lib/checkpostfixoperator.cpp:87]: (error) Possible null-pointer dereference: decltok) 2011-02-24 07:37:33 +01:00
checkpostfixoperator.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkstl.cpp fix 2011-04-28 19:08:18 -04:00
checkstl.h add support for checking struct/class member container in CheckStl::size() 2011-03-28 19:31:23 -04:00
checkuninitvar.cpp Fixed #2753 (False negative: dereference uninitialized pointer 'buf[0] = 0;') 2011-04-26 20:26:09 +02:00
checkuninitvar.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkunusedfunctions.cpp Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError. 2011-04-14 18:02:01 +02:00
checkunusedfunctions.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
cppcheck.cpp Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
cppcheck.h Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
errorlogger.cpp ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages 2011-04-16 13:42:48 +02:00
errorlogger.h Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
executionpath.cpp Fixed #2231 (uninitialized variable: undetected when initialization in for loop) 2011-02-19 20:19:46 +01:00
executionpath.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
lib.pri Change "tinyxml/tinyxml.h" includes into <tinyxml.h> and modify dmake to work with it. 2011-02-10 22:35:48 +02:00
library_sources.cmake Added CMake files 2011-03-25 07:14:53 +01:00
mathlib.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
mathlib.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
path.cpp astyle formatting 2011-04-27 18:30:37 +02:00
path.h Add Path::removeQuotationMarks() to clean path. 2011-03-28 22:14:19 +03:00
preprocessor.cpp Use tolowerWrapper wherever appropriate 2011-04-27 21:13:05 +12:00
preprocessor.h fixed doxygen warnings about undocumented function parameters 2011-03-31 19:16:43 +02:00
settings.cpp Renamed Settings::stupid to Settings::experimental 2011-04-10 15:55:08 +02:00
settings.h Renamed Settings::stupid to Settings::experimental 2011-04-10 15:55:08 +02:00
symboldatabase.cpp fix debug warning for function parameters with template with varid of 0 2011-04-28 20:53:31 -04:00
symboldatabase.h don't debug warn about class function definitions without body having missing varid on function parameters 2011-04-22 21:41:55 -04:00
timer.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
timer.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.cpp Fixed #2676 (setVarId: variables with global scope qualification :: don't get varids) 2011-04-18 06:56:39 +02:00
token.h Refactoring: add Token::isAssignmentOp and use it in CheckClass::checkConstFunc 2011-04-09 14:36:05 -04:00
tokenize.cpp fix #2745 (Enum vs local variable - conflict) 2011-04-23 22:08:03 -04:00
tokenize.h Fixed #2713 (False positive (Redundant assignment)) 2011-04-16 12:07:56 +02:00