cppcheck/lib
Daniel Marjamäki 68e6511c87 Fixed #3532 (false positive : missing constructor) 2012-03-31 11:30:26 +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 Fixed #3594 (false positive: returning reference to auto variable) 2012-03-28 18:21:06 +02: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: 2012-03-27 19:40:39 +02:00
checkbufferoverrun.h Refactorizations: 2012-03-27 19:40:39 +02:00
checkclass.cpp Fixed #3360: "type const* var;" is now recognized as variable declaration. 2012-03-24 15:10:06 +01:00
checkclass.h Improved static string comparision check: Implemented #3214 2012-03-11 11:01:39 +01:00
checkexceptionsafety.cpp - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
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 Made invalidPointerCast message inconclusive for casting from floating point type* to char* (Fixed #3639) 2012-03-25 12:55:39 +02:00
checkother.h Fixed #3574 (false positive: check sign of unsigned variable (type cast)) 2012-03-28 18:33:34 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkstl.cpp Store functions which are declared but not implemented in the function list of the containing scope -> Fixed #3679 2012-03-23 17:59:51 +01:00
checkstl.h Refactorizations: 2012-03-27 19:40:39 +02:00
checkuninitvar.cpp Fixed #3666 (False positive: Uninitialized variable (taking address)) 2012-03-16 17:28:05 +01:00
checkuninitvar.h Refactorizations: 2012-03-27 19:40:39 +02: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 Fixed #3687: Don't treat catched variables as local ones. 2012-03-26 21:19:42 +02: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 xml: Add attribute 'inconclusive' to the xml (format version 2) 2012-03-25 11:59:30 +02:00
errorlogger.h
executionpath.cpp fixed cppcheck inconclusive warning, possible null pointer dereference otherwise condition is redundant 2012-02-11 08:07:19 +01:00
executionpath.h
lib.pri
mathlib.cpp Refactorizations in MathLib. 2012-02-17 19:54:53 +01:00
mathlib.h Refactorizations in MathLib. 2012-02-17 19:54:53 +01:00
path.cpp Some refactorizations 2012-02-18 11:55:05 +01:00
path.h
pcrerules.pri
preprocessor.cpp Fixed #3534 (Broken support for dollar signs in identifiers) 2012-03-27 19:35:41 +02:00
preprocessor.h Fixed #3534 (Broken support for dollar signs in identifiers) 2012-03-27 19:35:41 +02:00
settings.cpp Fixed warning about order of variable initialisations in Settings constructor. 2012-02-17 21:22:42 +01:00
settings.h Some refactorizations 2012-02-18 14:44:04 +01:00
standards.h
suppressions.cpp Some refactorizations 2012-02-18 14:44:04 +01:00
suppressions.h Some refactorizations 2012-02-18 14:44:04 +01:00
symboldatabase.cpp Fixed #3360: "type const* var;" is now recognized as variable declaration. 2012-03-24 15:10:06 +01:00
symboldatabase.h Store functions which are declared but not implemented in the function list of the containing scope -> Fixed #3679 2012-03-23 17:59:51 +01:00
templatesimplifier.cpp Fixed #3532 (false positive : missing constructor) 2012-03-31 11:30:26 +02: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 astyle formatting 2012-03-25 11:51:59 +02:00
token.h
tokenize.cpp Merge pull request #91 from HeisSpiter/e46c7eb32033b520374e9df8c13bc8589c0602d0 2012-03-28 09:43:14 -07:00
tokenize.h Revert "Fixed #3648 (Internal error: Token::Match called with varid 0)" 2012-03-20 19:00:16 +01:00