cppcheck/lib
Ahti Legonkov 780481e82a Fixed ticket #3675. 2012-03-23 01:45:47 +02:00
..
check.h Added check for invalid pointer casts (#1255) 2012-02-26 11:56:32 +01:00
check64bit.cpp
check64bit.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkassignif.cpp
checkassignif.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkautovariables.cpp Improved checkautovariables: 2012-03-01 18:38:20 +01:00
checkautovariables.h Improved checkautovariables: 2012-03-01 18:38:20 +01:00
checkboost.cpp
checkboost.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkbufferoverrun.cpp Refactorizations on buffer overrun check: 2012-03-17 21:55:08 +01:00
checkbufferoverrun.h Refactorizations on buffer overrun check: 2012-03-17 21:55:08 +01:00
checkclass.cpp Renamed ID uninitialized member variables in constructors to "uninitMemberVar" to avoid ambiguity (#2715) 2012-03-11 14:29:00 +01:00
checkclass.h Improved static string comparision check: Implemented #3214 2012-03-11 11:01:39 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkinternal.cpp
checkinternal.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkmemoryleak.cpp Fix line number displayed on leakNoVarr error 2012-03-20 22:28:56 +01:00
checkmemoryleak.h Fixed #3670 (false positive: Allocation with open never assigned) 2012-03-18 07:49:22 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Some refactorizations 2012-02-18 23:43:51 +01:00
checknullpointer.cpp Improved nullpointer check: Detect dereferences by streams (#410) 2012-03-16 17:24:03 +01:00
checknullpointer.h Improved nullpointer check: Detect dereferences by streams (#410) 2012-03-16 17:24:03 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkother.cpp Add a new test to check improper sizeof usage. It's for the moment limited to malloc calls. 2012-03-21 21:13:09 +01:00
checkother.h Add a new test to check improper sizeof usage. It's for the moment limited to malloc calls. 2012-03-21 21:13:09 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkstl.cpp Improved STL checks: 2012-02-25 12:43:27 +01:00
checkstl.h Improved STL checks: 2012-02-25 12:43:27 +01:00
checkuninitvar.cpp Fixed #3666 (False positive: Uninitialized variable (taking address)) 2012-03-16 17:28:05 +01:00
checkuninitvar.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkunusedfunctions.cpp fixed regression 2012-02-26 13:35:35 +01:00
checkunusedfunctions.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkunusedvar.cpp Revert "Fixed #3648 (Internal error: Token::Match called with varid 0)" 2012-03-20 19:00:16 +01:00
checkunusedvar.h Revert "Fixed #3648 (Internal error: Token::Match called with varid 0)" 2012-03-20 19:00:16 +01:00
cppcheck.cpp Fix compilation with HAVE_RULES=yes 2012-03-01 20:07:00 +01:00
cppcheck.h Improved unused private function check: 2012-02-24 20:45:56 +01:00
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed ticket #3675. 2012-03-23 01:45:47 +02:00
preprocessor.h Fixed #3536 (Preprocessor #if fails to correctly compare two #defined values) 2012-03-15 20:04:34 +01:00
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Added check for invalid pointer casts (#1255) 2012-02-26 11:56:32 +01:00
symboldatabase.h Improved unused private function check: 2012-02-24 20:45:56 +01:00
templatesimplifier.cpp Fixed #3567 (False positives in boolean expressions) 2012-03-07 20:31:23 +01:00
templatesimplifier.h Improved unused private function check: 2012-02-24 20:45:56 +01:00
timer.cpp Some refactorizations 2012-02-18 23:43:51 +01:00
timer.h Some refactorizations 2012-02-18 23:43:51 +01:00
token.cpp
token.h
tokenize.cpp Fixed #3677 2012-03-21 18:40:32 +01:00
tokenize.h Revert "Fixed #3648 (Internal error: Token::Match called with varid 0)" 2012-03-20 19:00:16 +01:00