cppcheck/lib
Robert Reif 7502cea4d3 Fixed #2554 (simplifyTypedef: wrong simplification for sizeof(array)) 2011-02-08 19:47:14 -05:00
..
check.h astyle formatting 2011-02-03 22:20:59 +01:00
checkautovariables.cpp checkautovariables: refactor to use the symbol database 2011-02-07 19:26:34 -05: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 Use Token::simpleMatch where no special patterns are needed 2011-02-02 13:27:02 -06: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 Use Token::simpleMatch where no special patterns are needed 2011-02-02 13:27:02 -06: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 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 #2555 (Cppcheck 1.47 - Crash on WinMerge-Trunk (Win7 x64)) 2011-02-08 20:18:15 +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 #2533 (false positive: (error) Uninitialized variable: cBuffer) 2011-02-03 22:29:32 +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
checkobsoletefunctions.h initialise Check::_name in constructor rather than relying on virtual Check::name() 2011-02-02 22:58:25 +13:00
checkother.cpp Fixed #2550 (Bad substr/strncmp comparison) 2011-02-08 19:49:29 +01:00
checkother.h Fixed #2550 (Bad substr/strncmp comparison) 2011-02-08 19:49:29 +01:00
checkpostfixoperator.cpp Clarify few verbose messages. 2011-02-04 11:10:24 +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 Clarify few verbose messages. 2011-02-04 11:10:24 +02: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
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 1.47: Updated versions 2011-02-06 12:05:42 +01:00
cppcheck.h
errorlogger.cpp Fixed #2544 (XML output does not specify encoding used) 2011-02-04 20:14:19 +01:00
errorlogger.h xml2: added <errors> element 2011-02-02 18:46:07 +01:00
executionpath.cpp Use Token::simpleMatch where no patterns are used 2011-02-02 13:27:01 -06:00
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
preprocessor.cpp Fixed #2552 (preprocessor check XX is already guaranteed to be defined -- too eager?) 2011-02-07 20:26:29 +01:00
preprocessor.h
settings.cpp
settings.h
symboldatabase.cpp Fixed #2547 (segmentation fault of cppcheck) 2011-02-05 08:59:59 +01:00
symboldatabase.h Fixed #2537 (segmentation fault of cppcheck) 2011-02-03 07:57:10 +01:00
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Fixed #2554 (simplifyTypedef: wrong simplification for sizeof(array)) 2011-02-08 19:47:14 -05:00
tokenize.h Fixed #2530 (Tokenizer: Remove redundant 'MyClass::' inside MyClass class declaration) 2011-02-02 07:40:08 +01:00