cppcheck/lib
Paul Fultz II d6e3182441
Fix 11721: False positive: constParameterReference with overloaded template function (#5151)
2023-06-17 11:31:47 +02:00
..
CMakeLists.txt
analyzer.h
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp
astutils.h
calculate.h Fix 11053: Integer division by zero in calculate.h (#4092) 2022-05-09 20:27:32 +02:00
check.cpp
check.h
check64bit.cpp
check64bit.h Update copyright year 2022-05-21 12:18:27 +02:00
checkassert.cpp Update copyright year 2023-01-28 10:16:34 +01:00
checkassert.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp
checkcondition.h Update copyright year 2023-01-28 10:16:34 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h cleaned up includes based on `include-what-you-use` (#4599) 2023-03-02 21:50:14 +01:00
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp cleaned up includes based on `include-what-you-use` (#4599) 2023-03-02 21:50:14 +01:00
checkinternal.h
checkio.cpp
checkio.h Update copyright year 2023-01-28 10:16:34 +01:00
checkleakautovar.cpp Fix FP deallocuse regression (#5144) 2023-06-11 14:11:41 +02:00
checkleakautovar.h Fix #9279 Missing --check-library warning when memory leaks check assumes function is noreturn (#4937) 2023-04-06 18:44:03 +02:00
checkmemoryleak.cpp
checkmemoryleak.h
checknullpointer.cpp Fix #11225 FN constParameter with cast (#5100) 2023-05-31 16:51:03 +02:00
checknullpointer.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp cleaned up includes based on `include-what-you-use` (#4599) 2023-03-02 21:50:14 +01:00
checksizeof.h Update copyright year 2023-01-28 10:16:34 +01:00
checkstl.cpp Fix #11547 FN stlcstrConstructor, stlcstrAssignment with std::stringview (#5097) 2023-05-31 16:51:37 +02:00
checkstl.h
checkstring.cpp
checkstring.h Update copyright year 2023-01-28 10:16:34 +01:00
checktype.cpp
checktype.h
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h Update copyright year 2022-05-21 12:18:27 +02:00
clangimport.cpp
clangimport.h
color.cpp optimized template string substitutions a bit (#4840) 2023-04-08 22:19:52 +02:00
color.h fixed some CLion inspection warnings (#4688) 2023-04-28 16:02:41 +02:00
config.h
cppcheck.cpp
cppcheck.h moved more code into `HAVE_RULES` (#4956) 2023-05-04 10:54:19 +02:00
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters
ctu.cpp
ctu.h
errorlogger.cpp cleaned up includes based on `include-what-you-use` (#5021) 2023-04-30 07:33:19 +02:00
errorlogger.h optimized template string substitutions a bit (#4840) 2023-04-08 22:19:52 +02:00
errortypes.cpp
errortypes.h
forwardanalyzer.cpp Revert "Revert "Skip forwarding values for unique expressions (#5103)"" (#5124) 2023-06-07 11:11:48 +02:00
forwardanalyzer.h
fwdanalysis.cpp Fix #11728 FP unreadVariable with brace-init (#5075) 2023-05-23 20:21:02 +02:00
fwdanalysis.h Update copyright year 2023-01-28 10:16:34 +01:00
importproject.cpp Fix #11727 Limit check to selected VS configurations does not work (#5072) 2023-05-23 12:44:03 +02:00
importproject.h
infer.cpp
infer.h fixed some `-Wdeprecated-copy-dtor` Clang compiler warnings (#4836) 2023-03-02 21:02:29 +01:00
keywords.cpp
keywords.h added clean C/C++ keyword lists and use them in `TokenList` (#3774) 2023-02-24 21:43:27 +01:00
lib.pri added clean C/C++ keyword lists and use them in `TokenList` (#3774) 2023-02-24 21:43:27 +01:00
library.cpp
library.h
matchcompiler.h
mathlib.cpp Support integer Z suffix and user defined literals with _ suffix (#10807, #11438) (#5130) 2023-06-08 20:03:41 +02:00
mathlib.h
path.cpp Use path to executable when trying to load library (#5082) 2023-05-26 06:55:36 +02:00
path.h Use path to executable when trying to load library (#5082) 2023-05-26 06:55:36 +02:00
pathanalysis.cpp
pathanalysis.h
pathmatch.cpp
pathmatch.h enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169) 2022-07-28 22:51:45 +02:00
pcrerules.pri
platform.cpp
platform.h made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791) 2023-03-03 18:36:27 +01:00
precompiled.h
preprocessor.cpp dump file: fix xml format error in <macro> (#5095) 2023-05-30 14:51:11 +02:00
preprocessor.h
programmemory.cpp
programmemory.h fixed some CLion inspection warnings (#4688) 2023-04-28 16:02:41 +02:00
reverseanalyzer.cpp
reverseanalyzer.h
settings.cpp
settings.h moved more code into `HAVE_RULES` (#4956) 2023-05-04 10:54:19 +02:00
smallvector.h Add missing rebinding trait to TaggedAllocator (complete #5015) (#5146) 2023-06-13 11:22:43 +02:00
sourcelocation.h
standards.h
summaries.cpp
summaries.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
timer.cpp Fixed #11715 (Add --showtime=file-total option to show checking time of each file) (#5049) 2023-05-11 14:04:22 +02:00
timer.h
token.cpp
token.h
tokenize.cpp Merge pull request #5152 from chrchr-github/chr_Fix11189 2023-06-16 23:59:17 +02:00
tokenize.h
tokenlist.cpp Fix #11275 internalAstError on C++20 templated lambda / Fix #11400 internalAstError on nested lambda (#5134) 2023-06-10 07:42:10 +02:00
tokenlist.h Partial fix for #11378 internalAstError regressions (iscpp11init) (#4889) 2023-03-13 16:30:27 +01:00
tokenrange.h
utils.cpp
utils.h
valueflow.cpp
valueflow.h ValueFlow: Add pass runner to check timeout and report time (#4952) 2023-04-30 20:39:05 +02:00
valueptr.h
version.h
version.rc added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
vfvalue.cpp Update copyright year 2023-01-28 10:16:34 +01:00
vfvalue.h