.. |
cfg
|
Library: Started to test functions from std-namespace.
|
2015-08-10 23:44:36 +02:00 |
CMakeLists.txt
|
…
|
|
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
Don't include tinyxml from both lib.pri and test.pro
|
2013-08-19 19:44:29 +04:00 |
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testautovariables.cpp
|
assignFunctionArg: don't warn when there is self assignment. There is a separate warning for self assignments.
|
2015-08-09 14:51:23 +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
|
Fixed #6914 (Token::expressionString: parenthesis missing in expression (*it)->stats.corpse_ticks)
|
2015-08-12 10:55:25 +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
|
…
|
|
testleakautovar.cpp
|
CheckLeakAutoVar: updated handling of unknown types in C++
|
2015-08-11 12:41:42 +02:00 |
testlibrary.cpp
|
Library: The <function> name attribute can now have a comma separated list of names
|
2015-08-09 21:27:57 +02:00 |
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
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
CheckOther::checkComparisonFunctionIsAlwaysTrueOrFalseError: "evaluates always" -> "always evaluates"
|
2015-08-11 13:27:55 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Fixed #5028 Fix parsing of C++11 raw string literals
|
2015-08-12 13:11:55 +01: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
|
…
|
|
testsimplifytokens.cpp
|
Fixed #6868 (Tokenizer: wrong simplification of the unlikely keyword)
|
2015-08-08 12:49:42 +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
|
…
|
|
testsymboldatabase.cpp
|
…
|
|
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Remove obsolete tests. Add incomplete test for GNU __builtin_expect to gnu.c
|
2015-08-10 21:20:20 +02:00 |
testtokenlist.cpp
|
…
|
|
testtype.cpp
|
Ticket #6793: Added basic unit test showing that basic integer shift length check is run even for templates.
|
2015-08-02 00:03:09 +02:00 |
testuninitvar.cpp
|
Fixed #6871 (False positive uninitvar - pointer to uninitialized char[])
|
2015-08-08 14:52:46 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|
testutils.h
|
…
|
|
testvaarg.cpp
|
CheckVaarg::va_start_subsequentCallsError: fix spelling "inbetween" -> "in between"
|
2015-08-11 14:03:00 +02:00 |
testvalueflow.cpp
|
Fixed #6730 (ValueFlow: inner scope does not return (continue,throw))
|
2015-08-11 11:21:03 +02:00 |
testvarid.cpp
|
…
|
|