.. |
bug-hunting
|
…
|
|
cfg
|
Astyle formatting code [ci skip]
|
2020-10-01 08:33:16 +02:00 |
cli
|
Try to make Travis happy
|
2020-10-02 21:24:30 +02:00 |
synthetic
|
…
|
|
testsuites
|
Rename test cases, 'verification' was renamed to 'bug hunting'
|
2020-01-15 21:11:04 +01:00 |
CMakeLists.txt
|
…
|
|
options.cpp
|
…
|
|
options.h
|
…
|
|
precompiled.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
Fix crash in cbmc detected with daca@home
|
2020-09-24 20:48:26 +02:00 |
testastutils.cpp
|
…
|
|
testautovariables.cpp
|
Fixed #9918 (False positive: autoVariable pointer is NULLed later)
|
2020-09-28 22:48:57 +02:00 |
testbool.cpp
|
Update Copyright year
|
2020-10-03 09:15:56 +02:00 |
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
…
|
|
testbughuntingchecks.cpp
|
…
|
|
testcharvar.cpp
|
…
|
|
testclangimport.cpp
|
clang import: try to handle CXXFunctionalCastExpr
|
2020-09-01 19:59:41 +02:00 |
testclass.cpp
|
Fixed #9821 (False positive: Delegating constructor and initialization list)
|
2020-09-09 18:04:21 +02:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
…
|
|
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Use 'normal' checking instead of 'simplified'
|
2019-03-16 07:19:48 +01:00 |
testexprengine.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfunctions.cpp
|
Fix testrunner fail, introduced by latest commit
|
2020-06-12 09:18:16 +02:00 |
testgarbage.cpp
|
…
|
|
testimportproject.cpp
|
ImportProject: Add test case
|
2020-09-06 16:08:42 +02:00 |
testincompletestatement.cpp
|
Avoid constStatement false positives for 'foo() || x=5'. Found in daca@home.
|
2020-09-29 13:35:39 +02:00 |
testinternal.cpp
|
…
|
|
testio.cpp
|
…
|
|
testleakautovar.cpp
|
…
|
|
testlibrary.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fix #9228 (FN common realloc mistake with assignment of NULL)
|
2020-09-13 21:49:49 +02:00 |
testnullpointer.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed testrunner
|
2020-09-29 17:43:53 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testplatform.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
…
|
|
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
…
|
|
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
made check.h less heavy (#2633)
|
2020-05-23 07:16:49 +02:00 |
testsimplifytemplate.cpp
|
…
|
|
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
|
…
|
|
testsimplifyusing.cpp
|
Simplify empty anonymous namespaces. (#2673)
|
2020-06-07 13:49:04 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
…
|
|
teststring.cpp
|
…
|
|
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Fix SymbolDatabase for 'extern const char ( * x [ 256 ] ) ;'
|
2020-10-02 08:25:43 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Tokenizer: Fixed simplification of parentheses in expression 'a=(b,c);'
|
2020-09-29 12:06:30 +02:00 |
testtokenlist.cpp
|
…
|
|
testtype.cpp
|
…
|
|
testuninitvar.cpp
|
Fix issue 9855: false positive: uninitvar (#2754)
|
2020-08-26 07:02:15 +02:00 |
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
|
…
|
|
testunusedvar.cpp
|
Fixed #9707 (False positive: unreadVariable, union)
|
2020-10-02 20:22:22 +02:00 |
testutils.cpp
|
…
|
|
testutils.h
|
…
|
|
testvaarg.cpp
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
testvalueflow.cpp
|
Fix issue 9930: valueFlowLifetime hang
|
2020-10-03 11:01:53 +02:00 |
testvarid.cpp
|
varid: set varid for 'extern const char (*x[256]);'. This is a partial fix for #9922
|
2020-09-29 10:53:20 +02:00 |