.. |
check.h
|
Fixed #1886 (Associate header file with code file including it)
|
2010-08-30 17:44:46 +02:00 |
checkautovariables.cpp
|
Fixed #1819 (False positive: auto variable assignment (unseen typedef))
|
2010-10-22 21:12:56 +02:00 |
checkautovariables.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkbufferoverrun.cpp
|
Fixed #2170 (false positive: After a strncpy() the buffer should be zero-terminated)
|
2010-11-07 09:37:45 +01:00 |
checkbufferoverrun.h
|
fixed warning from cppcheck: [lib/checkbufferoverrun.h:129]: (style) 'operator=' should not return a const reference
|
2010-09-15 22:25:12 +02:00 |
checkclass.cpp
|
Symbol database: add support for class inline functions with classes
|
2010-11-09 17:06:07 +01:00 |
checkclass.h
|
Fixed #2179 (Segmentation fault in assignment operator)
|
2010-11-09 06:58:19 +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 #2147 (uninitialized variable: false negative for 'x += y;')
|
2010-10-31 08:47:13 +01:00 |
checkmemoryleak.h
|
Activated checking of .java and .cs files
|
2010-10-19 21:54:15 +02:00 |
checknullpointer.cpp
|
Null pointers: Fixed false negatives in the CheckAndDeRef checking
|
2010-11-04 21:22:29 +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
|
Visual Studio: Fixed compiler warnings about assignment in condition
|
2010-11-08 17:29:08 +01:00 |
checkother.h
|
empty string test: Removed this check
|
2010-11-03 17:56:14 +01:00 |
checkpostfixoperator.cpp
|
Fixed #2168 (Segmentation fault of cppcheck)
|
2010-11-04 17:54:04 +01:00 |
checkpostfixoperator.h
|
increment check
|
2010-10-12 19:54:39 +02:00 |
checkstl.cpp
|
Fixed #2154 (false positive: The loop might unintentionally skip an element in the container)
|
2010-10-30 11:22:30 +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
|
Uninitialized variables: better handling of for example 'a[1] = 1+a[2];'
|
2010-11-05 19:24:14 +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
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
cppcheck.h
|
Remove unneeded includes.
|
2010-09-06 21:08:50 +03:00 |
errorlogger.cpp
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
errorlogger.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 |
executionpath.cpp
|
Execution Path: Fixed FP in improved handling of loop bodies
|
2010-10-24 19:14:40 +02:00 |
executionpath.h
|
Fixed #2125 (uninitialized variable: better handling of for loops)
|
2010-10-24 18:12:48 +02:00 |
filelister.cpp
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
filelister.h
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
filelister_unix.cpp
|
cleanup headers
|
2010-07-31 08:52:28 +02:00 |
filelister_unix.h
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
filelister_win32.cpp
|
Fixed #2169 (Inline suppression does not work unless filename is given)
|
2010-11-08 18:53:48 +01:00 |
filelister_win32.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
lib.pri
|
Uninitialized variables: Broke out the checking into separate file
|
2010-10-31 12:31:11 +01:00 |
mathlib.cpp
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02:00 |
mathlib.h
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02: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
|
Move simplifyPath method from FileLister to Path class.
|
2010-10-29 22:21:27 +03:00 |
preprocessor.h
|
Fixed #2042 (#error messages should be displayed when user defines are used)
|
2010-09-12 21:30:47 +02:00 |
settings.cpp
|
Fixed #2138 (Add support for comments in suppression file)
|
2010-10-26 21:22:11 +02:00 |
settings.h
|
Added --debug-warnings that we can use to enable various debug warnings
|
2010-08-27 20:28:00 +02: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: Only show 'failed to instantiate template' debug messages if the --debug-warnings has been given
|
2010-11-08 18:01:28 +01:00 |
tokenize.h
|
Fixed #2147 (uninitialized variable: false negative for 'x += y;')
|
2010-10-31 08:47:13 +01:00 |