..
check.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkautovariables.cpp
Improving 'Wrong assignment of auto variable' error message.
2010-12-04 09:55:20 +02:00
checkautovariables.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkbufferoverrun.cpp
Buffer overruns: Added comments
2011-01-02 14:16:58 +01:00
checkbufferoverrun.h
Fixed #2215 (Improve check: Writing outside malloc bounds not detected)
2011-01-01 20:56:21 +01:00
checkclass.cpp
Fixed TODO testcase. Use symbol database instead of token list. Ticket: #2375
2011-01-01 17:54:37 +01:00
checkclass.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkexceptionsafety.cpp
added some comments
2010-12-31 13:58:17 +01:00
checkexceptionsafety.h
added some comments
2010-12-31 13:58:17 +01:00
checkmemoryleak.cpp
Fixed #2391 (cstdlib file and memory function check misbehavior)
2011-01-02 08:32:51 +01:00
checkmemoryleak.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checknullpointer.cpp
Null Pointer: Refactoring - broke out CheckNullPointer::isPointer
2010-12-31 18:30:04 +01:00
checknullpointer.h
Null Pointer: Refactoring - broke out CheckNullPointer::isPointer
2010-12-31 18:30:04 +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 #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkother.cpp
Bug #2390 : Enclose the output of a variable name with quotes in "CheckOther::variableScopeError"
2011-01-03 05:15:20 +01:00
checkother.h
Fixed #2382 (Catching exceptions by value instead of reference)
2010-12-31 03:01:38 -08:00
checkpostfixoperator.cpp
Fixed #2321 (false positive: (performance) Prefer prefix ++/-- operators for non-primitive types.)
2010-12-30 14:27:32 +01:00
checkpostfixoperator.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkstl.cpp
improved TODO comments
2010-12-30 22:41:22 +01:00
checkstl.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkuninitvar.cpp
uninitialized variables: Added some comments
2011-01-01 18:24:27 +01:00
checkuninitvar.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
checkunusedfunctions.cpp
Fixed some spelling mistakes
2010-12-15 18:45:53 +01:00
checkunusedfunctions.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
cppcheck.cpp
Borland C++: Fixed compiler errors
2010-12-31 10:24:51 +01:00
cppcheck.h
Fixed some spelling mistakes
2010-12-15 18:45:53 +01:00
errorlogger.cpp
Added comments
2010-12-30 22:07:27 +01:00
errorlogger.h
Information: Added new severity
2010-12-22 19:53:17 +01:00
executionpath.cpp
Fixed #2386 (segmentation fault occurs in the checking when typedef has same name as an enum constant)
2010-12-31 20:55:28 +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 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 #2392 (Preprocessor: Wrong simplification of __VA_ARGS__)
2011-01-02 11:19:37 +01:00
preprocessor.h
Fixed #2373 (Using XML2 in --errorlist output)
2010-12-29 12:43:29 +01:00
settings.cpp
xml2: replace --xml2 with --xmlver=2. Ticket: #2106
2010-12-02 17:32:51 +01:00
settings.h
fixed doxygen warnings
2010-12-30 22:13:31 +01:00
symboldatabase.cpp
Fixed #2384 ("The function 's::f' can be const" reported for pointer-to-pointer)
2010-12-31 22:12:32 +11:00
symboldatabase.h
Fixed #2384 ("The function 's::f' can be const" reported for pointer-to-pointer)
2010-12-31 22:12:32 +11: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
typedef: Fixed testcase. ticket: #2375
2011-01-02 17:28:47 +01:00
tokenize.h
Tokenizer: Added doxygen comments
2011-01-01 11:26:48 +01:00