cppcheck/lib
Robert Reif 6eb16e0f16 Fixed #1640 (False negative: Unused value (variable is assigned but never read)) 2010-05-01 21:15:14 +02:00
..
check.h --errorlist : don't show inconclusive messages in the output because those are disabled 2010-04-24 19:40:48 +02:00
checkautovariables.cpp
checkautovariables.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkbufferoverrun.cpp Fixed Cppcheck warning about possible null pointer dereference 2010-05-01 11:55:26 +02:00
checkbufferoverrun.h Fixed #836 (buffer overrun: memmove) 2010-04-24 21:48:58 +02:00
checkclass.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkclass.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07: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 Fixed #1616 (false positive - Upon exception there is a memory leak) 2010-04-24 14:51:10 +02:00
checkexceptionsafety.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkheaders.cpp
checkheaders.h
checkmemoryleak.cpp Fixed #1628 (false negative: memory leak when using redundant braces) 2010-04-27 20:43:31 +02:00
checkmemoryleak.h Fixed #1440 (false negative: memory leak (function parameters)) 2010-04-24 22:24:03 +02:00
checkother.cpp Fixed #1640 (False negative: Unused value (variable is assigned but never read)) 2010-05-01 21:15:14 +02:00
checkother.h Fixed #1626 ('Unusual pointer arithmetic' false positive) 2010-04-26 21:43:01 +02:00
checkstl.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkstl.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp Borland C++: Fixed compiler errors 2010-04-17 07:25:53 +02:00
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Fixed #1632 (false positive: unintialized variable) 2010-04-28 21:33:11 +02:00
executionpath.h Fixed #1632 (false positive: unintialized variable) 2010-04-28 21:33:11 +02:00
filelister.cpp
filelister.h
filelister_unix.cpp
filelister_unix.h
filelister_win32.cpp
filelister_win32.h
lib.pri
lib.vcproj
lib.vcxproj Added Visual Studio 2010 soultion and project files 2010-04-14 12:05:10 +02:00
lib.vcxproj.filters Added Visual Studio 2010 soultion and project files 2010-04-14 12:05:10 +02:00
mathlib.cpp
mathlib.h
preprocessor.cpp Fix #1585 (--append doesn't work with TAB formating) 2010-04-15 22:45:38 +02:00
preprocessor.h Fix #1585 (--append doesn't work with TAB formating) 2010-04-15 22:45:38 +02:00
settings.cpp Refactoring: Refactoring the Settings class 2010-04-17 09:23:54 +02:00
settings.h Refactoring: Refactoring the Settings class 2010-04-17 09:23:54 +02:00
token.cpp CheckBufferOverrun: Fixed false positives caused by refactorings 2010-04-22 19:22:23 +02:00
token.h
tokenize.cpp Fixed #1574 (chain assignments could be simplified) 2010-05-01 15:28:35 +07:00
tokenize.h Fixed #1574 (chain assignments could be simplified) 2010-05-01 15:28:35 +07:00