cppcheck/test
Oliver Stöneberg fd15811215
de-coupled `--check-library` from `information` severity and other dependencies (#3861)
2023-01-26 22:28:04 +01:00
..
cfg de-coupled `--check-library` from `information` severity and other dependencies (#3861) 2023-01-26 22:28:04 +01:00
cli added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
CMakeLists.txt added CMake option `BUILD_CORE_DLL` to build lib as `cppcheck-core.dll` with Visual Studio (#4733) 2023-01-26 22:13:07 +01:00
options.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp Fix #11510 FP CastIntegerToAddressAtReturn with ternary operator (#4732) 2023-01-26 22:09:55 +01:00
testanalyzerinformation.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp Fix #11473 FP constVariable / #11448 FP constParameter / #11188 FP danglingTempReference (#4680) 2023-01-11 22:04:06 +01:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Improve <type-checks><unusedvar> error message (#4735) 2023-01-26 22:18:55 +01:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fix #11330 FN functionConst with access of smart pointer (#4720) 2023-01-16 22:07:04 +01:00
testcmdlineparser.cpp fixed `platforms` lookup / set proper platform type for `unix32-unsigned` and `unix64-unsigned` / copy `platforms` in CMake (#4464) 2023-01-26 22:05:40 +01:00
testcondition.cpp Fix #9353 FN (style) Condition '...' is always true, add test for #10508 (#4731) 2023-01-26 22:03:12 +01:00
testconstructors.cpp
testcppcheck.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
testerrorlogger.cpp errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
testexceptionsafety.cpp added `entrypoint` to library configuration and got rid of hard-coded ones (#4691) 2023-01-18 20:52:33 +01:00
testfilelister.cpp
testfunctions.cpp de-coupled `--check-library` from `information` severity and other dependencies (#3861) 2023-01-26 22:28:04 +01:00
testgarbage.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
testimportproject.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fix #11289 FP wrongPrintfScanfArgNum - snprintf with parameter pack (#4644) 2022-12-15 08:52:13 +01:00
testleakautovar.cpp de-coupled `--check-library` from `information` severity and other dependencies (#3861) 2023-01-26 22:28:04 +01:00
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp Fix #11449 Function call not recognized with extra parentheses / FP nullPointer (#4703) 2023-01-18 20:38:37 +01:00
testoptions.cpp
testother.cpp Fix #10337 FP selfAssignment (#4682) 2023-01-18 16:59:56 +01:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp bumped simplecpp to 9dc2c3df53 (#4726) 2023-01-20 15:41:32 +01:00
testprocessexecutor.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
testrunner.cpp
testrunner.vcxproj generate `*.vcxproj` file lists with `dmake` (#4652) 2023-01-21 11:55:36 +01:00
testrunner.vcxproj.filters generate `*.vcxproj` file lists with `dmake` (#4652) 2023-01-21 11:55:36 +01:00
testsettings.cpp added command-line option `--disable=<id>` to disable individual checks (#4712) 2023-01-21 10:39:44 +01:00
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp fix truncation of token flags (#4727) 2023-01-26 22:11:37 +01:00
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp Fix 11381: FP derefInvalidIteratorRedundantCheck when updating iterator using std::tie (#4659) 2022-12-20 20:29:19 +01:00
teststring.cpp
testsuite.cpp replaced some `std::ostringstream` usage with `std::to_string()` (#4719) 2023-01-16 22:05:33 +01:00
testsuite.h
testsummaries.cpp
testsuppressions.cpp errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
testsymboldatabase.cpp Fix #11473 FP constVariable / #11448 FP constParameter / #11188 FP danglingTempReference (#4680) 2023-01-11 22:04:06 +01:00
testthreadexecutor.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
testtimer.cpp
testtoken.cpp extracted `ValueFlow::Value` to `vfvalue.{cpp|h}` (#4642) 2023-01-26 22:23:22 +01:00
testtokenize.cpp Fix crash in iscpp11init_impl() (#4743) 2023-01-26 22:25:49 +01:00
testtokenlist.cpp
testtokenrange.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
testtype.cpp
testuninitvar.cpp de-coupled `--check-library` from `information` severity and other dependencies (#3861) 2023-01-26 22:28:04 +01:00
testunusedfunctions.cpp added `entrypoint` to library configuration and got rid of hard-coded ones (#4691) 2023-01-18 20:52:33 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp de-coupled `--check-library` from `information` severity and other dependencies (#3861) 2023-01-26 22:28:04 +01:00
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp extracted `ValueFlow::Value` to `vfvalue.{cpp|h}` (#4642) 2023-01-26 22:23:22 +01:00
testvarid.cpp Fix #11497 debug: CheckClass::isMemberVar found used member variable 'x' with varid 0 (inconclusive) (#4736) 2023-01-26 22:19:51 +01:00