cppcheck/lib
Daniel Marjamäki 57e9036186 Cppcheck --addon command should use python3 by default. It can be overridden if needed. 2020-05-15 14:33:35 +02:00
..
CMakeLists.txt cleaned up setting of compiler options and a few more things in CMake (#2599) 2020-04-22 11:04:19 +02:00
analyzerinfo.cpp Update copyright year 2020-05-10 11:16:32 +02:00
analyzerinfo.h
astutils.cpp Update copyright year 2020-05-10 11:16:32 +02:00
astutils.h Update copyright year 2020-05-10 11:16:32 +02:00
check.cpp Update copyright year 2020-05-10 11:16:32 +02:00
check.h cleaned up includes based on include-what-you-use (#2632) 2020-05-10 16:45:45 +02:00
check64bit.cpp
check64bit.h
checkassert.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkassert.h added missing OVERRIDE usage and removed redundant virtual (#2190) 2019-09-20 21:57:16 +02:00
checkautovariables.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkautovariables.h Update copyright year 2020-05-10 11:16:32 +02:00
checkbool.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkbool.h Fix false negatives in checkBitwiseOnBoolean (#2220) 2019-10-06 09:57:31 +02:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkbufferoverrun.h Update copyright year 2020-05-10 11:16:32 +02:00
checkclass.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkclass.h Update copyright year 2020-05-10 11:16:32 +02:00
checkcondition.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkcondition.h Update copyright year 2020-05-10 11:16:32 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h Update copyright year 2020-05-10 11:16:32 +02:00
checkfunctions.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkfunctions.h Replace 'unsigned' with 'nonneg' in checkfunctions 2019-07-16 08:49:02 +02:00
checkinternal.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkinternal.h Update copyright year 2020-05-10 11:16:32 +02:00
checkio.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkio.h replace 'unsigned' with 'nonneg' in checkio 2019-07-16 08:37:26 +02:00
checkleakautovar.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkleakautovar.h Fix #7031 (improve error message for memory related warnings) (#2204) 2019-09-22 21:50:02 +02:00
checkmemoryleak.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkmemoryleak.h Update copyright year 2020-05-10 11:16:32 +02:00
checknullpointer.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checknullpointer.h
checkother.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkother.h Update copyright year 2020-05-10 11:16:32 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkstl.h Update copyright year 2020-05-10 11:16:32 +02:00
checkstring.cpp Set correct type and size of string and char literals (#2275) 2019-10-20 07:11:57 +02:00
checkstring.h
checktype.cpp Fix severity of c++14 shifts with too many bits (#2213) 2019-09-25 20:16:04 +02:00
checktype.h Clarify signConversion warning message 2019-08-05 12:41:08 +02:00
checkuninitvar.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkuninitvar.h Update copyright year 2020-05-10 11:16:32 +02:00
checkunusedfunctions.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkunusedfunctions.h Silence unused variable warning (#2223) 2019-09-27 08:19:45 +02:00
checkunusedvar.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkunusedvar.h Update copyright year 2020-05-10 11:16:32 +02:00
checkvaarg.cpp Update copyright year 2020-05-10 11:16:32 +02:00
checkvaarg.h added missing OVERRIDE usage and removed redundant virtual (#2190) 2019-09-20 21:57:16 +02:00
clangimport.cpp Update copyright year 2020-05-10 11:16:32 +02:00
clangimport.h Clang import; Rename files/namespace 2020-01-10 16:29:06 +01:00
config.h Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
cppcheck.cpp Update copyright year 2020-05-10 11:16:32 +02:00
cppcheck.h Update copyright year 2020-05-10 11:16:32 +02:00
cppcheck.natvis
cppcheck.vcxproj Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
cppcheck.vcxproj.filters Clang import; Rename files/namespace 2020-01-10 16:29:06 +01:00
ctu.cpp Update copyright year 2020-05-10 11:16:32 +02:00
ctu.h CTU: Add 'column' 2019-09-12 10:46:33 +02:00
errorlogger.cpp Update copyright year 2020-05-10 11:16:32 +02:00
errorlogger.h Update copyright year 2020-05-10 11:16:32 +02:00
exprengine.cpp ExprEngine; Activate bug hunting analysis for uninitialized variables/data. This analysis is pretty experimental right now. 2020-05-15 11:25:56 +02:00
exprengine.h Update copyright year 2020-05-10 11:16:32 +02:00
forwardanalyzer.cpp Fix issue 9686: Regression: ValueFlow should handle try/catch better (#2618) 2020-04-22 19:20:03 +02:00
forwardanalyzer.h cleaned up includes based on include-what-you-use (#2632) 2020-05-10 16:45:45 +02:00
importproject.cpp Update copyright year 2020-05-10 11:16:32 +02:00
importproject.h Update copyright year 2020-05-10 11:16:32 +02:00
lib.pri Add generic valueflow forward analysis (#2511) 2020-02-13 16:27:06 +01:00
library.cpp Update copyright year 2020-05-10 11:16:32 +02:00
library.h Update copyright year 2020-05-10 11:16:32 +02:00
matchcompiler.h
mathlib.cpp Update copyright year 2020-05-10 11:16:32 +02:00
mathlib.h
path.cpp Various clang-tidy fixes (#2192) 2019-09-25 15:25:19 +02:00
path.h
pathanalysis.cpp cleaned up includes based on include-what-you-use (#2600) 2020-04-13 13:44:48 +02:00
pathanalysis.h cleaned up includes based on include-what-you-use (#2600) 2020-04-13 13:44:48 +02:00
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp use range loops / constness (#2181) 2019-09-19 20:29:33 +02:00
platform.h Update copyright year 2020-05-10 11:16:32 +02:00
preprocessor.cpp Update copyright year 2020-05-10 11:16:32 +02:00
preprocessor.h Update Copyright year 2019-12-21 11:23:01 +01:00
programmemory.cpp Fix issue 9709: ValueFlow: variable value is not known (#2643) 2020-05-14 14:10:32 +02:00
programmemory.h cleaned up includes based on include-what-you-use (#2600) 2020-04-13 13:44:48 +02:00
settings.cpp Cppcheck --addon command should use python3 by default. It can be overridden if needed. 2020-05-15 14:33:35 +02:00
settings.h Update copyright year 2020-05-10 11:16:32 +02:00
standards.h Various clang-tidy fixes (#2192) 2019-09-25 15:25:19 +02:00
suppressions.cpp Update copyright year 2020-05-10 11:16:32 +02:00
suppressions.h Update copyright year 2020-05-10 11:16:32 +02:00
symboldatabase.cpp Update copyright year 2020-05-10 11:16:32 +02:00
symboldatabase.h Update copyright year 2020-05-10 11:16:32 +02:00
templatesimplifier.cpp Update copyright year 2020-05-10 11:16:32 +02:00
templatesimplifier.h Resolve C4800 Visual C++ warning 2019-12-16 18:11:12 +03:00
timer.cpp Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
timer.h Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
token.cpp cleaned up includes based on include-what-you-use (#2632) 2020-05-10 16:45:45 +02:00
token.h Update copyright year 2020-05-10 11:16:32 +02:00
tokenize.cpp Update copyright year 2020-05-10 11:16:32 +02:00
tokenize.h Update copyright year 2020-05-10 11:16:32 +02:00
tokenlist.cpp Update copyright year 2020-05-10 11:16:32 +02:00
tokenlist.h Update copyright year 2020-05-10 11:16:32 +02:00
utils.h astyle formatting 2020-05-14 18:18:14 +02:00
valueflow.cpp cleaned up includes based on include-what-you-use (#2632) 2020-05-10 16:45:45 +02:00
valueflow.h Update copyright year 2020-05-10 11:16:32 +02:00
valueptr.h Update copyright year 2020-05-10 11:16:32 +02:00
version.h Set development version 2.0.99 2020-05-15 11:15:34 +02:00
version.rc