.. |
check.h
|
…
|
|
checkautovariables.cpp
|
Fixed #1819 (False positive: auto variable assignment (unseen typedef))
|
2010-10-22 21:12:56 +02:00 |
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #2132 (Internal error. Token::Match called with varid 0.)
|
2010-10-26 18:10:03 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Fixed #2111 (Class methods writing to a union are detected as 'can be const')
|
2010-10-24 16:43:10 +02:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
checkmemoryleak.cpp
|
Fixed #2129 (Invalid dereference after release report)
|
2010-10-26 17:49:48 +02:00 |
checkmemoryleak.h
|
Activated checking of .java and .cs files
|
2010-10-19 21:54:15 +02:00 |
checkobsoletefunctions.cpp
|
JAVA: better handling of java code
|
2010-10-20 22:15:35 +02:00 |
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Fixed #2134 (sizeof(*list) complains of null pointer dereference)
|
2010-10-26 18:26:02 +02:00 |
checkother.h
|
null pointer: use simplified token list in the 'check and deref' checking
|
2010-10-25 21:05:43 +02:00 |
checkpostfixoperator.cpp
|
Fixed #2116 (Internal error. Token::Match called with varid 0)
|
2010-10-21 21:28:32 +02:00 |
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
Stl: improved check for dangerous usage of c_str
|
2010-10-19 20:21:58 +02:00 |
checkstl.h
|
STL: check for dangerous usage of string::c_str(). Ticket: #1116
|
2010-10-17 19:18:46 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
errorlogger.cpp
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
errorlogger.h
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
executionpath.cpp
|
Execution Path: Fixed FP in improved handling of loop bodies
|
2010-10-24 19:14:40 +02:00 |
executionpath.h
|
Fixed #2125 (uninitialized variable: better handling of for loops)
|
2010-10-24 18:12:48 +02:00 |
filelister.cpp
|
Objective C: activate checking of .m and .mm files. The normal checking is used.
|
2010-10-20 21:09:07 +02:00 |
filelister.h
|
…
|
|
filelister_unix.cpp
|
…
|
|
filelister_unix.h
|
…
|
|
filelister_win32.cpp
|
…
|
|
filelister_win32.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #2105 (Incorrect operator: mutual exclusion over ||)
|
2010-10-24 18:14:21 -07:00 |
token.h
|
Fixed #2105 (Incorrect operator: mutual exclusion over ||)
|
2010-10-24 18:14:21 -07:00 |
tokenize.cpp
|
JAVA: better handling of java code
|
2010-10-20 22:15:35 +02:00 |
tokenize.h
|
ClassInfo: Removed unused functionality
|
2010-10-08 19:43:41 +02:00 |