cppcheck/lib
Raphael Geissert d592250284 Fix sizeof sizeof check to handle sizeof(sizeof type) 2011-02-02 11:49:32 -06:00
..
check.h use instances of less<Check *> to compare pointers for list::sort() 2011-02-02 22:58:25 +13:00
checkautovariables.cpp Refactoring: Check if type is class/struct through symbol database 2011-01-16 19:57:29 +01:00
checkautovariables.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkbufferoverrun.cpp Fixed #1952 (false negative: buffer acces out of bounds with memcpy) 2011-01-22 21:31:26 +01:00
checkbufferoverrun.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkclass.cpp initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkclass.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkexceptionsafety.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkexceptionsafety.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkmemoryleak.cpp Memory leaks: less conservative checking of classes. ticket: #2517 2011-01-30 08:38:20 +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 Fixed #2525 (False positive 'Possible null pointer dereference') 2011-01-31 17:30:27 +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 initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkother.cpp Fix sizeof sizeof check to handle sizeof(sizeof type) 2011-02-02 11:49:32 -06:00
checkother.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkpostfixoperator.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02: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 Fixed #2488 (false positive with updating iterator in a for loop) 2011-01-20 20:48:35 +01: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 Fixed #2467 (false positive: possible nullptr dereference) 2011-01-17 19:23:00 +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 Convert "too many configurations" message to information message. 2011-02-01 17:53:30 +02:00
cppcheck.h Fix doxgen comment. 2011-01-13 23:25:17 +02:00
errorlogger.cpp xml2: added <errors> element 2011-02-02 18:46:07 +01:00
errorlogger.h xml2: added <errors> element 2011-02-02 18:46:07 +01:00
executionpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
executionpath.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
lib.pri Move filelister* to cli. 2011-01-18 19:58:49 +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 Formatting, sorry 2011-01-30 20:37:37 -06:00
preprocessor.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
symboldatabase.cpp Symbol database: better unit testing. ticket: #2468 2011-01-28 08:33:02 +01:00
symboldatabase.h Symbol database: better unit testing. ticket: #2468 2011-01-28 08:33:02 +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 Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
tokenize.cpp Fixed #2530 (Tokenizer: Remove redundant 'MyClass::' inside MyClass class declaration) 2011-02-02 07:40:08 +01:00
tokenize.h Fixed #2530 (Tokenizer: Remove redundant 'MyClass::' inside MyClass class declaration) 2011-02-02 07:40:08 +01:00