cppcheck/lib
Daniel Marjamäki 12c8eeff2c xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
..
check.h xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
checkautovariables.cpp Auto variables: improved the check for 'return retval.c_str()'. Ticket: #2191 2010-11-13 15:38:21 +01: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 VS: Fixed compiler warnings. Ticket: #2200 2010-11-21 11:48:27 +01:00
checkbufferoverrun.h VS: Fixed compiler warnings. Ticket: #2200 2010-11-21 11:48:27 +01:00
checkclass.cpp Fixed #2268 ([GUI] Generic class name is shown for 'Message' while correct one for 'Summary') 2010-12-01 17:55:22 +02:00
checkclass.h reuse symbol database in checkmemoryleak.cpp. ticket: #2219 2010-11-23 18:41:07 +01:00
checkexceptionsafety.cpp Exception safety: Removed the noisy checks and keep the useful checks 2010-08-31 22:22:59 +02:00
checkexceptionsafety.h Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
checkmemoryleak.cpp Fixed #2261 (False positive: memory leak) 2010-11-30 19:36:04 +01:00
checkmemoryleak.h Symbol database: refactor CheckMemoryLeakInClass::checkPublicFunctions to use the symbol database. Ticket: #2219 2010-11-25 21:04:49 +01:00
checknullpointer.cpp Fixed #2251 (False positive: Possible null pointer reference) 2010-11-29 20:30:23 +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 #1999 (False positive: uninitialized variable (__published variables)) 2010-08-31 19:48:04 +02:00
checkother.cpp Improve "Assert statement 'varname' -message. 2010-11-29 20:12:21 +02: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 increment check 2010-10-12 19:54:39 +02:00
checkstl.cpp Remove extra space char from begin of verbose message. 2010-11-29 20:27:31 +02:00
checkstl.h STL: check for dangerous usage of string::c_str(). Ticket: #1116 2010-10-17 19:18:46 +02:00
checkuninitvar.cpp checkuninitvar: fixed possible null-pointer dereference. thanks orbitcowboy for spotting it. 2010-12-01 18:05:57 +01:00
checkuninitvar.h Uninitialized variables: Broke out the checking into separate file 2010-10-31 12:31:11 +01:00
checkunusedfunctions.cpp pulled changes from kimmov (filelocation-refactor) 2010-07-19 18:06:49 +02:00
checkunusedfunctions.h Unused functions: Refactoring 2010-07-08 13:01:53 +02:00
cppcheck.cpp xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
cppcheck.h Remove unneeded includes. 2010-09-06 21:08:50 +03:00
errorlogger.cpp xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
errorlogger.h xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
executionpath.cpp Fixed #2207 (False positive: uninitialized variable (return if uninitialized)) 2010-11-15 20:35:01 +01:00
executionpath.h Fixed #2125 (uninitialized variable: better handling of for loops) 2010-10-24 18:12:48 +02:00
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 #2181 (How can I select the extension of the files to check?) 2010-11-09 19:20:31 +01:00
filelister_unix.h FileLister: minor cleanup 2010-11-09 19:11:43 +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 Fixed #2198 (SymbolDatabase: separate SymbolDatabase from CheckClass) 2010-11-13 07:31:56 +01:00
mathlib.cpp gcc: fixed compiler warnings 2010-11-21 11:06:28 +01:00
mathlib.h mathlib: toString() parameter changed to const reference 2010-11-20 14:21: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 xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
preprocessor.h Fixed #2131 (Preprocessor: incorrect include file loading) 2010-11-14 08:35:32 +01:00
settings.cpp xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
settings.h xml2: Added experimental --xml2 result format. Ticket: #2106 2010-12-01 21:24:17 +01:00
symboldatabase.cpp Fixed #2252 (segmentation fault with enable=all) 2010-11-30 19:52:42 +01:00
symboldatabase.h Symbol database: add global space and add all global functions and variables to it. Ticket: #2198 2010-11-20 07:26:50 +01:00
timer.cpp Set encoding to UTF-8 for some files. 2010-09-06 22:39:02 +03:00
timer.h Move timer code to own cpp/h files. 2010-08-31 23:18:07 +03:00
token.cpp Fixed #2105 (Incorrect operator: mutual exclusion over ||) 2010-10-24 18:14:21 -07:00
token.h Fixed #2105 (Incorrect operator: mutual exclusion over ||) 2010-10-24 18:14:21 -07:00
tokenize.cpp Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219 2010-12-01 18:00:55 +01:00
tokenize.h Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219 2010-12-01 18:00:55 +01:00