cppcheck/lib
Daniel Marjamäki 4cd3e8fdc0 Refactoring: Reduced copy/pasted code 2010-06-20 19:03:59 +02:00
..
check.h doxygen: fixed error messages given by doxygen 2010-06-14 07:54:41 +02:00
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp Borland C++: Fixed compiler errors. When using 'a?b:c', Borland requires that b and c are the same type 2010-06-19 08:52:14 +02:00
checkbufferoverrun.h astyle formatting 2010-06-02 18:09:25 +02:00
checkclass.cpp Fixed #1783 (false positive: uninitalized variable in constructor/operator=, when calling overloaded functions) 2010-06-13 10:23:59 +02:00
checkclass.h
checkdangerousfunctions.cpp
checkdangerousfunctions.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #1789 (false positive: memory leak (reallocation in subfunction through parameter)) 2010-06-16 22:29:55 -03:00
checkmemoryleak.h Fixed #1789 (false positive: memory leak (reallocation in subfunction through parameter)) 2010-06-16 22:29:55 -03:00
checkother.cpp Refactoring: Reduced copy/pasted code 2010-06-20 19:03:59 +02:00
checkother.h Fixed #920 (new style check: find empty catch blocks) 2010-06-14 23:45:46 -07:00
checkstl.cpp Fixed #1545 (new check: usage of iterator pointing to invalid memory after reserve) 2010-06-15 19:53:09 +02:00
checkstl.h
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
errorlogger.cpp
errorlogger.h
executionpath.cpp Fixed #1725 (segfault in ExecutionPath::bailOutVar (probably caused by #1721 fix)) 2010-06-05 09:45:35 +02:00
executionpath.h doxygen: fixed error messages given by doxygen 2010-06-14 07:54:41 +02:00
filelister.cpp
filelister.h
filelister_unix.cpp
filelister_unix.h
filelister_win32.cpp
filelister_win32.h
lib.pri removed the deprecated checkheaders 2010-06-15 16:56:04 +02:00
lib.vcproj Removed obsolete checkheaders from Visual Studio projects 2010-06-17 15:00:58 +02:00
lib.vcxproj Removed obsolete checkheaders from Visual Studio projects 2010-06-17 15:00:58 +02:00
lib.vcxproj.filters Removed obsolete checkheaders from Visual Studio projects 2010-06-17 15:00:58 +02:00
mathlib.cpp
mathlib.h
preprocessor.cpp Preprocessor: Reduce copy/pasted code 2010-06-20 18:41:45 +02:00
preprocessor.h
settings.cpp
settings.h
token.cpp variable usage: fix false positives when __attribute__ is used. Ticket: #1792 2010-06-16 18:04:31 +02:00
token.h Fixed #1792 (false positive: Variable 'test' is assigned a value that is never used) 2010-06-14 15:46:57 +02:00
tokenize.cpp Fixed #1795 (false positive: nullpointer dereference (needs to improve Tokenizer::simplifyKnownVariables)) 2010-06-19 17:54:38 +02:00
tokenize.h Tokenizer: simplify loops that continue while errno is EINTR 2010-05-30 12:49:39 +02:00