cppcheck/lib
Carl Morgan 6741f774b1
Support integer Z suffix and user defined literals with _ suffix (#10807, #11438) (#5130)
Co-authored-by: Carl Morgan <no-reply@crown.com>
2023-06-08 20:03:41 +02:00
..
CMakeLists.txt
analyzer.h
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp
astutils.h
calculate.h
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp Update copyright year 2023-01-28 10:16:34 +01:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp Fix #11679 FP knownArgument with known return value (#5007) 2023-04-28 08:27:48 +02:00
checkcondition.h Update copyright year 2023-01-28 10:16:34 +01:00
checkexceptionsafety.cpp cleaned up includes based on `include-what-you-use` (#4599) 2023-03-02 21:50:14 +01:00
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
checkinternal.h
checkio.cpp
checkio.h
checkleakautovar.cpp Fix FN deallocuse with array access (#5121) 2023-06-08 07:55:49 +02:00
checkleakautovar.h
checkmemoryleak.cpp Remove hardcoded whitelist (#5063) 2023-06-01 14:45:41 +02:00
checkmemoryleak.h Remove hardcoded whitelist (#5063) 2023-06-01 14:45:41 +02:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
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 Suppress unused struct members from types expanded from macros (#5087) 2023-05-26 17:48:49 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
clangimport.cpp
clangimport.h LCppC backports: Refactorizations/Optimizations (#4204) 2022-08-21 17:21:02 +02:00
color.cpp
color.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.natvis added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
cppcheck.vcxproj added clean C/C++ keyword lists and use them in `TokenList` (#3774) 2023-02-24 21:43:27 +01:00
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
errortypes.cpp
errortypes.h
forwardanalyzer.cpp
forwardanalyzer.h
fwdanalysis.cpp
fwdanalysis.h
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
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
library.cpp
library.h
matchcompiler.h Update copyright year 2021-09-26 11:34:56 +02:00
mathlib.cpp
mathlib.h do not use string-to-integer conversions without error handling (#4906) 2023-04-08 22:29:09 +02:00
path.cpp
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
pcrerules.pri
platform.cpp
platform.h
precompiled.h
preprocessor.cpp
preprocessor.h
programmemory.cpp
programmemory.h
reverseanalyzer.cpp Revert "Revert "Skip forwarding values for unique expressions (#5103)"" (#5124) 2023-06-07 11:11:48 +02:00
reverseanalyzer.h
settings.cpp
settings.h
smallvector.h
sourcelocation.h
standards.h
summaries.cpp
summaries.h
suppressions.cpp
suppressions.h Suppressions: some cleanups (#4980) 2023-05-04 18:15:18 +02:00
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h Revert "Revert "Skip forwarding values for unique expressions (#5103)"" (#5124) 2023-06-07 11:11:48 +02:00
tokenize.cpp Fix scope for function returning rvalue reference, insert std:: in return statement (#5119) 2023-06-08 07:47:21 +02:00
tokenize.h
tokenlist.cpp Fix AST for parameter pack (#10199, #10492, #11103) (#5125) 2023-06-07 20:46:14 +02:00
tokenlist.h
tokenrange.h Update copyright year 2023-01-28 10:16:34 +01:00
utils.cpp
utils.h
valueflow.cpp
valueflow.h
valueptr.h
version.h bumped version to 2.11 (#4751) 2023-01-29 15:18:22 +01:00
version.rc
vfvalue.cpp
vfvalue.h