.. |
cfg
|
…
|
|
CMakeLists.txt
|
…
|
|
options.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testautovariables.cpp
|
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
|
2015-07-25 14:18:41 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
|
2015-07-25 14:18:41 +02:00 |
testbufferoverrun.cpp
|
testbufferoverrun: Removed duplicate test case.
|
2015-07-30 22:42:45 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
|
2015-07-25 14:18:41 +02:00 |
testcmdlineparser.cpp
|
Fixed behaviour of --quiet/-q and its description
|
2015-07-25 17:55:12 +02:00 |
testcondition.cpp
|
testcondition: update testcase that was added since I did the changes.
|
2015-07-31 15:31:43 +02:00 |
testconstructors.cpp
|
Fixed #6827
|
2015-07-22 13:57:51 +02:00 |
testcppcheck.cpp
|
Use C++11 string.back() instead of string[string.length()-1]
|
2015-07-25 17:19:53 +02:00 |
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
Refactorized file listing code (CLI):
|
2015-07-23 14:28:17 +02:00 |
testfiles.pri
|
…
|
|
testgarbage.cpp
|
Added test case for #6858.
|
2015-08-01 17:26:23 +02:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testio.cpp
|
Fixed false positive: Do not print useClosedFile on arrays (#6823)
|
2015-07-20 22:40:19 +02:00 |
testleakautovar.cpp
|
Fixed #6867 (False positive memleak)
|
2015-07-25 11:37:03 +02:00 |
testlibrary.cpp
|
…
|
|
testmathlib.cpp
|
Fix some glitches from previous commit to TestMathLib
|
2015-07-26 19:47:27 +02:00 |
testmemleak.cpp
|
CheckMemoryLeakNoVar::returnValueNotUsedError: put function name into singlequotes
|
2015-07-31 15:29:07 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
#6505 ValueFlow: handle 2 related if in valueFlowSubFunction. Regression test. Bug got fixed before
|
2015-07-31 21:15:43 +02:00 |
testobsolescentfunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
cleanup testcases for div()
|
2015-07-30 14:05:53 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Refactorized preprocessor (speedup of preprocessing time by ~10%):
|
2015-07-26 12:03:40 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
VS: Disable 4482 warning
|
2015-07-28 18:33:45 +02:00 |
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
Refactorized file listing code (CLI):
|
2015-07-23 14:28:17 +02:00 |
testsimplifytemplate.cpp
|
Added unit test involving function reference for TemplateSimplifier::templateParameters.
|
2015-07-18 23:56:55 +02:00 |
testsimplifytokens.cpp
|
#6628 False positive: The extra qualification 'namespace::' is unnecessary and is considered an error by many compilers. Add regression test since that issue has been fixed in 1.69 already
|
2015-07-26 06:54:46 +02:00 |
testsimplifytypedef.cpp
|
#6048 syntax error in enum - value set to member of template class. Add test case, issue got fixed before
|
2015-07-26 15:42:40 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
Fixed #6887 (False positive eraseDereference - container is member of member variable)
|
2015-07-30 10:13:49 +02:00 |
teststring.cpp
|
Fixed #6617 (preprocessor performance improvement)
|
2015-07-24 13:30:41 +02:00 |
testsuite.cpp
|
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
|
2015-07-25 14:18:41 +02:00 |
testsuite.h
|
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
|
2015-07-25 14:18:41 +02:00 |
testsuppressions.cpp
|
Improved handling of inline assembly (#6813):
|
2015-07-20 23:09:54 +02:00 |
testsymboldatabase.cpp
|
…
|
|
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
#6907 segmentation fault (invalid code) in Tokenizer::simplifyTokenList1
|
2015-08-01 07:39:56 +02:00 |
testtokenlist.cpp
|
…
|
|
testtype.cpp
|
…
|
|
testuninitvar.cpp
|
#4871 "Uninitialized variable" when try/catch on an if branch. Regression test, issue got fixed since 1.69
|
2015-07-25 19:02:20 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|
testutils.h
|
…
|
|
testvaarg.cpp
|
…
|
|
testvalueflow.cpp
|
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for #6884.
|
2015-07-29 19:54:57 +02:00 |
testvarid.cpp
|
…
|
|