cppcheck/lib
Daniel Marjamäki 37ae4692bb Uninitialized variables: fixed false negative when using uninitialized variable inside malloc call 2010-05-30 10:30:51 +02:00
..
check.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
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp astyle formatting 2010-05-29 11:19:56 +02:00
checkbufferoverrun.h Fixed #168 (buffer overflow: not enough room for the null terminator) 2010-05-26 01:56:34 -07:00
checkclass.cpp the virtual destructor error message needs to be restricted. marked the checking as inconclusive for now. 2010-05-29 11:19:28 +02:00
checkclass.h Refactoring: Removed Severity::possibleStyle 2010-05-16 14:43:42 +02:00
checkdangerousfunctions.cpp
checkdangerousfunctions.h
checkexceptionsafety.cpp Code cleanup: Removed autodealloc handling 2010-05-16 07:15:31 +02:00
checkexceptionsafety.h
checkheaders.cpp
checkheaders.h
checkmemoryleak.cpp Memory leaks: small fixes. add checking of 'g_fopen'. don't let 'fclose' calls be interpreted as 'callfunc' 2010-05-29 21:56:18 +02:00
checkmemoryleak.h Fixed #1649 (add a warning for potential memory leaks when using realloc) 2010-05-17 22:46:48 -07:00
checkother.cpp Uninitialized variables: fixed false negative when using uninitialized variable inside malloc call 2010-05-30 10:30:51 +02:00
checkother.h Fixed #1704 (false negative: null pointer dereference) 2010-05-26 19:16:42 +02:00
checkstl.cpp Refactoring: Removed Severity::possibleStyle 2010-05-16 14:43:42 +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
checkunusedfunctions.h
classinfo.h
cppcheck.cpp 2 pass checking: broke out Cppcheck::analyseFile. To be used for tests 2010-05-21 21:06:11 +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
errorlogger.h Refactoring: Removed 'possibleError' 2010-05-16 19:57:41 +02:00
executionpath.cpp ExecutionPath: Better handling of 'FOREACH (..) {}' 2010-05-30 09:00:18 +02:00
executionpath.h
filelister.cpp
filelister.h
filelister_unix.cpp
filelister_unix.h
filelister_win32.cpp
filelister_win32.h
lib.pri
lib.vcproj
lib.vcxproj
lib.vcxproj.filters
mathlib.cpp astyle formatting 2010-05-14 18:40:37 +02:00
mathlib.h
preprocessor.cpp Fixed #1698 (Add define support to GUI) 2010-05-21 09:49:57 +02:00
preprocessor.h
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
token.h
tokenize.cpp Fixed #1716 (Wrong reporting of leak with close() in a while loop condition) 2010-05-29 22:20:10 +02:00
tokenize.h Fixed #1711 (Wrong typedef name shown when struct declared with __attribute__) 2010-05-27 18:15:42 +02:00