.. |
CMakeLists.txt
|
Determination of rule support in CMake scripts (bug #2679, #2524)
|
2011-04-02 13:25:18 +02:00 |
check.h
|
astyle formatting
|
2011-02-03 22:20:59 +01:00 |
checkautovariables.cpp
|
refactor symbol database and checks to use list of Scope rather than list of Scope pointers
|
2011-03-10 19:43:29 -05:00 |
checkautovariables.h
|
Fixed #2558 (false positive: (error) Returning reference to auto variable)
|
2011-02-12 15:39:26 +01:00 |
checkbufferoverrun.cpp
|
Spell checks
|
2011-03-30 16:45:31 +02:00 |
checkbufferoverrun.h
|
CheckBufferOverrun: Refactoring. Broke out checkScope code for parsing 'for' bodies
|
2011-02-10 21:56:06 +01:00 |
checkclass.cpp
|
change CheckClass::operatorEqToSelf to make better use of the symbol database
|
2011-03-31 19:53:35 -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
|
Fixed #2673 (false positive: memory leak (address stored in list))
|
2011-03-24 17:14:12 +01:00 |
checkmemoryleak.h
|
Fixed #2662 (Segfault: overloaded function call function with same name)
|
2011-03-23 18:45:47 +01:00 |
checknullpointer.cpp
|
Null pointer: cleanup the code. Ticket: #2642
|
2011-04-03 21:55:21 +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
|
update the message when bcopy function is used
|
2011-02-23 00:27:50 +01:00 |
checkother.cpp
|
Clarify calculation: Added warnings for << and >>
|
2011-04-03 22:12:22 +02:00 |
checkother.h
|
Clarify calculation: Added warnings for << and >>
|
2011-04-03 22:12:22 +02: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
|
Spell checks
|
2011-03-30 16:45:31 +02:00 |
checkstl.h
|
add support for checking struct/class member container in CheckStl::size()
|
2011-03-28 19:31:23 -04: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
|
run astyle
|
2011-03-22 19:20:05 -04: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 |
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
|
Improve/cleanup Path::removeQuotationMarks().
|
2011-03-30 21:46:41 +03:00 |
path.h
|
Add Path::removeQuotationMarks() to clean path.
|
2011-03-28 22:14:19 +03:00 |
preprocessor.cpp
|
Spell checks
|
2011-03-30 16:45:31 +02:00 |
preprocessor.h
|
fixed doxygen warnings about undocumented function parameters
|
2011-03-31 19:16:43 +02:00 |
settings.cpp
|
Allow suppressing all warnings (using *) for specified file or files
|
2011-03-10 22:00:48 +13:00 |
settings.h
|
fixed doxygen warnings about undocumented function parameters
|
2011-03-31 19:16:43 +02:00 |
symboldatabase.cpp
|
symbol database: add support for anonymous struct and union
|
2011-03-31 20:54:23 -04:00 |
symboldatabase.h
|
symbol database: improve function argument count and default argument count
|
2011-03-30 21:59:43 -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 #2665 (Slightly sped-up how Token::Match() parses patterns)
|
2011-03-22 00:15:12 -07:00 |
token.h
|
copy all flag fields in a Token
|
2011-03-07 20:04:25 -05:00 |
tokenize.cpp
|
Tokenizer: execute the simplifyIfNot and simplifyIfNotNull in the normal token list. ticket #2642
|
2011-04-02 21:21:05 +02:00 |
tokenize.h
|
Spell checks
|
2011-03-30 16:45:31 +02:00 |