.. |
check.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
checkautovariables.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkautovariables.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkbufferoverrun.cpp
|
Borland C++: Fixed compiler errors. When using 'a?b:c', Borland requires that b and c are the same type
|
2010-06-19 08:52:14 +02:00 |
checkbufferoverrun.h
|
astyle formatting
|
2010-06-02 18:09:25 +02:00 |
checkclass.cpp
|
Class checking: Fixed FP for static arrays (not initialized in constructor)
|
2010-06-29 12:51:18 +02:00 |
checkclass.h
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
checkdangerousfunctions.cpp
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
checkdangerousfunctions.h
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
checkexceptionsafety.cpp
|
Code cleanup: Removed autodealloc handling
|
2010-05-16 07:15:31 +02:00 |
checkexceptionsafety.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkmemoryleak.cpp
|
Fixed #1820 (False positive: memory leak (auto deallocated class))
|
2010-07-05 14:01:25 +02:00 |
checkmemoryleak.h
|
Fixed #1789 (false positive: memory leak (reallocation in subfunction through parameter))
|
2010-06-16 22:29:55 -03:00 |
checkother.cpp
|
Fixed #1818 (False positive: Dangerous usage of strncpy (copying a constant string))
|
2010-07-05 12:45:39 +02:00 |
checkother.h
|
Fixed #157 (Forgetting to put a break in a switch statement)
|
2010-06-30 00:10:30 -07:00 |
checkstl.cpp
|
Fixed #1545 (new check: usage of iterator pointing to invalid memory after reserve)
|
2010-06-15 19:53:09 +02:00 |
checkstl.h
|
Fixed #1680 (Bad iterators checks fail to detect invalidation of iterator for deletion by value)
|
2010-05-15 19:46:42 +02:00 |
checkunusedfunctions.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkunusedfunctions.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
classinfo.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
cppcheck.cpp
|
updated --help output. The --enable is used to enable additional checks.
|
2010-06-02 21:34:03 +02:00 |
cppcheck.h
|
2 pass checking: broke out Cppcheck::analyseFile. To be used for tests
|
2010-05-21 21:06:11 +02:00 |
errorlogger.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
errorlogger.h
|
Refactoring: Removed 'possibleError'
|
2010-05-16 19:57:41 +02:00 |
executionpath.cpp
|
Fixed #1725 (segfault in ExecutionPath::bailOutVar (probably caused by #1721 fix))
|
2010-06-05 09:45:35 +02:00 |
executionpath.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
filelister.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_unix.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_unix.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_win32.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_win32.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
lib.pri
|
removed the deprecated checkheaders
|
2010-06-15 16:56:04 +02:00 |
lib.vcproj
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
lib.vcxproj
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
lib.vcxproj.filters
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
mathlib.cpp
|
astyle formatting
|
2010-05-14 18:40:37 +02:00 |
mathlib.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
preprocessor.cpp
|
Preprocessor: Reduce copy/pasted code
|
2010-06-20 18:41:45 +02:00 |
preprocessor.h
|
Fix #1585 (--append doesn't work with TAB formating)
|
2010-04-15 22:45:38 +02:00 |
settings.cpp
|
Added some multipass checking for the uninitialized variables. It is still experimental. You can activate it with the '--test-2-pass' switch. Some more refactorings are needed to make it truly usable, the main thing is to make it thread safe.
|
2010-05-21 19:35:18 +02:00 |
settings.h
|
Added some multipass checking for the uninitialized variables. It is still experimental. You can activate it with the '--test-2-pass' switch. Some more refactorings are needed to make it truly usable, the main thing is to make it thread safe.
|
2010-05-21 19:35:18 +02:00 |
token.cpp
|
variable usage: fix false positives when __attribute__ is used. Ticket: #1792
|
2010-06-16 18:04:31 +02:00 |
token.h
|
Fixed #1792 (false positive: Variable 'test' is assigned a value that is never used)
|
2010-06-14 15:46:57 +02:00 |
tokenize.cpp
|
Fixed #1817 (False positive: Resource leak (casting))
|
2010-07-05 13:16:33 +02:00 |
tokenize.h
|
Fixed #1816 (Tokenizer: remove restrict keyword)
|
2010-06-30 08:10:39 +02:00 |