.. |
bug-hunting
|
…
|
|
cfg
|
windows.cfg: Added some constants from WinUser.h
|
2020-07-01 16:14:59 +02:00 |
cli
|
…
|
|
synthetic
|
Improve Python code
|
2017-06-05 13:23:00 +02:00 |
testsuites
|
…
|
|
CMakeLists.txt
|
use precompiled headers if CMake supports it
|
2020-06-16 19:56:53 +02:00 |
options.cpp
|
…
|
|
options.h
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
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
|
…
|
|
testbool.cpp
|
…
|
|
testboost.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
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
|
Remove test case, ValueFlow will truncate and sign-extend values
|
2019-05-01 19:33:47 +02:00 |
testclangimport.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
testclass.cpp
|
…
|
|
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
Merge pull request #2709 from pfultz2/fp-duplicate-cond-this
|
2020-07-13 21:14:58 +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
|
Use 'normal' checking instead of 'simplified'
|
2019-03-16 07:19:48 +01:00 |
testexprengine.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfunctions.cpp
|
…
|
|
testgarbage.cpp
|
…
|
|
testimportproject.cpp
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
testio.cpp
|
Update test. An inconclusive warning message is now shown.
|
2020-06-14 22:57:50 +02:00 |
testleakautovar.cpp
|
…
|
|
testlibrary.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fix #9793 (false positive, memleak with lambda)
|
2020-07-07 21:51:36 +02:00 |
testnullpointer.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
…
|
|
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
|
…
|
|
testsimplifytypedef.cpp
|
…
|
|
testsimplifyusing.cpp
|
…
|
|
testsizeof.cpp
|
Optimization: Reduced peak memory usage (30% in my test case) by immediately deleting simplecpp::TokenList while creating the cppcheck TokenList.
|
2020-05-19 12:08:17 +02:00 |
teststl.cpp
|
Fixed #9795 (False positive: Local lock is not ineffective, mutex is locked in thread also.)
|
2020-07-10 19:24:45 +02:00 |
teststring.cpp
|
…
|
|
testsuite.cpp
|
…
|
|
testsuite.h
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
…
|
|
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
testtokenize.cpp
|
Fixed #9787 (Better handling of user defined literals)
|
2020-06-25 22:06:34 +02:00 |
testtokenlist.cpp
|
…
|
|
testtype.cpp
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
testuninitvar.cpp
|
…
|
|
testunusedfunctions.cpp
|
TestSuite: The ASSERT and ASSERT_EQUALS will now stop executing the test case upon failure. This can be used to avoid extra guard logic in tests.
|
2019-09-16 06:34:45 +02:00 |
testunusedprivfunc.cpp
|
Update copyright year
|
2020-06-13 16:37:12 +02:00 |
testunusedvar.cpp
|
…
|
|
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
|
Fix testrunner
|
2020-05-25 16:02:34 +02:00 |