cppcheck/test
chrchr-github e046232535
Fix #11362 FP returnDanglingLifetime for pointer to struct member in static array (#4563)
* Fix  #11362 FP returnDanglingLifetime for pointer to struct member in static array

* Undo
2022-10-22 00:27:30 +02:00
..
bug-hunting
cfg Fix #9653 FP leakReturnValNotUsed although (void) is specified (#4431) 2022-09-27 20:09:04 +02:00
cli
synthetic
testsuites
CMakeLists.txt some small cleanups and refactorings (#4488) 2022-09-24 11:59:13 +02:00
options.cpp
options.h
precompiled.h
redirect.h include all (internal non-generated) headers in clang-tidy checks (#4100) 2022-10-16 13:51:17 +02:00
test.cxx
test64bit.cpp
testanalyzerinformation.cpp
testassert.cpp Fixed #9926 (False positive assertWithSideEffects, calling method that has no side effects) 2022-10-12 07:51:50 +02:00
testastutils.cpp
testautovariables.cpp Fix #11362 FP returnDanglingLifetime for pointer to struct member in static array (#4563) 2022-10-22 00:27:30 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fix #11355 FN: arrayIndexOutOfBounds (#4555) 2022-10-18 07:24:24 +02:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp Add test for #2490 (#4551) 2022-10-14 11:55:45 +02:00
testconstructors.cpp
testcppcheck.cpp enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp modernized `erase()` calls (#4530) 2022-10-02 07:13:31 +02:00
testfunctions.cpp Typo found in Summary of CWE: 758 (#4553) 2022-10-20 19:11:15 +02:00
testgarbage.cpp
testimportproject.cpp Fixed #11102 (False positive: unreadVariable when union in derived struct is used) 2022-10-11 20:47:07 +02:00
testincompletestatement.cpp Fix #11359 FP constStatement for function-local struct definition+initialization statement (#4561) 2022-10-22 00:27:19 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
testmathlib.cpp
testmemleak.cpp Fix leakNoVarFunctionCall FP (#4523) 2022-09-29 21:58:11 +02:00
testnullpointer.cpp
testoptions.cpp
testother.cpp Improve unreachableCodeError: handle library functions (#4560) 2022-10-20 07:00:36 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testprocessexecutor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytemplate.cpp #11134 Fix broken AST with (designated) initializers (#4550) 2022-10-19 07:25:15 +02:00
testsimplifytokens.cpp Fix #11359 FP constStatement for function-local struct definition+initialization statement (#4561) 2022-10-22 00:27:19 +02:00
testsimplifytypedef.cpp #11134 Fix broken AST with (designated) initializers (#4550) 2022-10-19 07:25:15 +02:00
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
teststring.cpp
testsuite.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
testsuite.h
testsummaries.cpp
testsuppressions.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
testsymboldatabase.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
testtokenize.cpp Fix crash in arraySize() (#4556) 2022-10-19 19:19:01 +02:00
testtokenlist.cpp
testtokenrange.cpp
testtype.cpp
testuninitvar.cpp Fix #11321 FP uninitvar for in-class member initialization (#4547) 2022-10-14 19:48:27 +02:00
testunusedfunctions.cpp various optimizations (#4535) 2022-10-06 20:12:07 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.cpp fixed handling of incomplete char/string literals in `isPrefixStringCharLiteral()` - also optimized it a bit (#4541) 2022-10-09 11:19:19 +02:00
testutils.h enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
testvaarg.cpp
testvalueflow.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
testvarid.cpp #11134 Fix broken AST with (designated) initializers (#4550) 2022-10-19 07:25:15 +02:00