cppcheck/lib
Robert Reif 415aaca6dd Merge branch 'master' of git://github.com/danmar/cppcheck 2012-01-28 20:59:51 -05: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 - 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
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 Merge branch 'master' of git://github.com/danmar/cppcheck 2012-01-28 20:59:51 -05:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
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
checkobsoletefunctions.h
checkother.cpp Fixed: (warning) Found simple pattern inside Token::Match() call. 2012-01-28 20:31:12 +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
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 - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +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 fix #3561 (SymbolDatabase: throw foo; creates a variable with type throw) 2012-01-27 19:24:01 -05: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
timer.cpp
timer.h
token.cpp Token::replace: Little style change. 2012-01-22 00:03:33 +01:00
token.h
tokenize.cpp Merge branch 'master' of git://github.com/danmar/cppcheck 2012-01-28 20:59:51 -05:00
tokenize.h really fix #3527 (Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers) 2012-01-28 20:58:51 -05:00