cppcheck/lib
Pete Johns 59acbb3da0 Fixed Linux build.
OSX built without limits.h
2010-12-26 23:08:51 +11:00
..
check.h xml2: replace --xml2 with --xmlver=2. Ticket: #2106 2010-12-02 17:32:51 +01:00
checkautovariables.cpp Improving 'Wrong assignment of auto variable' error message. 2010-12-04 09:55:20 +02:00
checkautovariables.h Auto variables: improved the check for 'return retval.c_str()'. Ticket: #2191 2010-11-13 15:38:21 +01:00
checkbufferoverrun.cpp Fixed #2328 (false positive: buffer overrun (for loop with a break => the end value is not reached)) 2010-12-19 10:39:43 +01:00
checkbufferoverrun.h VS: Fixed compiler warnings. Ticket: #2200 2010-11-21 11:48:27 +01:00
checkclass.cpp Information: Added new severity 2010-12-22 19:53:17 +01:00
checkclass.h Symbol database: creates a single symbol database within Tokenizer on demand and changes all checks to use it 2010-12-07 07:08:49 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #2337 (False Positive: memory leak) 2010-12-22 18:32:00 +01:00
checkmemoryleak.h Symbol database: use symbol database in the memory leaks function checking. Ticket: #2219 2010-12-08 07:49:01 +01:00
checknullpointer.cpp Fixed #2331 (Token::Match is called with varid 0) 2010-12-19 21:27:28 +01:00
checknullpointer.h CheckNullPointer: Refactoring. Created the function CheckNullPointer::isPointerDeRef that can be used to detect if a pointer is dereferenced 2010-10-31 15:32:19 +01:00
checkobsoletefunctions.cpp Tokenizer: Added function for checking if code is Java/C# 2010-10-28 18:51:55 +02:00
checkobsoletefunctions.h Fixed #2334 (Internal class index function (no need to 'strchr')) 2010-12-20 18:13:26 +01:00
checkother.cpp Fixed #2346 (False positive: pointer is assigned value that is never used. used here: 'pCol = pCol->GetNext()') 2010-12-25 19:17:53 +01:00
checkother.h Fixed #2162 (false positive: Mutual exclusion over ||) 2010-11-21 00:06:43 -08:00
checkpostfixoperator.cpp Remove extra space from error message. 2010-11-27 20:54:02 +02:00
checkpostfixoperator.h
checkstl.cpp Fixed #2356 (False positive reported with iterator deletion) 2010-12-24 10:33:48 +01:00
checkstl.h Fixed #2356 (False positive reported with iterator deletion) 2010-12-24 10:33:48 +01:00
checkuninitvar.cpp Fixed #2345 (False positive: uninitialized variable (in sub-condition in if inside a loop)) 2010-12-23 09:16:29 +01:00
checkuninitvar.h Uninitialized variables: Broke out the checking into separate file 2010-10-31 12:31:11 +01:00
checkunusedfunctions.cpp Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00
checkunusedfunctions.h
cppcheck.cpp Fixed #2309 (cppcheck-suppress issue because of path slash/backslash) 2010-12-15 22:39:46 +02:00
cppcheck.h Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00
errorlogger.cpp Fixed #2349 (Empty 'msg' in output when using '-j') 2010-12-24 11:13:57 +01:00
errorlogger.h Information: Added new severity 2010-12-22 19:53:17 +01:00
executionpath.cpp Fixed #2207 (False positive: uninitialized variable (return if uninitialized)) 2010-11-15 20:35:01 +01:00
executionpath.h
filelister.cpp Fixed #2181 (How can I select the extension of the files to check?) 2010-11-09 19:20:31 +01:00
filelister.h FileLister: minor cleanup 2010-11-09 19:11:43 +01:00
filelister_unix.cpp Fixed Linux build. 2010-12-26 23:08:51 +11:00
filelister_unix.h Fixed #2344 (FileLister Unix: Don't convert to absolute paths) 2010-12-22 21:01:51 +01:00
filelister_win32.cpp FileLister: fixed compiler errors in win32. accept all files given by user. 2010-11-09 19:32:11 +01:00
filelister_win32.h FileLister: minor cleanup 2010-11-09 19:11:43 +01:00
lib.pri Don't use relative paths in lib.pri. 2010-12-18 17:03:46 +02:00
mathlib.cpp gcc: fixed compiler warnings 2010-11-21 11:06:28 +01:00
mathlib.h removed the NOLONGLONG handling. it seems unlikely it is needed 2010-12-16 21:53:18 +01:00
path.cpp Move simplifyPath method from FileLister to Path class. 2010-10-29 22:21:27 +03:00
path.h Move simplifyPath method from FileLister to Path class. 2010-10-29 22:21:27 +03:00
preprocessor.cpp Fixed #2326 (Preprocessor: inline-suppr does not work for id=missingInclude) 2010-12-26 11:14:57 +01:00
preprocessor.h Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00
settings.cpp xml2: replace --xml2 with --xmlver=2. Ticket: #2106 2010-12-02 17:32:51 +01:00
settings.h Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00
symboldatabase.cpp unused variables: fixed false negatives with the help of the symbol database. ticket: #2317 2010-12-21 08:13:40 +01:00
symboldatabase.h unused variables: fixed false negatives with the help of the symbol database. ticket: #2317 2010-12-21 08:13:40 +01:00
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Fixed #2339 (Tokenizer::setVarId : Wrong handling of 'int gr = id - (TLFPressProperties::OIL_FLUID * nb);') 2010-12-25 12:40:44 +01:00
tokenize.h Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00