.. |
check.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
Buffer Overrun: Fixed false positive when variable is reassigned in called function
|
2010-07-05 22:19:27 +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
|
…
|
|
checkdangerousfunctions.cpp
|
…
|
|
checkdangerousfunctions.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #1789 (false positive: memory leak (reallocation in subfunction through parameter))
|
2010-07-06 21:36:50 +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 #1729 (False positive: variable is assigned a value that is never used (pointer aliasing))
|
2010-07-07 08:26:24 +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
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
classinfo.h
|
…
|
|
cppcheck.cpp
|
updated --help output. The --enable is used to enable additional checks.
|
2010-06-02 21:34:03 +02:00 |
cppcheck.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
Fixed #1824 (false positive: unitialised variable)
|
2010-07-06 13:18:28 +02:00 |
executionpath.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
filelister.cpp
|
…
|
|
filelister.h
|
…
|
|
filelister_unix.cpp
|
…
|
|
filelister_unix.h
|
…
|
|
filelister_win32.cpp
|
…
|
|
filelister_win32.h
|
…
|
|
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
|
…
|
|
mathlib.h
|
…
|
|
preprocessor.cpp
|
Preprocessor: Reduce copy/pasted code
|
2010-06-20 18:41:45 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
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 #1829 (### Internal error in Cppcheck. Please report it.)
|
2010-07-07 07:40:11 +02:00 |
tokenize.h
|
Fixed #1816 (Tokenizer: remove restrict keyword)
|
2010-06-30 08:10:39 +02:00 |