cppcheck/lib
Paul Fultz II e430a11b49
Add debug_valueflow instrinsic to show valueflow values and its error path ()
* Add debug_valueflow instrinsic to show valueflow values and its error path

* Format
2022-06-01 06:53:21 +02:00
..
CMakeLists.txt Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
analyzer.h Handle subfunction values in valueflow conditions () 2022-05-29 19:57:10 +02:00
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp inlined `findAstNode()` calls () 2022-05-31 13:37:21 +02:00
astutils.h inlined `findAstNode()` calls () 2022-05-31 13:37:21 +02:00
calculate.h Fix 11053: Integer division by zero in calculate.h () 2022-05-09 20:27:32 +02:00
check.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
check.h Format with uncrustify () 2021-08-07 20:51:18 +02:00
check64bit.cpp
check64bit.h Update copyright year 2022-05-21 12:18:27 +02:00
checkassert.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkassert.h Update copyright year 2022-05-21 12:18:27 +02:00
checkautovariables.cpp cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
checkautovariables.h removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
checkbool.cpp Fix not getting expected warning in relational comparison of booleans () 2022-05-11 08:09:32 +02:00
checkbool.h Update copyright year 2022-05-21 12:18:27 +02:00
checkboost.cpp
checkboost.h Update copyright year 2022-05-21 12:18:27 +02:00
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Fix FN: "static" not suggested for non-const method () 2022-05-11 20:01:22 +02:00
checkclass.h cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
checkcondition.cpp Fix FN Condition '...' is always true ' uint16_t i; ( i <= 0xFFFF)' () 2022-05-21 08:33:42 +02:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h small utils.h cleanup () 2022-02-11 19:44:08 +01:00
checkinternal.cpp
checkinternal.h Update copyright year 2022-05-21 12:18:27 +02:00
checkio.cpp
checkio.h
checkleakautovar.cpp Fix crash with statement expression () 2022-05-28 00:11:23 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fix FP memleak () 2022-05-30 06:55:15 +02:00
checkmemoryleak.h
checknullpointer.cpp Fix FN constructing string from nullptr / FN unread variables () 2022-05-18 13:52:44 +02:00
checknullpointer.h
checkother.cpp Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
checkother.h Update copyright year 2022-05-21 12:18:27 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Update copyright year 2022-05-21 12:18:27 +02:00
checksizeof.cpp Fix FP sizeofDivisionMemfunc () 2022-04-13 18:21:56 +02:00
checksizeof.h Update copyright year 2022-05-21 12:18:27 +02:00
checkstl.cpp Fix 11028: False positive: invalidContainer () 2022-05-05 06:54:36 +02:00
checkstl.h
checkstring.cpp checkAlwaysTrueOrFalseStringCompare: Added '_mbscmp_l' to list of functions. 2022-05-25 13:35:39 +02:00
checkstring.h Update copyright year 2022-05-21 12:18:27 +02:00
checktype.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checktype.h
checkuninitvar.cpp Rename old uninitvar ID to use legacyUninitvar () 2022-04-27 17:37:37 +02:00
checkuninitvar.h Rename old uninitvar ID to use legacyUninitvar () 2022-04-27 17:37:37 +02:00
checkunusedfunctions.cpp enabled functionConst and functionStatic in selfcheck () 2022-03-02 07:46:47 +01:00
checkunusedfunctions.h
checkunusedvar.cpp Fix FP unreadVariable with unique_ptr and unknown type () 2022-05-27 17:17:50 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h Update copyright year 2022-05-21 12:18:27 +02:00
clangimport.cpp Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
clangimport.h
color.cpp
color.h
config.h fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups () 2022-05-15 12:42:29 +02:00
cppcheck.cpp provide more details when executing addons fails 2022-05-18 08:36:20 +02:00
cppcheck.h Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
cppcheck.natvis
cppcheck.vcxproj aligned build options of Visual Studio project configurations and added them to CMake () 2022-04-21 21:28:29 +02:00
cppcheck.vcxproj.filters Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
ctu.cpp small utils.h cleanup () 2022-02-11 19:44:08 +01:00
ctu.h Fix False negative: Uninitialized struct member (default constructor) () 2022-05-09 20:28:21 +02:00
errorlogger.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
errorlogger.h Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
errortypes.cpp Update copyright year 2022-02-05 11:45:17 +01:00
errortypes.h Update copyright year 2022-02-05 11:45:17 +01:00
forwardanalyzer.cpp Handle subfunction values in valueflow conditions () 2022-05-29 19:57:10 +02:00
forwardanalyzer.h
importproject.cpp fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups () 2022-05-15 12:42:29 +02:00
importproject.h Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
infer.cpp
infer.h
lib.pri Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
library.cpp library: Improved argument <valid>-interface to defined values that are explicitly excluded. () 2022-05-14 16:05:18 +02:00
library.h cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
matchcompiler.h
mathlib.cpp Cleanup redundant parentheses 2022-05-15 07:53:32 +02:00
mathlib.h
path.cpp Update copyright year 2022-05-21 12:18:27 +02:00
path.h Format with uncrustify () 2021-08-07 20:51:18 +02:00
pathanalysis.cpp
pathanalysis.h
pathmatch.cpp added (partial) support for specifying C++23 and support more "-std" options () 2022-04-15 16:17:36 +02:00
pathmatch.h
pcrerules.pri
platform.cpp
platform.h Update copyright year 2022-05-21 12:18:27 +02:00
precompiled.h
preprocessor.cpp Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
preprocessor.h Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
programmemory.cpp Fix 11056: FP uninitvar with known condition in loop () 2022-05-12 06:37:48 +02:00
programmemory.h cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
reverseanalyzer.cpp Fix FN: "static" not suggested for non-const method () 2022-05-11 20:01:22 +02:00
reverseanalyzer.h Format with uncrustify () 2021-08-07 20:51:18 +02:00
settings.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
settings.h cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
smallvector.h smallvector.h: reverted bogus noExplicitConstructor fix and suppress the warning () 2022-04-13 20:50:04 +02:00
standards.h added (partial) support for specifying C++23 and support more "-std" options () 2022-04-15 16:17:36 +02:00
summaries.cpp removed unnecessary varid0 inline suppressions () 2022-03-12 18:02:40 +01:00
summaries.h
suppressions.cpp cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
suppressions.h fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups () 2022-05-15 12:42:29 +02:00
symboldatabase.cpp Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
symboldatabase.h Fix 11057: FP danglingTemporaryLifetime with reference member () 2022-05-13 06:51:07 +02:00
templatesimplifier.cpp Fix FN constVariable with range-based for loop () 2022-05-29 17:06:33 +02:00
templatesimplifier.h
timer.cpp
timer.h Update copyright year 2022-05-21 12:18:27 +02:00
token.cpp Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
token.h Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
tokenize.cpp Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
tokenize.h Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
tokenlist.cpp Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
tokenlist.h fixed some clang-tidy warnings () 2022-05-08 20:42:06 +02:00
tokenrange.h
utils.cpp added (partial) support for specifying C++23 and support more "-std" options () 2022-04-15 16:17:36 +02:00
utils.h added (partial) support for specifying C++23 and support more "-std" options () 2022-04-15 16:17:36 +02:00
valueflow.cpp Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
valueflow.h Add debug_valueflow instrinsic to show valueflow values and its error path () 2022-06-01 06:53:21 +02:00
valueptr.h
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00