cppcheck/lib
Daniel Marjamäki b7631b0390 Add more timers in tokenizer 2019-02-04 21:13:59 +01:00
..
CMakeLists.txt
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fixed #8949 (False Positive: Variable 'f' is assigned a value that is never used.) 2019-01-22 21:16:27 +01:00
astutils.h ValueFlow: better FwdAnalysis for complex expressions 2019-01-01 18:23:47 +01:00
check.cpp
check.h Export interfaces from cppcheck-core.dll used from testrunner. In turn remove ctu sources from testrunner which are obsolete now. 2018-12-28 23:09:44 +01:00
check64bit.cpp
check64bit.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkassert.cpp Patch assert warning lib/checkassert.cpp (#1543) 2018-12-28 15:25:22 +01:00
checkassert.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkautovariables.cpp Lifetime: Support analysis with functions that do not return a reference (#1632) 2019-01-29 09:47:52 +01:00
checkautovariables.h Extend lifetime checking for references 2019-01-23 07:29:16 +01:00
checkbool.cpp
checkbool.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkboost.cpp
checkboost.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkbufferoverrun.cpp
checkbufferoverrun.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkclass.cpp Fixed #8850 (Array in-class initialization for private member considered uninitialized) 2019-02-02 18:34:41 +01:00
checkclass.h Replace "virtual method" with "virtual function" in messages. 2019-01-15 06:22:14 +01:00
checkcondition.cpp Add a check for duplicate if statements 2019-01-09 20:41:01 +01:00
checkcondition.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkfunctions.cpp
checkfunctions.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkinternal.cpp rephraze internal warning 2019-01-13 12:12:07 +01:00
checkinternal.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkio.cpp
checkio.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkleakautovar.cpp Fixed #8392 (false positive: "Memory leak" with malloc in if) 2019-01-27 10:27:44 +01:00
checkleakautovar.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkmemoryleak.cpp Fixed #7845 (Leak reported when ignoring return value of 'new', even if pointer saved by constructor) 2019-02-03 12:15:05 +01:00
checkmemoryleak.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checknullpointer.cpp CheckNullPointer: Try to report all CTU issues not just the first found issue 2018-12-31 07:52:14 +01:00
checknullpointer.h Fix Cppcheck missingOverride warnings 2019-01-13 13:22:36 +01:00
checkother.cpp Use valueflow in unsigned less than zero checker (#1630) 2019-01-31 09:30:29 +01:00
checkother.h Use valueflow in unsigned less than zero checker (#1630) 2019-01-31 09:30:29 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checksizeof.cpp
checksizeof.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkstl.cpp CTU: Reuse CheckNullPointer::isPointerDeRef in the nullpointer isUnsafeUsage 2018-12-29 09:26:57 +01:00
checkstl.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkstring.cpp
checkstring.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checktype.cpp
checktype.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkuninitvar.cpp Fix inline suppression. 2019-01-13 12:10:26 +01:00
checkuninitvar.h Fix Cppcheck missingOverride warnings 2019-01-13 13:22:36 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkunusedvar.cpp Fixed #8948 (False Positive: Variable 'n' is assigned a value that is never used.) 2019-01-26 21:44:07 +01:00
checkunusedvar.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
checkvaarg.cpp Fix 8124: False positive va_end missing with lambda (#1577) 2019-01-10 18:32:17 +01:00
checkvaarg.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
config.h Travis: Enable missingOverride checker 2019-01-13 12:21:01 +01:00
cppcheck.cpp Clarify Cppcheck output 2019-02-03 19:49:27 +01:00
cppcheck.h Introduce macro OVERRIDE for gcc-4.6 compatibility. 2019-01-12 07:37:42 +01:00
cppcheck.natvis
cppcheck.vcxproj Add ctu sources to VS projects 2018-12-27 22:11:40 +01:00
cppcheck.vcxproj.filters Add ctu sources to VS projects 2018-12-27 22:11:40 +01:00
ctu.cpp CLI: Added --max-ctu-depth 2019-02-03 17:51:36 +01:00
ctu.h CLI: Added --max-ctu-depth 2019-02-03 17:51:36 +01:00
errorlogger.cpp Fix return value from ErrorLogger::reportUnmatchedSuppressions 2019-01-22 06:45:22 +01:00
errorlogger.h Correct exit code when there are no unmatched suppressions 2019-01-21 20:33:22 +01:00
importproject.cpp Attempt to fix MSVC compile issue 2019-02-01 00:09:07 +01:00
importproject.h Fixed compile error 2019-01-31 23:52:48 +01:00
lib.pri
library.cpp library.cpp: Let tinyxml2 print a helpful error message when XML is bad (#1609) 2019-01-18 17:10:41 +01:00
library.h
matchcompiler.h
mathlib.cpp
mathlib.h
path.cpp Fixed #8563 (CPPCheck not able to locate file through compilation database) 2019-01-05 23:11:43 +01:00
path.h Fixed #8563 (CPPCheck not able to locate file through compilation database) 2019-01-05 23:11:43 +01:00
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
preprocessor.cpp Remove inline suppression and fix false positive. 2019-01-13 07:59:41 +01:00
preprocessor.h
settings.cpp CLI: Added --max-ctu-depth 2019-02-03 17:51:36 +01:00
settings.h CLI: Added --max-ctu-depth 2019-02-03 17:51:36 +01:00
standards.h
suppressions.cpp Suppressions: Handle comment in file that starts with # 2019-01-12 15:21:47 +01:00
suppressions.h
symboldatabase.cpp Fixed #8950 and #8952 (improve type alias support) (#1633) 2019-01-31 16:53:51 +01:00
symboldatabase.h Extend lifetime checking for references 2019-01-23 07:29:16 +01:00
templatesimplifier.cpp template simplifier: fix crash on windows (#1639) 2019-02-01 06:59:49 +01:00
templatesimplifier.h template simplifier: add forward declaration map to debug output (#1629) 2019-01-27 07:46:27 +01:00
timer.cpp
timer.h Fix Cppcheck missingOverride warnings 2019-01-13 13:22:36 +01:00
token.cpp Fix Token::findExpressionStartEndTokens() regression 2019-01-20 13:23:19 +01:00
token.h Replace std::set::emplace with std::set::insert to make Cppcheck compilable in Slackware 14.0 2019-01-05 18:18:15 +01:00
tokenize.cpp Add more timers in tokenizer 2019-02-04 21:13:59 +01:00
tokenize.h Improve syntax errors for unmatched (){}[] 2019-01-05 11:56:21 +01:00
tokenlist.cpp
tokenlist.h
utils.h
valueflow.cpp Avoid infinite recursion in getLifetimeVariable (#1634) 2019-01-31 10:34:41 +01:00
valueflow.h Avoid infinite recursion in getLifetimeVariable (#1634) 2019-01-31 10:34:41 +01:00
version.h
version.rc