.. |
cfg
|
test/cfg/ Suppress implicit function declaration warnings from GCC.
|
2015-08-27 14:49:52 +02:00 |
CMakeLists.txt
|
…
|
|
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
Refactorized testrunner: Create std::string only where necessary
|
2015-03-15 12:36:40 +01:00 |
testautovariables.cpp
|
Skip inner classes in CheckAutoVariables::returnReference() (#6951)
|
2015-08-26 13:31:51 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Collected some more garbage code tests in testgarbage.cpp; Avoid std::string creation in testgarbage.cpp
|
2015-08-16 19:12:12 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Ticket #6953: Fixed flawed logic in PR#650.
|
2015-08-27 23:35:22 +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
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
Remove unnecessary TODO exception safety test case.
|
2015-08-21 22:28:56 +02:00 |
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
testgarbage.cpp
|
#6948 cash: daca: mgetty (garbage code)
|
2015-08-21 10:40:43 +02:00 |
testincompletestatement.cpp
|
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
|
2015-03-11 22:54:43 +01:00 |
testinternal.cpp
|
…
|
|
testio.cpp
|
invalidScanf: removed the checking for 'scanf crash with huge input data for old glibc'. new systems are not vulnerable to this bug anymore.
|
2015-08-14 08:03:46 +02:00 |
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
|
…
|
|
testmemleak.cpp
|
Refactorizations:
|
2015-08-16 14:23:07 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
removed testcase for #5238. it's not good enough.
|
2015-08-15 07:38:56 +02:00 |
testobsolescentfunctions.cpp
|
Refactorized CheckObsoleteFunctions:
|
2015-08-11 14:57:23 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
|
2015-03-11 22:54:43 +01:00 |
testpostfixoperator.cpp
|
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
|
2015-03-11 22:54:43 +01:00 |
testpreprocessor.cpp
|
Fixed #5028 Fix parsing of C++11 raw string literals
|
2015-08-12 13:11:55 +01:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
…
|
|
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
…
|
|
testsimplifytemplate.cpp
|
Collected some more garbage code tests in testgarbage.cpp; Avoid std::string creation in testgarbage.cpp
|
2015-08-16 19:12:12 +02:00 |
testsimplifytokens.cpp
|
Removed Tokenizer::simplifyIfSameInnerCondition(). It covered only very simple patterns and is unlikely to have an impact on real-world code.
|
2015-08-26 13:04:00 +02:00 |
testsimplifytypedef.cpp
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
Collected some more garbage code tests in testgarbage.cpp; Avoid std::string creation in testgarbage.cpp
|
2015-08-16 19:12:12 +02:00 |
teststring.cpp
|
…
|
|
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
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02: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
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +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
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +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
|
Properly differentiate arrays of pointers and pointers to arrays.
|
2015-08-25 21:19:19 +02:00 |