cppcheck/lib
Daniel Marjamäki 71453871d4 Fixed #1989 (false positive: Variable 'Aux13' is assigned a value that is never used) 2010-08-28 13:32:43 +02:00
..
check.h cleanup headers 2010-07-31 08:52:28 +02:00
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp Fixed #1948 (C++ class scoping not followed) 2010-08-24 22:04:14 +02:00
checkbufferoverrun.h Fixed #1487 (fix gcc compiler warnings) 2010-08-06 21:02:43 +02:00
checkclass.cpp Symbol database: Refactorings. Ticket: #1895 2010-08-28 11:23:23 +02:00
checkclass.h Symbol database: Refactorings. Ticket: #1895 2010-08-28 11:23:23 +02:00
checkdangerousfunctions.cpp dangerous functions: removed 'scanf' because it can be used in a safe way 2010-08-14 07:50:35 +02:00
checkdangerousfunctions.h dangerous functions: removed 'scanf' because it can be used in a safe way 2010-08-14 07:50:35 +02:00
checkexceptionsafety.cpp cleanup headers 2010-07-31 08:52:28 +02:00
checkexceptionsafety.h
checkmemoryleak.cpp Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
checkmemoryleak.h
checkobsoletefunctions.cpp Fixed #1941 (Internal error::Space Info::getVarList found variable with varid 0) 2010-08-16 18:51:25 +02:00
checkobsoletefunctions.h Fixed #1941 (Internal error::Space Info::getVarList found variable with varid 0) 2010-08-16 18:51:25 +02:00
checkother.cpp Fixed #1945 (False positives when a for loop header is in a macro) 2010-08-26 21:57:48 +02:00
checkother.h Reverted 7398453cb0 2010-08-15 21:25:14 +02:00
checkstl.cpp Fixed #1946 ('Dereferenced iterator erased' false positive) 2010-08-17 18:56:11 +02:00
checkstl.h
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
cppcheck.h Refactoring: Cppcheck::reportProgress needs to call _errorLogger::reportProgress. Ticket: #1625 2010-08-08 08:46:47 +02:00
errorlogger.cpp ErrorLogger: Added better \n handling to the XML output 2010-08-14 18:36:36 +02:00
errorlogger.h Visual Studio: Fixed warnings 2010-08-06 17:32:16 +02:00
executionpath.cpp quick fix for #1969 (False positive: Uninitialized variable when exit() is called before variable is used.) 2010-08-26 23:11:04 +02:00
executionpath.h
filelister.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:43:06 +02:00
filelister.h
filelister_unix.cpp cleanup headers 2010-07-31 08:52:28 +02:00
filelister_unix.h
filelister_win32.cpp Windows: convert to internal separators when finding files. 2010-07-26 22:16:19 +03:00
filelister_win32.h
lib.pri Fixed #1933 (Add checks for obsolete functions) 2010-08-14 20:13:46 +02:00
lib.vcproj updates of Visual Studio files 2010-08-20 17:59:09 +02:00
lib.vcxproj updates of Visual Studio files 2010-08-20 17:59:09 +02:00
lib.vcxproj.filters
mathlib.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
mathlib.h gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
path.cpp
path.h
preprocessor.cpp Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
preprocessor.h gcc: Fixed some compiler warnings when using -Wsign-conversion. Ticket: #1487 2010-08-06 19:38:21 +02:00
settings.cpp Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
settings.h Added --debug-warnings that we can use to enable various debug warnings 2010-08-27 20:28:00 +02:00
token.cpp Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
token.h Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
tokenize.cpp Fixed #1989 (false positive: Variable 'Aux13' is assigned a value that is never used) 2010-08-28 13:32:43 +02:00
tokenize.h Tokenizer::simplifyTypedef: Report about unhandled typedefs. Ticket: #1821 2010-08-26 20:44:13 +02:00