cppcheck/lib
PKEuS d5c2c7db88 - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety
- Fixed false positive: throw outerCatchVar; in inner catch is now correctly handled
- Added eTry and eCatch to Scope::isLocal -> Scopes inside catch are now detected by symbol database
2012-02-02 16:17:42 +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 #3570 (False Postive for 'nullPointer' check) 2012-02-01 20:38:47 +01:00
checknullpointer.h Improved nullpointer check: 2012-01-25 15:16:22 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01: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 - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +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
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Fixes for #3480 and #3568. 2012-01-31 15:49:34 +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
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed ticket #3543 (segmentation fault of cppcheck). 2012-01-31 19:34:55 +01:00
symboldatabase.h - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Fixed #3538 (false positive caused by bad tokenizer simplification) 2012-02-01 21:13:26 +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