cppcheck/lib
Greg Hewgill 70b4076111 refactor noMemset so it recursively checks parent classes for non-memset-compatible things 2011-03-09 21:29:30 +13:00
..
check.h astyle formatting 2011-02-03 22:20:59 +01:00
checkautovariables.cpp convert some of the checks in CheckAutoVariables to use the variable symbol table 2011-03-02 21:21:46 -05:00
checkautovariables.h Fixed #2558 (false positive: (error) Returning reference to auto variable) 2011-02-12 15:39:26 +01:00
checkbufferoverrun.cpp Fixed #2634 (False positive: buffer access out of bounds) 2011-03-08 19:49:56 +01:00
checkbufferoverrun.h CheckBufferOverrun: Refactoring. Broke out checkScope code for parsing 'for' bodies 2011-02-10 21:56:06 +01:00
checkclass.cpp refactor noMemset so it recursively checks parent classes for non-memset-compatible things 2011-03-09 21:29:30 +13:00
checkclass.h refactor noMemset so it recursively checks parent classes for non-memset-compatible things 2011-03-09 21:29:30 +13: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 Fixed #2633 (False positive: Memory leak for tree node) 2011-03-07 20:17:52 +01:00
checkmemoryleak.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checknullpointer.cpp Refactoring of the CheckNullPointer::isPointer. Use the symbol database. Ticket: #2629 2011-03-06 21:23:33 +01: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 update the message when bcopy function is used 2011-02-23 00:27:50 +01:00
checkother.cpp Incorrect string compare: reduce noise when using strncmp on string literal 2011-03-07 21:37:13 +01:00
checkother.h full implementation of switch case fall through 2011-03-05 00:45:57 +13: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 convert CheckStl::size() to use symbol database, fix false positives, and remove inconclusive 2011-03-07 19:49:43 -05:00
checkstl.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkuninitvar.cpp fix 2011-02-26 20:08:37 +01: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 Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +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 Merge branch 'unmatched-suppressions' 2011-02-17 21:46:43 +13:00
cppcheck.h implement unmatchedSuppression information message 2011-02-16 23:02:37 +13:00
errorlogger.cpp implement unmatchedSuppression information message 2011-02-16 23:02:37 +13:00
errorlogger.h error logger: explain the severities better 2011-03-06 14:26:02 +01: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
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 Move sameFileName() method to Path class. 2011-01-18 19:58:16 +02:00
path.h Move sameFileName() method to Path class. 2011-01-18 19:58:16 +02:00
preprocessor.cpp Preprocessor: made sure string::iterator is valid after string::erase 2011-03-07 22:00:30 +01:00
preprocessor.h Fixed #2575 (false positive: Preprocessor does not ignore #include within #if 0 block) 2011-02-26 10:04:38 -08:00
settings.cpp be sure to list unmatched suppressions only for the currently processed file 2011-02-17 21:46:14 +13:00
settings.h be sure to list unmatched suppressions only for the currently processed file 2011-02-17 21:46:14 +13:00
symboldatabase.cpp fix null pointer dereference found by clang++ --analyze 2011-03-08 20:14:46 -05:00
symboldatabase.h Symbol database: variable fix. ticket: #2629 2011-03-06 21:21:42 +01: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 copy all flag fields in a Token 2011-03-07 20:04:25 -05:00
token.h copy all flag fields in a Token 2011-03-07 20:04:25 -05:00
tokenize.cpp fix #2630 (segmentation fault of cppcheck ( typedef ... ) 2011-03-08 20:24:57 -05:00
tokenize.h Fixed #2575 (false positive: Preprocessor does not ignore #include within #if 0 block) 2011-02-26 10:04:38 -08:00