.. |
check.h
|
Added some multipass checking for the uninitialized variables. It is still experimental. You can activate it with the '--test-2-pass' switch. Some more refactorings are needed to make it truly usable, the main thing is to make it thread safe.
|
2010-05-21 19:35:18 +02:00 |
checkautovariables.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkautovariables.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkbufferoverrun.cpp
|
Fixed #1787 (false negative: out of bounds in derived class)
|
2010-06-13 07:17:50 +02:00 |
checkbufferoverrun.h
|
astyle formatting
|
2010-06-02 18:09:25 +02:00 |
checkclass.cpp
|
Fixed #1783 (false positive: uninitalized variable in constructor/operator=, when calling overloaded functions)
|
2010-06-13 10:23:59 +02:00 |
checkclass.h
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
checkdangerousfunctions.cpp
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
checkdangerousfunctions.h
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
checkexceptionsafety.cpp
|
Code cleanup: Removed autodealloc handling
|
2010-05-16 07:15:31 +02:00 |
checkexceptionsafety.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkheaders.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkheaders.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkmemoryleak.cpp
|
Memory leaks: more specific bailouts to reduce false negatives
|
2010-06-13 19:00:11 +02:00 |
checkmemoryleak.h
|
Fixed #73 (memory leaks not found when calling a function that returns allocated memory through a parameter)
|
2010-06-04 20:58:50 -03:00 |
checkother.cpp
|
Fixed #1784 (false positive: Variable is not assigned a value)
|
2010-06-10 07:21:47 +02:00 |
checkother.h
|
Fixed Visual Studio 2010 warning
|
2010-05-30 10:44:03 +02:00 |
checkstl.cpp
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
checkstl.h
|
Fixed #1680 (Bad iterators checks fail to detect invalidation of iterator for deletion by value)
|
2010-05-15 19:46:42 +02:00 |
checkunusedfunctions.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkunusedfunctions.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
classinfo.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
cppcheck.cpp
|
updated --help output. The --enable is used to enable additional checks.
|
2010-06-02 21:34:03 +02:00 |
cppcheck.h
|
2 pass checking: broke out Cppcheck::analyseFile. To be used for tests
|
2010-05-21 21:06:11 +02:00 |
errorlogger.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
errorlogger.h
|
Refactoring: Removed 'possibleError'
|
2010-05-16 19:57:41 +02:00 |
executionpath.cpp
|
Fixed #1725 (segfault in ExecutionPath::bailOutVar (probably caused by #1721 fix))
|
2010-06-05 09:45:35 +02:00 |
executionpath.h
|
Fixed #1632 (false positive: unintialized variable)
|
2010-04-28 21:33:11 +02:00 |
filelister.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_unix.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_unix.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_win32.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_win32.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
lib.pri
|
Fix compiling in Linux. Fix compiling dmake.
|
2010-03-11 22:15:15 +02:00 |
lib.vcproj
|
Disabled link time code generation for debug builds. Enabled .pdb generation for release builds.
|
2010-04-14 12:01:45 +02:00 |
lib.vcxproj
|
Added Visual Studio 2010 soultion and project files
|
2010-04-14 12:05:10 +02:00 |
lib.vcxproj.filters
|
Added Visual Studio 2010 soultion and project files
|
2010-04-14 12:05:10 +02:00 |
mathlib.cpp
|
astyle formatting
|
2010-05-14 18:40:37 +02:00 |
mathlib.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
preprocessor.cpp
|
Fixed #1698 (Add define support to GUI)
|
2010-05-21 09:49:57 +02:00 |
preprocessor.h
|
Fix #1585 (--append doesn't work with TAB formating)
|
2010-04-15 22:45:38 +02:00 |
settings.cpp
|
Added some multipass checking for the uninitialized variables. It is still experimental. You can activate it with the '--test-2-pass' switch. Some more refactorings are needed to make it truly usable, the main thing is to make it thread safe.
|
2010-05-21 19:35:18 +02:00 |
settings.h
|
Added some multipass checking for the uninitialized variables. It is still experimental. You can activate it with the '--test-2-pass' switch. Some more refactorings are needed to make it truly usable, the main thing is to make it thread safe.
|
2010-05-21 19:35:18 +02:00 |
token.cpp
|
CheckBufferOverrun: Fixed false positives caused by refactorings
|
2010-04-22 19:22:23 +02:00 |
token.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
tokenize.cpp
|
Fixed #1718 (Tokenizer add close braces to for loop at wrong place when if-else presents inside)
|
2010-06-13 08:00:46 +02:00 |
tokenize.h
|
Tokenizer: simplify loops that continue while errno is EINTR
|
2010-05-30 12:49:39 +02:00 |