cppcheck/lib
Daniel Marjamäki faaabc74a7 Set version 1.88 2019-06-29 08:38:13 +02:00
..
CMakeLists.txt
analyzerinfo.cpp Update Copyright 2019-06-29 07:49:14 +02:00
analyzerinfo.h
astutils.cpp Token::index(): Created Token member that indicates the Token position in the token list. It can be used to quickly check if tok1 precedes tok2. 2019-06-21 22:16:23 +02:00
astutils.h Fixed Cppcheck warning 2019-06-29 07:46:25 +02:00
check.cpp
check.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Fix FP with non-local variable referencing a non-local variable (#1864) 2019-06-02 10:21:26 +02:00
checkautovariables.h
checkbool.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checkbool.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
checkboost.cpp
checkboost.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
checkbufferoverrun.cpp Fix issue 6821: New check: access heap/stack data using address of variable 2019-05-31 12:24:31 +02:00
checkbufferoverrun.h Fix Cppcheck warnings 2019-06-15 13:01:45 +02:00
checkclass.cpp Tweak bailout so it's only used in unused template classes 2019-06-20 14:00:44 +02:00
checkclass.h
checkcondition.cpp Revert "Fixed #8938 (FP identicalInnerCondition)" 2019-06-22 21:57:19 +02:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp Set wchar_t type (#1807) 2019-05-01 16:34:28 +02:00
checkio.h
checkleakautovar.cpp CheckLeakAutoVar: Fixed FP seen in daca@home 2019-06-02 15:25:54 +02:00
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknullpointer.cpp Improve diagnostics with null smart pointers (#1805) 2019-04-26 11:30:09 +02:00
checknullpointer.h
checkother.cpp Try to improve 'clarifyStatement' warning message 2019-06-22 08:44:41 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checksizeof.h
checkstl.cpp CheckStl: Modernize the recommendations. string::starts_with is more intuitive than string::compare 2019-05-05 10:35:44 +02:00
checkstl.h Fix Cppcheck warnings 2019-06-15 13:05:17 +02:00
checkstring.cpp Update Copyright 2019-06-29 07:49:14 +02:00
checkstring.h
checktype.cpp Set wchar_t type (#1807) 2019-05-01 16:34:28 +02:00
checktype.h
checkuninitvar.cpp uninitStructMember: Fixed FP shown in daca@home 2019-06-02 20:19:53 +02:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed #8580 (False positive: unused function (lambda)) 2019-04-27 17:17:51 +02:00
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h sync (#1835) 2019-05-17 09:31:41 +02:00
cppcheck.cpp Fixed Cppcheck warning; ::AddonInfo::getFullPath can be static 2019-06-29 07:59:55 +02:00
cppcheck.h test/cli: execute addon 2019-04-14 15:00:03 +02:00
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters Add ctu sources to VS projects 2018-12-27 22:11:40 +01:00
ctu.cpp Fix Cppcheck warnings 2019-06-15 13:28:01 +02:00
ctu.h
errorlogger.cpp
errorlogger.h Update copyright year 2019-02-09 07:24:06 +01:00
importproject.cpp --addon: Use json for addon output 2019-06-24 19:29:43 +02:00
importproject.h
lib.pri
library.cpp Add check for unnecessary search before insertion 2019-05-02 11:04:23 +02:00
library.h Update Copyright 2019-06-29 07:49:14 +02:00
matchcompiler.h
mathlib.cpp Running astyle [ci skip] 2019-05-28 08:49:59 +02:00
mathlib.h
path.cpp Fixed #error in self check when __CPPCHECK__ is defined 2019-04-30 20:31:46 +02:00
path.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
platform.h
preprocessor.cpp Add missing include 2019-05-09 06:55:36 +02:00
preprocessor.h
settings.cpp Only check unused templates if that is configured 2019-05-05 14:40:30 +02:00
settings.h
standards.h Update Copyright 2019-06-29 07:49:14 +02:00
suppressions.cpp Fix Cppcheck warning: Suppressions::dump can be const 2019-06-29 07:53:32 +02:00
suppressions.h Fix Cppcheck warning: Suppressions::dump can be const 2019-06-29 07:53:32 +02:00
symboldatabase.cpp Fixed #8663 (Stack overflow with template disambiguator) (#1932) 2019-06-28 22:07:21 +02:00
symboldatabase.h Add check for unnecessary search before insertion 2019-05-02 11:04:23 +02:00
templatesimplifier.cpp template simplifier: various small fixes (#1916) 2019-06-28 11:14:20 +02:00
templatesimplifier.h template simplifier: various small fixes (#1916) 2019-06-28 11:14:20 +02:00
timer.cpp
timer.h
token.cpp Token::index(): Created Token member that indicates the Token position in the token list. It can be used to quickly check if tok1 precedes tok2. 2019-06-21 22:16:23 +02:00
token.h Token::index(): Created Token member that indicates the Token position in the token list. It can be used to quickly check if tok1 precedes tok2. 2019-06-21 22:16:23 +02:00
tokenize.cpp template simplifier: various small fixes (#1916) 2019-06-28 11:14:20 +02:00
tokenize.h wxwidgets.cfg: Added support for wxWindow::ClientToScreen(). 2019-05-28 08:50:38 +02:00
tokenlist.cpp Cleanup some const_cast of Token* (#1886) 2019-06-16 10:09:38 +02:00
tokenlist.h Update Copyright 2019-06-29 07:49:14 +02:00
utils.h Revert "Refactoring endsWith utility function" 2018-07-25 16:14:43 +02:00
valueflow.cpp Fixx issue 9163: FP returnDanglingLifetime - returning std::string::find (#1912) 2019-06-24 18:52:17 +02:00
valueflow.h Cleanup some const_cast of Token* (#1886) 2019-06-16 10:09:38 +02:00
version.h Set version 1.88 2019-06-29 08:38:13 +02:00
version.rc