.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
Added support for member variables in Check64BitPortability::pointerassignment()
|
2014-10-02 20:38:54 +02:00 |
testassert.cpp
|
…
|
|
testautovariables.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testbufferoverrun.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testconstructors.cpp
|
Fixed false positives about uninitialized member variables if variable has a default value (#5500)
|
2014-10-16 21:57:43 +02:00 |
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testfilelister.cpp
|
…
|
|
testfiles.pri
|
run dmake
|
2014-09-24 13:50:57 +02:00 |
testgarbage.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testio.cpp
|
Fixed #6182 (Format specifier check confused by ternary operator)
|
2014-09-24 16:45:06 +02:00 |
testleakautovar.cpp
|
leakautovar: handling of unknown/non-pod types in c++
|
2014-10-14 16:40:30 +02:00 |
testlibrary.cpp
|
Added version attribute to .cfg files (#5928)
|
2014-09-29 16:26:17 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Removed obsolete comments
|
2014-10-18 11:18:07 +02:00 |
testobsolescentfunctions.cpp
|
Restored files removed in 1cc872f5b2
|
2014-09-23 21:02:46 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
|
2014-10-16 20:46:57 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
…
|
|
testrunner.cpp
|
Add memory leak tracing (Pull request 407)
|
2014-09-29 12:26:54 +02:00 |
testrunner.vcxproj
|
Added test file for garbage code:
|
2014-09-24 13:45:56 +02:00 |
testrunner.vcxproj.filters
|
Added test file for garbage code:
|
2014-09-24 13:45:56 +02:00 |
testsamples.cpp
|
…
|
|
testsimplifytemplate.cpp
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |
testsimplifytokens.cpp
|
Fixed bug in Tokenizer::simplifyReference() (#6133)
|
2014-10-16 11:43:42 +02:00 |
testsimplifytypedef.cpp
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
|
2014-10-16 20:46:57 +02:00 |
testsizeof.cpp
|
#6050 arithmetic on void** - fix false positive
|
2014-08-17 19:14:55 +02:00 |
teststl.cpp
|
Support do-loops in CheckStl::stlOutOfBounds()
|
2014-10-02 20:38:55 +02:00 |
teststring.cpp
|
Removed redundant suppression code in teststring.cpp
|
2014-08-29 17:02:13 +02:00 |
testsuite.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testsuite.h
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testsuppressions.cpp
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
testsymboldatabase.cpp
|
Removed unused function from testsymboldatabase.cpp
|
2014-10-16 11:12:28 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Fixed #5891 (AST: wrong ast generated for 'x = (int)(double(123)*i);')
|
2014-10-16 15:57:05 +02:00 |
testtype.cpp
|
Fixed #6168 (False positive: sign conversion for inner calculation)
|
2014-09-14 10:29:58 +02:00 |
testuninitvar.cpp
|
Fixed false positives about uninitialized member variables if variable has a default value (#5500)
|
2014-10-16 21:57:43 +02:00 |
testunusedfunctions.cpp
|
Fixed false positive #4648
|
2014-08-31 20:33:27 +02:00 |
testunusedprivfunc.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
testunusedvar.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testutils.h
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
testvaarg.cpp
|
CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186)
|
2014-09-27 11:03:58 +02:00 |
testvalueflow.cpp
|
Fixed #6219 (valueFlowForward: better multivariable analysis needed to avoid FP)
|
2014-10-17 06:50:33 +02:00 |
testvarid.cpp
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
|
2014-10-16 20:46:57 +02:00 |