cppcheck/lib
PKEuS 756ee800b0 Use std::stack instead of std::vector Tokenizer::createTokens. Removed #pragma warning(disable: 4503) 2012-01-03 11:46:35 +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 Update year to 2012 2012-01-01 01:05:37 +02: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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkbufferoverrun.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkclass.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkclass.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkexceptionsafety.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkexceptionsafety.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkinternal.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkinternal.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkmemoryleak.cpp Update year to 2012 2012-01-01 01:05:37 +02: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 Update year to 2012 2012-01-01 01:05:37 +02:00
checknullpointer.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checknullpointer.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkobsoletefunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkobsoletefunctions.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkother.cpp Fixed #3461: Support for %m* on scanf-functions 2012-01-02 14:05:58 +01:00
checkother.h Update year to 2012 2012-01-01 01:05:37 +02: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 Fixed ticket #3447 (Improve void CheckStl::if_find()) 2012-01-02 23:12:59 +01:00
checkstl.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkuninitvar.cpp Fixed #3463 (Uninitialized variable variable pointer) 2012-01-02 11:25:13 +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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkunusedvar.h Update year to 2012 2012-01-01 01:05:37 +02:00
cppcheck.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
cppcheck.h Update year to 2012 2012-01-01 01:05:37 +02:00
errorlogger.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
errorlogger.h Update year to 2012 2012-01-01 01:05:37 +02:00
executionpath.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
executionpath.h Update year to 2012 2012-01-01 01:05:37 +02:00
lib.pri Refactoring: Add new file lib/templatesimplifier.cpp 2012-01-01 22:55:05 +02:00
mathlib.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
mathlib.h Update year to 2012 2012-01-01 01:05:37 +02:00
path.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
path.h Update year to 2012 2012-01-01 01:05:37 +02:00
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp Refactorizations in preprocessor.cpp 2012-01-02 15:52:19 +01:00
preprocessor.h Update year to 2012 2012-01-01 01:05:37 +02:00
settings.cpp Revert "Fixed #3450 (CLI --report-progress is currently useless)" 2012-01-02 07:42:39 +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 Revert 'using' changes as it was until some time ago. 2012-01-02 19:27:32 +01:00
symboldatabase.h Update year to 2012 2012-01-01 01:05:37 +02:00
templatesimplifier.cpp Refactoring: Move template code into templatesimplifier: simplifyTemplatesGetTemplateDeclarations(), simplifyTemplatesGetTemplateInstantiations() 2012-01-02 23:05:27 +02:00
templatesimplifier.h Refactoring: Move template code into templatesimplifier: simplifyTemplatesGetTemplateDeclarations(), simplifyTemplatesGetTemplateInstantiations() 2012-01-02 23:05:27 +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 - Refactorizations in preprocessor.cpp and tokenizer.cpp 2012-01-02 12:58:34 +01:00
token.h Update year to 2012 2012-01-01 01:05:37 +02:00
tokenize.cpp Use std::stack instead of std::vector Tokenizer::createTokens. Removed #pragma warning(disable: 4503) 2012-01-03 11:46:35 +01:00
tokenize.h Refactoring: Move template code into templatesimplifier: simplifyTemplatesGetTemplateDeclarations(), simplifyTemplatesGetTemplateInstantiations() 2012-01-02 23:05:27 +02:00