cppcheck/test
Daniel Marjamäki 05df31c12a Fixed unit tests 2021-06-27 09:04:47 +02:00
..
bug-hunting
cfg std.cfg: Added support for more interfaces 2021-06-03 08:07:53 +02:00
cli Suppressions; Fixed problem with cppcheck build dir is used 2021-06-12 18:19:00 +02:00
synthetic
testsuites
CMakeLists.txt
options.cpp
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Fixed #10070 (FP warning: Logical disjunction always evaluates to true) 2021-05-04 13:47:09 +02:00
testautovariables.cpp Fix 10308: danglingTemporaryLifetime confused by function parameter (#3292) 2021-06-09 09:21:03 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fix 10284: False positive; valueFlowBeforeCondition does not seem to care about increment (#3287) 2021-06-04 21:40:57 +02:00
testbughuntingchecks.cpp
testcharvar.cpp
testclangimport.cpp Revert "Clang import; This experimental feature didn't "take off" much. After a lot of work we are still far fram the goal. I remove it now but don't rule out completely that it could ever be added again." 2021-04-30 16:47:02 +02:00
testclass.cpp Running astyle [ci skip] 2021-04-09 08:46:47 +02:00
testcmdlineparser.cpp
testcondition.cpp Fix 10323: Wrong known value. x!=0 does not mean that x==1 (#3308) 2021-06-26 09:16:45 +02:00
testconstructors.cpp Fix false positives when class might inherit from VCL TObject class 2021-06-13 18:56:04 +02:00
testcppcheck.cpp
testerrorlogger.cpp astyle formatting 2021-04-22 19:08:24 +02:00
testexceptionsafety.cpp New check for rethrow without current handled exception (#3270) 2021-05-31 10:39:24 +02:00
testexprengine.cpp
testfilelister.cpp Check stat return value in addFiles2 (#3214) 2021-04-18 21:52:14 +02:00
testfunctions.cpp testrunner: return value in non-void functions 2021-06-12 16:43:48 +02:00
testgarbage.cpp Tokenizer::findGarbageCode: detect wrong struct declaration 2021-05-08 15:28:21 +02:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp astyle formatting 2021-06-24 23:19:59 +02:00
testleakautovar.cpp Fix test case for #10186 (#3253) 2021-05-10 08:01:30 +02:00
testlibrary.cpp
testmathlib.cpp Refactoring; Reuse simplecpp::characterLiteralToLL 2021-05-02 13:44:37 +02:00
testmemleak.cpp Tokenizer::findGarbageCode: detect wrong struct declaration 2021-05-08 15:28:21 +02:00
testnullpointer.cpp Fix 10321: Two flags confuse null pointer check (#3300) 2021-06-19 13:58:57 +02:00
testoptions.cpp
testother.cpp #10026: Added a regression test for 'false negative: duplicateExpression' 2021-05-24 08:54:45 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj allow token iteration in range for 2021-06-14 07:39:01 +02:00
testrunner.vcxproj.filters allow token iteration in range for 2021-06-14 07:39:01 +02:00
testsamples.cpp Check stat return value in addFiles2 (#3214) 2021-04-18 21:52:14 +02:00
testsimplifytemplate.cpp astyle formatting 2021-05-23 14:36:45 +02:00
testsimplifytokens.cpp fix #10281 (Tokenizer; Wrong simplification for 'namespace ef = :🅰️🅱️:c::d::ef') (#3263) 2021-05-20 08:27:07 +02:00
testsimplifytypedef.cpp
testsimplifyusing.cpp fix daca2 paraview crash from uninstantiated recursive template (#3237) 2021-04-29 11:09:51 +02:00
testsizeof.cpp
teststl.cpp Fix 10238: FP knownConditionTrueFalse std::string from const char* assumed non-empty (#3288) 2021-06-04 17:22:05 +02:00
teststring.cpp
testsuite.cpp
testsuite.h
testsummaries.cpp
testsuppressions.cpp
testsymboldatabase.cpp fix #10295 (false negatives by inconsistent 'void' in argument list (declaration vs definition)) (#3274) 2021-05-24 19:32:15 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Tokenizer::simplifyAttribute; Set function attribute for function pointer 2021-06-26 14:23:39 +02:00
testtokenlist.cpp
testtokenrange.cpp astyle formatting 2021-06-14 07:39:41 +02:00
testtype.cpp Fix 10298: ValueFlow: Wrong known value, 'x == -1' implicit unsigned cast for rhs (#3277) 2021-06-04 17:17:41 +02:00
testuninitvar.cpp Fix 10119: ValueFlow; object member is not uninitialized. happens when there is static member also. (#3299) 2021-06-19 13:58:18 +02:00
testunusedfunctions.cpp Fixed unit tests 2021-06-27 09:04:47 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #10276 (FP: (style) Variable '((uint8_t*)(uint16_t)0x1000)[0]' is assigned a value that is never used.) 2021-05-18 20:35:00 +02:00
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix 10314: Possible nullPointerRedundantCheck false positive (#3298) 2021-06-19 13:59:48 +02:00
testvarid.cpp Parser; Set varid for structured binding variables 2021-04-26 18:04:27 +02:00