cppcheck/test
Daniel Marjamäki fab3a8efc8
Merge pull request #2721 from KenPatrickLehrmann/compound_assign_bitshift
Add missing operators <<= and >>=
2020-07-25 09:39:32 +02:00
..
bug-hunting Bug hunting: Add test case for CVE-2019-12977. Passing uninitialized struct to function 2020-07-13 20:42:53 +02:00
cfg windows.cfg: Added some constants from WinUser.h 2020-07-01 16:14:59 +02:00
cli
synthetic
testsuites
CMakeLists.txt
options.cpp
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp Check for mor FPs 2020-06-17 17:06:06 -05:00
testbool.cpp Use ValueFlow for compareBoolExpressionWithInt 2020-06-27 08:13:22 +02:00
testboost.cpp
testbufferoverrun.cpp
testbughuntingchecks.cpp Bug hunting; Avoid bailout uninit FP, stream object 2020-07-19 16:54:44 +02:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fixed #9814 (False positive: functionConst, trailing return type) 2020-07-24 19:40:42 +02:00
testcmdlineparser.cpp
testcondition.cpp Fixed #9816 (False positive: Condition '!b' is always false in nested do-while loop) 2020-07-24 08:13:14 +02:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp Add cppcheck-id for warnings. To start with it's a simple id that changes when file is changed. 2020-07-14 22:30:42 +02:00
testexceptionsafety.cpp
testexprengine.cpp ExprEngine; Improved handling of for loop, loop variable 2020-06-28 17:28:40 +02:00
testfilelister.cpp
testfunctions.cpp
testgarbage.cpp Fixed crash on garbage code: comparisson with an empty second operand 2020-07-18 07:02:12 +03:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp Fix #9635 (FP: Memory leak with comma operator in if-statement) 2020-07-09 21:31:43 +02:00
testlibrary.cpp Library: Refactoring <alloc> init attribute 2020-06-28 21:01:43 +02:00
testmathlib.cpp
testmemleak.cpp Fix #9793 (false positive, memleak with lambda) 2020-07-07 21:51:36 +02:00
testnullpointer.cpp Track reading aliases during valueflow forward 2020-07-19 23:25:35 -05:00
testoptions.cpp
testother.cpp Fix some false positives when the same expression at different places does not have the same value 2020-07-11 14:13:18 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp astyle formatting 2020-07-23 10:09:06 +02:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Fix Cppcheck warning: unused variable in test 2020-07-23 19:50:41 +02:00
testsymboldatabase.cpp SymbolDatabase; Improved ValueType when container methods items 2020-06-26 22:47:28 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp AST: Fix ast for 'for ((..initexpr..);;)' 2020-07-19 11:10:38 +02:00
testtokenlist.cpp
testtype.cpp Refactor: Simplify checkSignConversion 2020-07-20 11:16:56 +02:00
testuninitvar.cpp
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #9017 (Simple classes without side effects not reported as unused) 2020-07-23 11:10:08 +02:00
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Add missing operators <<= and >>= 2020-07-23 14:36:34 +02:00
testvarid.cpp