cppcheck/lib
Daniel Marjamäki fab55287f7 Tokenizer: improved handling of __asm__ in function declaration 2022-05-08 16:03:09 +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 Update copyright year 2022-02-05 11:45:17 +01:00
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fix #11018 FP uninitvar with redundant pointer op (#4082) 2022-05-05 06:54:27 +02:00
astutils.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
calculate.h
check.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
checkautovariables.cpp
checkautovariables.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
checkbool.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkbool.h
checkboost.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Fix #10427 Regression: selfInitialization (#4070) 2022-05-02 16:49:13 +02:00
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkexceptionsafety.h
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp
checkio.h small utils.h cleanup (#3821) 2022-02-11 19:44:08 +01:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
checkmemoryleak.h small utils.h cleanup (#3821) 2022-02-11 19:44:08 +01:00
checknullpointer.cpp
checknullpointer.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
checkstl.cpp
checkstl.h small utils.h cleanup (#3821) 2022-02-11 19:44:08 +01:00
checkstring.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkstring.h
checktype.cpp
checktype.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
checkvaarg.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkvaarg.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
clangimport.cpp
clangimport.h Update copyright year 2022-02-05 11:45:17 +01:00
color.cpp Update copyright year 2022-02-05 11:45:17 +01:00
color.h
config.h
cppcheck.cpp
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
cppcheck.vcxproj.filters
ctu.cpp
ctu.h
errorlogger.cpp
errorlogger.h
errortypes.cpp
errortypes.h
forwardanalyzer.cpp
forwardanalyzer.h
importproject.cpp
importproject.h
infer.cpp
infer.h
lib.pri
library.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
library.h
matchcompiler.h
mathlib.cpp
mathlib.h Update copyright year 2022-02-05 11:45:17 +01:00
path.cpp
path.h
pathanalysis.cpp Update copyright year 2022-02-05 11:45:17 +01:00
pathanalysis.h enabled functionConst and functionStatic in selfcheck (#3862) 2022-03-02 07:46:47 +01:00
pathmatch.cpp added (partial) support for specifying C++23 and support more "-std" options (#3212) 2022-04-15 16:17:36 +02:00
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
precompiled.h
preprocessor.cpp
preprocessor.h Update copyright year 2022-02-05 11:45:17 +01:00
programmemory.cpp
programmemory.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
reverseanalyzer.cpp Update copyright year 2022-02-05 11:45:17 +01:00
reverseanalyzer.h
settings.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
settings.h
smallvector.h
standards.h added (partial) support for specifying C++23 and support more "-std" options (#3212) 2022-04-15 16:17:36 +02:00
summaries.cpp removed unnecessary varid0 inline suppressions (#3893) 2022-03-12 18:02:40 +01:00
summaries.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
suppressions.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
suppressions.h
symboldatabase.cpp
symboldatabase.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
templatesimplifier.cpp Fix #10494 Same template name confuses check (#4011) 2022-04-13 12:25:21 +02:00
templatesimplifier.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
timer.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
timer.h removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
token.cpp
token.h Fix 11006: FP uninitvar with unknown constant (#4056) 2022-04-28 10:48:37 +02:00
tokenize.cpp
tokenize.h
tokenlist.cpp Fix #10793 internalAstError with brace-init in ternary (#3966) 2022-04-03 20:05:03 +02:00
tokenlist.h
tokenrange.h
utils.cpp
utils.h added (partial) support for specifying C++23 and support more "-std" options (#3212) 2022-04-15 16:17:36 +02:00
valueflow.cpp Fix 11040: FP nullPointer after loop (#4085) 2022-05-05 06:55:02 +02:00
valueflow.h
valueptr.h
version.h
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00