cppcheck/lib
Alexander Mai 6ae1533cb4 #7190 Cppcheck hangs with 100% CPU load in Tokenizer::simplifyAttribute (invalidcode). Call validate() once more in Tokenizer::simplifyTokenList1 to trigger invalid code exception 2015-12-05 13:55:33 +01:00
..
CMakeLists.txt Cmake object linkage. Fix #7128: (cppcheck 1.70 doesn't report any warnings) 2015-11-26 20:25:09 +01:00
astutils.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
astutils.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
check.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
check.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
check64bit.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
check64bit.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkassert.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkassert.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkautovariables.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkautovariables.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkbool.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkbool.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkboost.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkboost.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkbufferoverrun.cpp Refactorization: Prefer Token::simpleMatch over Token::Match also for non-const patterns. 2015-12-03 13:04:55 +01:00
checkbufferoverrun.h Small refactorizations: 2015-11-29 10:56:44 +01:00
checkclass.cpp Fixed false positive 'noCopyConstructor' for static member variable (#7198) 2015-12-04 18:26:49 +01:00
checkclass.h Fix excessive left shift of signed integer and some doxygen errors 2015-11-27 19:32:28 +01:00
checkcondition.cpp invalidTestForOverflow: Fixed some false negatives (#7184) 2015-11-30 11:12:51 +01:00
checkcondition.h invalidTestForOverflow: Fixed some false negatives (#7184) 2015-11-30 11:12:51 +01:00
checkexceptionsafety.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkexceptionsafety.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkfunctions.cpp CheckFunctions::checkProhibitedFunctions(): don't warn about alloca when --enable=warning is not given. 2015-11-25 22:05:51 +01:00
checkfunctions.h Moved a few checks from CheckOther to CheckFunctions 2015-11-22 13:49:10 +01:00
checkinternal.cpp Run dmake. Add missing include to lib/checkinternal.cpp 2015-11-29 11:09:21 +01:00
checkinternal.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkio.cpp Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart' 2015-11-30 22:13:49 +01:00
checkio.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkleakautovar.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkleakautovar.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkmemoryleak.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
checkmemoryleak.h Refactorization: Removed std::string overload of CheckMemoryLeak::getDeallocationType(), improved varid overload to handle member variables 2015-11-18 21:17:50 +01:00
checknullpointer.cpp Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart' 2015-11-30 22:13:49 +01:00
checknullpointer.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkother.cpp Refactorizations: 2015-12-02 23:32:50 +01:00
checkother.h invalidTestForOverflow: Refactor; move from checkother to checkcondition 2015-11-30 08:51:15 +01:00
checkpostfixoperator.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkpostfixoperator.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checksizeof.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checksizeof.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkstl.cpp Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart' 2015-11-30 22:13:49 +01:00
checkstl.h Reimplemented CheckStl::readingEmptyStlContainer() based on Libraries 2015-11-20 15:53:14 +01:00
checkstring.cpp Fixed compiler error introduced in previous commit and several MSVC warnings 2015-11-28 10:49:08 +01:00
checkstring.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checktype.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checktype.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkuninitvar.cpp Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart' 2015-11-30 22:13:49 +01:00
checkuninitvar.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkunusedfunctions.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkunusedfunctions.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkunusedvar.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
checkunusedvar.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkvaarg.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkvaarg.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
config.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
cppcheck.cpp Removed unused CppCheck::analyseFile 2015-12-03 08:42:12 +01:00
cppcheck.h Removed unused CppCheck::analyseFile 2015-12-03 08:42:12 +01:00
cppcheck.vcxproj Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
cppcheck.vcxproj.filters Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
cxx11emu.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
errorlogger.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
errorlogger.h Small refactorizations: 2015-11-29 10:56:44 +01:00
lib.pri Run dmake to update Makefile etc. 2015-11-22 10:40:48 +01:00
library.cpp Small refactorizations: 2015-12-03 14:19:30 +01:00
library.h Small refactorizations: 2015-11-29 10:56:44 +01:00
matchcompiler.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
mathlib.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
mathlib.h Small refactorizations: 2015-11-29 10:56:44 +01:00
path.cpp Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart' 2015-11-30 22:13:49 +01:00
path.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
pcrerules.pri
preprocessor.cpp Refactorization: Improved performance of Tokenizer::isFunctionParameterPassedByValue() 2015-12-03 14:44:59 +01:00
preprocessor.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
settings.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
settings.h Refactorizations: 2015-11-28 12:30:21 +01:00
standards.h Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
suppressions.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
suppressions.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
symboldatabase.cpp Refactorization: Prefer Token::simpleMatch over Token::Match also for non-const patterns. 2015-12-03 13:04:55 +01:00
symboldatabase.h Small refactoring: use a single complete set for reserved for each C/C++. Replace NULL by nullptr 2015-11-29 13:23:13 +01:00
templatesimplifier.cpp Refactorization: Prefer Token::simpleMatch over Token::Match also for non-const patterns. 2015-12-03 13:04:55 +01:00
templatesimplifier.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
timer.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
timer.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
token.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
token.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
tokenize.cpp #7190 Cppcheck hangs with 100% CPU load in Tokenizer::simplifyAttribute (invalidcode). Call validate() once more in Tokenizer::simplifyTokenList1 to trigger invalid code exception 2015-12-05 13:55:33 +01:00
tokenize.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
tokenlist.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
tokenlist.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
utils.h Small refactoring: use a single complete set for reserved for each C/C++. Replace NULL by nullptr 2015-11-29 13:23:13 +01:00
valueflow.cpp Fixed #6973 (ValueFlow: dont set possible tokvalues in unreachable code) 2015-12-01 07:49:19 +01:00
valueflow.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
version.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
version.rc