cppcheck/lib
Zachary Blair 2645e96783 Applied review suggestions for Ticket #568 2010-06-03 22:42:54 -07: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 Applied review suggestions for Ticket #568 2010-06-03 22:42:54 -07:00
checkbufferoverrun.h astyle formatting 2010-06-02 18:09:25 +02: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 Fixed #1719 (False negative: memory leak (fgets in condition)) 2010-05-31 18:20:34 +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 Fixed #1723 (Variable assigned value which is never used but is thrown) 2010-06-03 07:05:57 +02:00
checkother.h Fixed Visual Studio 2010 warning 2010-05-30 10:44:03 +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 updated --help output. The --enable is used to enable additional checks. 2010-06-02 21:34:03 +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 Fixed #1721 (False negative: uninitialized variable in switch block) 2010-06-03 20:02:58 +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
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 #1723 (Variable assigned value which is never used but is thrown) 2010-06-03 07:05:57 +02:00
tokenize.h Tokenizer: simplify loops that continue while errno is EINTR 2010-05-30 12:49:39 +02:00