cppcheck/lib
Edoardo Prezioso f9ade9562c Fixed ticket #3572 (segmentation fault). 2012-01-31 22:32:28 +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 Refactoring various issues in cmdlineparser, cppcheckexecutor, check64bit and tokenize. 2012-01-01 21:17:16 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
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 - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
checkclass.h
checkexceptionsafety.cpp - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +01:00
checkexceptionsafety.h Refactorized check for dead pointers after throw: 2012-01-21 19:11:06 +01:00
checkinternal.cpp - Solved FIXME: Made detection of code that is no pointer-dereference more robust, uncommented code (checknullpointer.cpp) 2012-01-21 19:55:32 +01:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Fix ticket #3483 (POSIX.1-2008 - obsolete functions) 2012-01-12 22:28:12 +01:00
checknullpointer.cpp Fixed: (warning) Found simple pattern inside Token::Match() call. 2012-01-28 20:31:12 +01:00
checknullpointer.h Improved nullpointer check: 2012-01-25 15:16:22 +01:00
checkobsoletefunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkobsoletefunctions.h Fix ticket #3483 (POSIX.1-2008 - obsolete functions) 2012-01-12 22:28:12 +01:00
checkother.cpp Fixes for #3480 and #3568. 2012-01-31 15:49:34 +01:00
checkother.h - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkstl.cpp Removed more indendation counters. 2012-01-15 12:31:49 +01:00
checkstl.h Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
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 Catch InternalError by reference instead of creating a copy of it. 2012-01-09 18:30:36 +02:00
cppcheck.h Update year to 2012 2012-01-01 01:05:37 +02:00
errorlogger.cpp
errorlogger.h Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
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 Fixed #3323 (#undef needs different handling) 2012-01-24 07:43:26 +01:00
preprocessor.h
settings.cpp - Solved FIXME: Made detection of code that is no pointer-dereference more robust, uncommented code (checknullpointer.cpp) 2012-01-21 19:55:32 +01:00
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 Added support for references to symboldatabase 2012-01-26 17:04:25 +01:00
templatesimplifier.cpp - Solved FIXME: Made detection of code that is no pointer-dereference more robust, uncommented code (checknullpointer.cpp) 2012-01-21 19:55:32 +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 Update year to 2012 2012-01-01 01:05:37 +02:00
token.cpp Token::replace: Little style change. 2012-01-22 00:03:33 +01:00
token.h
tokenize.cpp Fixed ticket #3572 (segmentation fault). 2012-01-31 22:32:28 +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