.. |
check.h
|
DJGPP: fix runtime errors because list is destroyed before objects
|
2009-11-28 19:43:13 +01:00 |
checkautovariables.cpp
|
Auto variables: Improved handling of temporaries
|
2010-01-27 19:16:32 +01:00 |
checkautovariables.h
|
Auto variables: Improved handling of temporaries
|
2010-01-27 19:16:32 +01:00 |
checkbufferoverrun.cpp
|
Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct)
|
2010-02-21 15:23:50 +01:00 |
checkbufferoverrun.h
|
Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct)
|
2010-02-21 15:23:50 +01:00 |
checkclass.cpp
|
Fixed #1451 (false positive: operator = should return reference to self)
|
2010-02-25 07:26:59 +01:00 |
checkclass.h
|
astyle fix
|
2010-02-14 21:46:40 +02:00 |
checkdangerousfunctions.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
checkdangerousfunctions.h
|
Reformatting the --doc output to work better in the wiki
|
2010-01-17 14:56:56 +01:00 |
checkexceptionsafety.cpp
|
Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function))
|
2009-12-21 20:04:55 +01:00 |
checkexceptionsafety.h
|
Reformatting the --doc output to work better in the wiki
|
2010-01-17 14:56:56 +01:00 |
checkheaders.cpp
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
checkheaders.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
checkmemoryleak.cpp
|
Fixed #1407 (false positive memory leak when returning pointer to the allocated memory)
|
2010-02-20 10:17:45 +01:00 |
checkmemoryleak.h
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
checkother.cpp
|
Fixed #1442 (false positive: getting offset instead of dereferencing a null pointer)
|
2010-02-22 21:30:21 +01:00 |
checkother.h
|
astyle formatting
|
2010-02-18 19:55:47 +01:00 |
checkstl.cpp
|
fixed null pointer dereference when using --errorlist
|
2010-02-06 19:45:56 +01:00 |
checkstl.h
|
updated --doc output about new checks in 1.40
|
2010-01-27 19:25:48 +01:00 |
checkunusedfunctions.cpp
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
checkunusedfunctions.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
classinfo.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
cppcheck.cpp
|
Fix comment.
|
2010-02-26 13:21:27 +02:00 |
cppcheck.h
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
errorlogger.cpp
|
Fixed #854 (invalid XML generated for folders containing &)
|
2009-10-27 22:10:14 +01:00 |
errorlogger.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
executionpath.cpp
|
Fixed #1402 (false positive: uninitialized variable)
|
2010-02-20 09:35:57 +01:00 |
executionpath.h
|
ExecutionPath: Refactoring. Removed the bailOut variable
|
2009-12-29 09:30:02 +01:00 |
filelister.cpp
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
filelister.h
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
lib.pri
|
dmake: generate the lib/lib.pri file
|
2010-02-23 21:27:01 +01:00 |
mathlib.cpp
|
Refactoring: Using string::compare instead of strncmp
|
2010-02-19 07:29:27 +01:00 |
mathlib.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
preprocessor.cpp
|
Fixed #1448 (Trying to check Unicode file prints confusing error)
|
2010-02-27 13:08:59 +01:00 |
preprocessor.h
|
wrote comments about the preprocessor
|
2010-01-13 21:50:44 +01:00 |
settings.cpp
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
settings.h
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
token.cpp
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
token.h
|
Refactoring: Use std::string instead of const char *
|
2010-02-14 19:58:17 +01:00 |
tokenize.cpp
|
Fixed #1456 (PATCH: Variable hides typedef with same name false positive)
|
2010-02-27 07:27:51 +01:00 |
tokenize.h
|
Fixed #1396 (false positive: Resource leak)
|
2010-02-21 09:47:41 +01:00 |