.. |
cfg
|
…
|
|
CMakeLists.txt
|
Add CMake files
|
2015-02-13 19:00:14 +01:00 |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testautovariables.cpp
|
…
|
|
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
CheckBufferOverrun: The simplifyKnownVariables() has been reduced, use ValueFlow instead
|
2015-11-07 18:12:01 +01:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Support range-based for-loop in CheckClass::checkConst() (#5514)
|
2015-10-26 18:48:01 +01:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
Add regression test for previously fixed #6064, and TODO test for #6081
|
2015-11-07 11:17:44 +01:00 |
testconstructors.cpp
|
Refactorization: Improved usage of Settings instances in test suite
|
2015-10-07 18:40:03 +02:00 |
testcppcheck.cpp
|
Refactorization: Moved two tests to testgarbage.cpp
|
2015-11-06 21:58:49 +01:00 |
testerrorlogger.cpp
|
Refactorization: Reduced code duplication in testlibrary.cpp
|
2015-10-19 09:01:20 +02:00 |
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
testgarbage.cpp
|
Refactorization: Moved two tests to testgarbage.cpp
|
2015-11-06 21:58:49 +01:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testio.cpp
|
Use ValueFlow in CheckIO::checkWrongPrintfScanfArguments() (#6563)
|
2015-11-06 09:52:22 +01:00 |
testleakautovar.cpp
|
…
|
|
testlibrary.cpp
|
Refactorization: Reduced code duplication in testlibrary.cpp
|
2015-10-19 09:01:20 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
…
|
|
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
…
|
|
testobsolescentfunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Add regression test for #6669 Return value of malloc is reported not stored, while it is.
|
2015-10-26 18:24:49 +01:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
…
|
|
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
…
|
|
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
…
|
|
testsimplifytemplate.cpp
|
Fixed wrong parsing of ^{}
|
2015-11-02 22:14:41 +01:00 |
testsimplifytokens.cpp
|
Fixed #6934 (False positive returnLocalVariable - assigning local array to function argument)
|
2015-11-07 15:07:26 +01:00 |
testsimplifytypedef.cpp
|
Fixed false positives variableHidingTypedef (#5624, #6507)
|
2015-10-26 10:06:52 +01:00 |
testsizeof.cpp
|
Fixed false positives with pointerSize being shown even if no sizeof() is used (#7100).
|
2015-11-07 13:19:06 +01:00 |
teststl.cpp
|
…
|
|
teststring.cpp
|
Added dot at end of stringLiteralWrite message
|
2015-10-19 09:01:21 +02:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
Make syntaxError suppressable (fixes #5917 and #7076)
|
2015-10-28 20:53:35 +02:00 |
testsymboldatabase.cpp
|
Fixed wrongly detected unconditional scope with C++11-style initialization in SymbolDatabase (#6581)
|
2015-11-06 10:16:44 +01:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
|
2015-08-15 11:19:21 +02:00 |
testtokenize.cpp
|
Tokenizer::simplifyLabelsCaseDefault(): Do not insert ; between two cases.
|
2015-11-06 19:59:23 +01:00 |
testtokenlist.cpp
|
Refactorization: Improved usage of Settings instances in test suite
|
2015-10-07 18:40:03 +02:00 |
testtype.cpp
|
…
|
|
testuninitvar.cpp
|
Refactorization: Moved two tests to testgarbage.cpp
|
2015-11-06 21:58:49 +01:00 |
testunusedfunctions.cpp
|
Refactorization: Improved usage of Settings instances in test suite
|
2015-10-07 18:40:03 +02:00 |
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed false positive with range-based for-loop (#7075)
|
2015-10-27 14:47:18 +01:00 |
testutils.h
|
…
|
|
testvaarg.cpp
|
…
|
|
testvalueflow.cpp
|
Fixed #6934 (False positive returnLocalVariable - assigning local array to function argument)
|
2015-11-07 15:07:26 +01:00 |
testvarid.cpp
|
Fixed #6548 also for noexcept
|
2015-11-06 18:00:59 +01:00 |