..
check.h
astyle formatting
2011-02-03 22:20:59 +01:00
checkautovariables.cpp
Use Token::simpleMatch where no patterns are used
2011-02-02 13:27:01 -06: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
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
Use Token::simpleMatch where no special patterns are needed
2011-02-02 13:27:02 -06: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
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
Clarify few verbose messages.
2011-02-04 11:10:24 +02: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
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
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
Try to match custom rules as many times as possible, not just once
2011-02-02 13:27:02 -06: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
Use Token::simpleMatch where no patterns are used
2011-02-02 13:27:01 -06: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
Use Token::simpleMatch where no patterns are used
2011-02-02 13:27:01 -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
Fixed #2537 (segmentation fault of cppcheck)
2011-02-03 07:57:10 +01:00
symboldatabase.h
Fixed #2537 (segmentation fault of cppcheck)
2011-02-03 07:57:10 +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 #2536 (cppcheck hangs with 100% cpu load)
2011-02-03 07:58:49 +01:00
tokenize.h
Fixed #2530 (Tokenizer: Remove redundant 'MyClass::' inside MyClass class declaration)
2011-02-02 07:40:08 +01:00