.. |
CMakeLists.txt
|
…
|
|
check.h
|
…
|
|
checkautovariables.cpp
|
Auto variables: Improved handling of temporaries
|
2010-01-27 19:16:32 +01:00 |
checkautovariables.h
|
Auto variables: Improved handling of temporaries
|
2010-01-27 19:16:32 +01:00 |
checkbufferoverrun.cpp
|
Fixed #1274 (false positive: Dangerous usage of strncat)
|
2010-01-31 11:43:54 +01:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
CheckClass::noMemset: Refactoring so it handles more complex std template types
|
2010-02-04 21:49:58 +01:00 |
checkclass.h
|
updated --doc output about new checks in 1.40
|
2010-01-27 19:25:48 +01:00 |
checkdangerousfunctions.cpp
|
…
|
|
checkdangerousfunctions.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkheaders.cpp
|
…
|
|
checkheaders.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #1249 (false positive '(error) Resource leak: f' for 'popen' / 'if(pclose(f) < 0)' sequence)
|
2010-01-31 11:44:30 +01:00 |
checkmemoryleak.h
|
Fixed #1315 (mismatched allocation and deallocaton not detected)
|
2010-01-27 21:02:13 +01:00 |
checkother.cpp
|
Reverted 4f30468c80 . There was false positives such as #1335 so please fix them and then re-commit.
|
2010-02-01 19:46:51 +01:00 |
checkother.h
|
…
|
|
checkstl.cpp
|
Fixed #1278 (Confusing style message formatting)
|
2010-01-26 19:37:22 +01:00 |
checkstl.h
|
updated --doc output about new checks in 1.40
|
2010-01-27 19:25:48 +01:00 |
checkunusedfunctions.cpp
|
Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.)
|
2010-02-03 18:37:48 +01:00 |
checkunusedfunctions.h
|
…
|
|
classinfo.h
|
…
|
|
cppcheck.cpp
|
killerbot: Fixed #1314 (specify the files to check in 1 input file)
|
2010-01-27 21:43:01 +01:00 |
cppcheck.h
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
filelister.cpp
|
…
|
|
filelister.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
preprocessor.cpp
|
Fixed #1325 (Segmentation fault in simplifyTypedef due to bad preprocessing)
|
2010-01-29 16:00:48 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
settings.h
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
Fixed #1351 (add expression support to simplifyEnum)
|
2010-02-05 07:37:17 +01:00 |
tokenize.h
|
Fixed #1004 (improve check: Unintialized variable not detected when using a reference (&))
|
2010-01-31 16:29:12 +01:00 |