cppcheck/lib
Edoardo Prezioso 0f1f3c0f5f Tokenizer::removeRedundantCondition: refactoring due to various reasons.
1) Remove the dead code with 'eraseDeadCode', not with 'eraseTokens' because of the possible presence of labels.
2) It's impossible that in tokenizer there is pattern like 'if (true|false) {code;} else if (cond) {code_cond;}' because the function 'Tokenizer::elseif' adds '{' between 'else' and 'if', hence a code path is redundant, so it's removed from code.
2012-01-26 22:32:11 +01:00
..
check.h Update year to 2012 2012-01-01 01:05:37 +02:00
check64bit.cpp Refactoring various issues in cmdlineparser, cppcheckexecutor, check64bit and tokenize. 2012-01-01 21:17:16 +02:00
check64bit.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkassignif.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkassignif.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkautovariables.cpp Refactorized checkautovariables.cpp. Removed indendation counters. 2012-01-08 15:32:22 +01:00
checkautovariables.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkboost.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkclass.cpp - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
checkclass.h Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkmemoryleak.cpp Fixed ticket #2405 (debug messages provide incorrect file:line information) 2012-01-06 15:15:52 +01:00
checkmemoryleak.h Update year to 2012 2012-01-01 01:05:37 +02:00
checknonreentrantfunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checknonreentrantfunctions.h Fix ticket #3483 (POSIX.1-2008 - obsolete functions) 2012-01-12 22:28:12 +01:00
checknullpointer.cpp - initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520) 2012-01-26 16:50:59 +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 Fixed ticket #3550 (false positive: (error) Memory pointed to by 'pxpm' is freed twice) 2012-01-24 22:43:44 -08:00
checkother.h Fixed ticket #3550 (false positive: (error) Memory pointed to by 'pxpm' is freed twice) 2012-01-24 22:43:44 -08:00
checkpostfixoperator.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkunusedfunctions.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkunusedvar.cpp Fixed #3509 (FP: Variable 'itemList' is not assigned a value, when << operator is used) 2012-01-23 08:02:59 +01:00
checkunusedvar.h Update year to 2012 2012-01-01 01:05:37 +02: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 Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
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 - 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 Refactoring: Add new file lib/templatesimplifier.cpp 2012-01-01 22:55:05 +02:00
mathlib.cpp Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
mathlib.h Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
path.cpp Refactoring. Assume that .C files contain C code on case insensitive filesystems. 2012-01-08 10:34:31 +01:00
path.h Refactor: Move file extension checks from Tokenizer to Path class. This has also functional change as now also file.JAVA is considered a Java file. 2012-01-06 21:56:28 +02:00
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp Fixed #3323 (#undef needs different handling) 2012-01-24 07:43:26 +01:00
preprocessor.h Refactoring: Made Preprocessor::simplifyCondition nonstatic 2012-01-06 08:42:07 +01:00
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 Revert "Fixed #3450 (CLI --report-progress is currently useless)" 2012-01-02 07:42:39 +01:00
standards.h Fixed #3445 (Problems with lib/standards.h) 2012-01-02 13:36:17 +01:00
suppressions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
suppressions.h Update year to 2012 2012-01-01 01:05:37 +02:00
symboldatabase.cpp Added support for references to symboldatabase 2012-01-26 17:04:25 +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 Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
tokenize.cpp Tokenizer::removeRedundantCondition: refactoring due to various reasons. 2012-01-26 22:32:11 +01:00
tokenize.h Fixed ticket #3557 (Tokenizer: simplification of '[]' doesn't work well): 2012-01-26 17:25:52 +01:00