cppcheck/lib
Daniel Marjamäki bfb4dd6425 Fixed #3529 (False 'Boolean result is used in bitwise operation' in a template) 2012-02-18 08:51:09 +01:00
..
check.h - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
checkautovariables.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +01:00
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkexceptionsafety.cpp - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
checkexceptionsafety.h - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
checkinternal.cpp
checkinternal.h
checkmemoryleak.cpp Revert "really fix #3527 (Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)" 2012-01-30 06:15:41 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #3591 2012-02-13 19:46:45 +01:00
checknullpointer.h Improved nullpointer check: 2012-01-25 15:16:22 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #3598 (false positive: (error) Memory pointed to by 'a' is freed twice.) 2012-02-16 21:03:38 -08:00
checkother.h - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp
checkstl.h
checkuninitvar.cpp Uninitialized variables: Another fix for false positives when it's known that inner conditions are true 2012-02-06 19:26:28 +01:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
checkunusedvar.h - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
cppcheck.cpp - Improved support for numbers in code: 2012-02-17 15:47:08 +01:00
cppcheck.h lib: allow that file dependencies are taken from Cppcheck after a check 2012-02-15 08:08:28 +01:00
errorlogger.cpp
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 - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +01:00
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
path.h
pcrerules.pri
preprocessor.cpp Fixed #3577 (Preprocessor: Defines given on command line are not used in the code) 2012-02-05 20:48:28 +01:00
preprocessor.h Fixed #3577 (Preprocessor: Defines given on command line are not used in the code) 2012-02-05 20:48:28 +01:00
settings.cpp Fixed warning about order of variable initialisations in Settings constructor. 2012-02-17 21:22:42 +01:00
settings.h - Improved support for numbers in code: 2012-02-17 15:47:08 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp - Improved nullpointer check: Fixed #1171 2012-02-11 12:26:48 +01:00
symboldatabase.h - Improved nullpointer check: Fixed #1171 2012-02-11 12:26:48 +01:00
templatesimplifier.cpp Fixed #3529 (False 'Boolean result is used in bitwise operation' in a template) 2012-02-18 08:51:09 +01:00
templatesimplifier.h Refactoring: Move rest of the template simplification into TemplateSimplifier 2012-01-09 21:33:11 +02:00
timer.cpp
timer.h
token.cpp Fixed compiler error 2012-02-13 18:48:44 +01:00
token.h
tokenize.cpp Fixed ticket #3604 (cppcheck(1.53) crash). 2012-02-17 21:14:38 +01:00
tokenize.h Revert "really fix #3527 (Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)" 2012-01-30 06:15:41 +01:00