cppcheck/lib
Alexander Mai 87767fb666 #7228 segmentation fault (invalid code) in Tokenizer::isFunctionHead 2015-12-26 00:21:56 +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 Fixed #7233 (Fasle negative 'unknownEvaluationOrder in case of macro) 2015-12-25 18:31:21 +01:00
astutils.h Fixed #7233 (Fasle negative 'unknownEvaluationOrder in case of macro) 2015-12-25 18:31:21 +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 Omit unneeded deep copy 2015-12-23 10:32:59 +03:00
checkbufferoverrun.h Small refactorizations: 2015-11-29 10:56:44 +01:00
checkclass.cpp Use set instead of list 2015-12-25 16:19:27 +03:00
checkclass.h Use set instead of list 2015-12-25 16:19:27 +03:00
checkcondition.cpp Fixed #7233 (Fasle negative 'unknownEvaluationOrder in case of macro) 2015-12-25 18:31:21 +01:00
checkcondition.h Revert "minor tweak of comment" 2015-12-14 20:29:29 +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 Refactorization: Removed redundant %any% patterns. 2015-12-24 14:40:48 +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 Refactorization: Removed redundant %any% patterns. 2015-12-24 14:40:48 +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 Refactorization: Removed redundant %any% patterns. 2015-12-24 14:40:48 +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 Evaluation order: Don't use this checker on C++11 code 2015-12-25 18:57:59 +01:00
checkother.h Fixed #3206 and #7226 (New check: Undefined execution order) 2015-12-24 09:13:20 +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 Refactorization: Removed redundant %any% patterns. 2015-12-24 14:40:48 +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 Cache and reuse result of expensive operation 2015-12-22 14:03:45 +03:00
checkunusedfunctions.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkunusedvar.cpp Revert da15efb3 and 6304a4dd to fix FPs. See #7148, #7179, etc 2015-12-16 14:51:50 +01:00
checkunusedvar.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkvaarg.cpp #6981 crash in checkvaarg.cpp (with possible fix). Avoid segfault. Add SymbolDatabase::validate() to allow validating smyboldatabase 2015-12-05 20:55:26 +01:00
checkvaarg.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
config.h GUI: Fixed compiler warnings 2015-12-07 11:24:54 +01:00
cppcheck.cpp refactoring. combine 2 if to 1 2015-12-14 20:05:17 +01:00
cppcheck.h Optimize tokenizing 2015-12-13 09:29:47 +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 Factorize toxml() into a single member function 2015-12-07 18:21:01 +01:00
errorlogger.h Factorize toxml() into a single member function 2015-12-07 18:21:01 +01:00
lib.pri Run dmake to update Makefile etc. 2015-11-22 10:40:48 +01:00
library.cpp #6269 false positives in case of overloaded standard library functions. Detect memset() with proper argument cound, using new function numberOfArguments() 2015-12-06 12:50:05 +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-12-10 15:47:46 +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 Use arrow as in surrounding code 2015-12-24 10:21:48 +03:00
preprocessor.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
settings.cpp Removed --debug-fp. The reduce tool should be used instead. 2015-12-10 10:44:36 +01:00
settings.h Removed --debug-fp. The reduce tool should be used instead. 2015-12-10 10:44:36 +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: Fixed true positive when self-checking cppcheck 2015-12-18 18:13:13 +01:00
symboldatabase.h #6981 crash in checkvaarg.cpp (with possible fix). Avoid segfault. Add SymbolDatabase::validate() to allow validating smyboldatabase 2015-12-05 20:55:26 +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 Fixed #3206 and #7226 (New check: Undefined execution order) 2015-12-24 09:13:20 +01:00
token.h Refactorized token.cpp: 2015-12-14 22:04:51 +01:00
tokenize.cpp #7228 segmentation fault (invalid code) in Tokenizer::isFunctionHead 2015-12-26 00:21:56 +01:00
tokenize.h Fix misspelled word 2015-12-25 11:51:08 +03:00
tokenlist.cpp Fix misspelled word 2015-12-25 11:51:08 +03:00
tokenlist.h Correct travis and compiler warnings and comments 2015-12-12 16:08:52 +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 Revert "Fixed #3923 (valueFlowForward: assignment in if should not cause bailout for code in else)" 2015-12-12 16:50:02 +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