cppcheck/test
Daniel Marjamäki 47ff29f1c8
Merge pull request #2708 from pfultz2/multi-mutex-lock
Handle FPs: mutexes being locked at different scopes
2020-07-16 08:35:05 +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 use precompiled headers if CMake supports it 2020-06-16 19:56:53 +02:00
options.cpp
options.h
precompiled.h Update copyright year 2020-06-13 16:37:12 +02:00
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 Fix some false positive in loop forward analysis (#2669) 2020-06-05 18:06:03 +02:00
testbughuntingchecks.cpp Bug hunting; When passing uninitialized data to unknown function it is inconclusive if that would be a problem for the function or not 2020-07-13 11:43:11 +02:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fixed #6471 (FP functionConst - member function modifying member variable after cast (inconclusive)) 2020-06-29 13:09:01 +02:00
testcmdlineparser.cpp Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666) 2020-05-30 11:23:22 +02:00
testcondition.cpp Merge pull request #2709 from pfultz2/fp-duplicate-cond-this 2020-07-13 21:14:58 +02:00
testconstructors.cpp Update copyright year 2020-06-13 16:37:12 +02:00
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 Fix testrunner fail, introduced by latest commit 2020-06-12 09:18:16 +02:00
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp Update copyright year 2020-06-13 16:37:12 +02:00
testinternal.cpp
testio.cpp Update test. An inconclusive warning message is now shown. 2020-06-14 22:57:50 +02:00
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 Extend scope of afterCondition until end of function 2020-06-29 11:55:59 -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 Fix handling of c++ casts in template expansion 2020-06-16 19:36:04 +02:00
testsimplifytokens.cpp Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666) 2020-05-30 11:23:22 +02:00
testsimplifytypedef.cpp Revert "Cleanup: Removed Tokenizer::simplifyTokenList2. As a side-effect, rules for "simple" token list are now executed on normal token list." (#2666) 2020-05-30 11:23:22 +02:00
testsimplifyusing.cpp Simplify empty anonymous namespaces. (#2673) 2020-06-07 13:49:04 +02:00
testsizeof.cpp
teststl.cpp Revert "Fixed #9795 (False positive: Local lock is not ineffective, mutex is locked in thread also.)" 2020-07-14 13:04:59 -05:00
teststring.cpp Update copyright year 2020-06-13 16:37:12 +02:00
testsuite.cpp Update copyright year 2020-06-13 16:37:12 +02:00
testsuite.h
testsuppressions.cpp
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 Fixed #9787 (Better handling of user defined literals) 2020-06-25 22:06:34 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Fixed #9750 (Chained stream operation gives uninitvar error) 2020-06-06 15:24:01 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Update copyright year 2020-06-13 16:37:12 +02:00
testunusedvar.cpp Fixed #3088 (False positive: Dont report "struct or union member is never used" for structs with __attribute__((packed)) or #pragma pack(push)) 2020-06-30 11:00:40 +02:00
testutils.cpp
testutils.h Update copyright year 2020-06-13 16:37:12 +02:00
testvaarg.cpp
testvalueflow.cpp 9769: Improve value flow for ternary operator 2020-06-20 10:29:28 +02:00
testvarid.cpp