cppcheck/lib
Daniel Marjamäki 2367cfcf1e Fixed #2361 (false positive on t[0X10]) 2010-12-27 08:09:05 +01:00
..
check.h
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp Buffer overrun: UB when pointer arithmetic result points out of bounds. Ticket #1774 2010-12-26 21:23:28 +01:00
checkbufferoverrun.h Buffer overrun: UB when pointer arithmetic result points out of bounds. Ticket #1774 2010-12-26 21:23:28 +01:00
checkclass.cpp Improve the message about const function. 2010-12-26 23:44:03 +02:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #2337 (False Positive: memory leak) 2010-12-22 18:32:00 +01:00
checkmemoryleak.h
checknullpointer.cpp Fixed #2090 (False negative: null pointer dereference 's=0; strcpy(s,p);') 2010-12-26 19:29:58 +01:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h Fixed #2334 (Internal class index function (no need to 'strchr')) 2010-12-20 18:13:26 +01:00
checkother.cpp Improve error message about overlapping buffers for s[n]printf(). 2010-12-26 23:44:01 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Improve message for container type range check. 2010-12-26 23:44:02 +02: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
checkunusedfunctions.cpp
checkunusedfunctions.h
cppcheck.cpp
cppcheck.h
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 #2350 (false positive: possible null pointer dereference) 2010-12-26 13:38:16 +01:00
executionpath.h Fixed #2125 (uninitialized variable: better handling of for loops) 2010-10-24 18:12:48 +02:00
filelister.cpp
filelister.h
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_win32.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
preprocessor.cpp Fixed #2326 (Preprocessor: inline-suppr does not work for id=missingInclude) 2010-12-26 11:14:57 +01:00
preprocessor.h
settings.cpp
settings.h
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 #2361 (false positive on t[0X10]) 2010-12-27 08:09:05 +01:00
tokenize.h