cppcheck/test
Paul Fultz II c0f55a2b85
Fix 11142: FP nullPointer before assignment (#4319)
* Fix 11142: FP nullPointer before assignment

* Format

* Use simpleMatch
2022-08-03 19:05:07 +02:00
..
bug-hunting
cfg windows.cfg: deprecate '_alloca()'. Ref. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/alloca?view=msvc-170 2022-07-29 21:41:32 +02:00
cli Fixed #11172 (Unmatched suppression for inline suppression even though --suppress=unmatchedSuppression is used) 2022-07-12 22:51:26 +02:00
synthetic Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuites
CMakeLists.txt some `missingInclude`/`missingIncludeSystem` fixes and tests (#4027) 2022-07-09 23:21:11 +02:00
options.cpp
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testanalyzerinformation.cpp Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testassert.cpp
testastutils.cpp
testautovariables.cpp Fix #11016 FP unusedStructMember when used through iterator (regression) (#4289) 2022-07-19 20:42:54 +02:00
testbool.cpp Fix FP bitwiseOnBoolean (#4280) 2022-07-14 20:59:39 +02:00
testboost.cpp
testbufferoverrun.cpp Fix BufferOverrun TODO (#4300) 2022-07-22 07:24:34 +02:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fix #10077 FP functionConst when overloaded operator ++ is used (#4309) 2022-07-26 08:30:59 +02:00
testcmdlineparser.cpp
testcondition.cpp Handle float values (#4336) 2022-08-02 22:11:31 +02:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfunctions.cpp Add tests for #5804, #8958, #9002, #10031 (#4326) 2022-07-30 16:15:32 +02:00
testgarbage.cpp Fix #10451 syntaxError with typedef and lambda (#3900) 2022-03-14 17:59:29 +01:00
testimportproject.cpp
testincompletestatement.cpp Fix #11234 Broken AST with auto**, FP constStatement (#4339) 2022-08-03 19:03:38 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp Fix #11237 checkLibraryNoReturn with unassigned object (#4338) 2022-08-03 19:04:10 +02:00
testlibrary.cpp Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option (#4183) 2022-06-19 12:01:55 +02:00
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp Fix 11142: FP nullPointer before assignment (#4319) 2022-08-03 19:05:07 +02:00
testoptions.cpp
testother.cpp Fix #11191 FP moduloofone with pow() (#4312) 2022-07-28 22:11:23 +02:00
testpath.cpp Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp some `missingInclude`/`missingIncludeSystem` fixes and tests (#4027) 2022-07-09 23:21:11 +02:00
testprocessexecutor.cpp separated process execution code into `ProcessExecutor` (#4249) 2022-07-08 16:42:57 +02:00
testrunner.cpp
testrunner.vcxproj Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testrunner.vcxproj.filters
testsimplifytemplate.cpp
testsimplifytokens.cpp Fix #11191 FP moduloofone with pow() (#4312) 2022-07-28 22:11:23 +02:00
testsimplifytypedef.cpp
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp Fix 11147: FP invalidContainer with substr() (#4333) 2022-08-03 19:04:44 +02:00
teststring.cpp
testsuite.cpp fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings (#4311) 2022-07-28 22:53:59 +02:00
testsuite.h
testsummaries.cpp
testsuppressions.cpp some `TestSuppressions` improvements and cleanups (#4271) 2022-07-12 17:36:36 +02:00
testsymboldatabase.cpp Fix #11016 FP unusedStructMember when used through iterator (regression) (#4289) 2022-07-19 20:42:54 +02:00
testthreadexecutor.cpp some `TestSuppressions` improvements and cleanups (#4271) 2022-07-12 17:36:36 +02:00
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fix #9716 Syntax error for function-try-block in global scope (#4305) 2022-07-31 14:49:50 +02:00
testtokenlist.cpp
testtokenrange.cpp
testtype.cpp
testuninitvar.cpp
testunusedfunctions.cpp Fix #10661 FP extern function reported as unused (#4279) 2022-07-14 20:59:58 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp Fix #9946 FP: unassignedVariable when operator() is called subsequently (#4303) 2022-07-24 17:52:14 +02:00
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix #9946 FP: unassignedVariable when operator() is called subsequently (#4303) 2022-07-24 17:52:14 +02:00
testvarid.cpp