cppcheck/lib
Daniel Marjamäki 65041cf0ff Fixed #2349 (Empty 'msg' in output when using '-j') 2010-12-24 11:13:57 +01:00
..
check.h
checkautovariables.cpp Improving 'Wrong assignment of auto variable' error message. 2010-12-04 09:55:20 +02:00
checkautovariables.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Information: Added new severity 2010-12-22 19:53:17 +01: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
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #2330 (unreadVariable error for a fstream object when only extraction operator (>>) is used) 2010-12-21 19:02:00 +01:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h increment check 2010-10-12 19:54:39 +02:00
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
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
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 #2344 (FileLister Unix: Don't convert to absolute paths) 2010-12-22 21:01:51 +01: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
lib.pri Don't use relative paths in lib.pri. 2010-12-18 17:03:46 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
preprocessor.cpp Information: Added new severity 2010-12-22 19:53:17 +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 Tokenizer::simplifyGoto: Don't simplify 'goto' inside unhandled macro calls. Ticket: #2348 2010-12-23 22:03:58 +01:00
tokenize.h