cppcheck/test
Daniel Marjamäki afd9f071c0 simplified the code for ValueFlow Known/Possible values 2015-07-25 19:36:29 +02:00
..
cfg
CMakeLists.txt
options.cpp
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 Ticket #6665 (dupe of #6588): Added test case. 2015-06-05 23:44:03 +02:00
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 Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite. 2015-07-25 14:18:41 +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 Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite. 2015-07-25 14:18:41 +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 #6431 Invalid XML created - Invalid encoding of string literal. Partial fix: ensure the short message string is also processed to avoid problems with non-terminated string. 2015-06-18 21:16:25 +02:00
testexceptionsafety.cpp
testfilelister.cpp Refactorized file listing code (CLI): 2015-07-23 14:28:17 +02:00
testfiles.pri Refactoring to address some issues from #5895 (handling of unsigned numbers). Also adding a TODO testcase since the real issue (FP) is still not fixed 2015-06-13 18:08:13 +02:00
testgarbage.cpp Fixed crash on garbage code #6859 2015-07-22 13:33:24 +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 Refactoring: Expose some previously local functions to public and add Tokenizer as argument to distinguish between C and C++ code (e.g. in isSameExpression). 2015-06-28 12:08:36 +02:00
testmathlib.cpp MathLib: Add TEST_MATHLIB_VALUE that is used to test MathLib::value 2015-07-15 17:36:41 +02:00
testmemleak.cpp #3991 false positive: Memory leak (allocation function returns success/failed code). Add testcase. Issue had been fixed in 1.69 already 2015-07-25 18:50:27 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite. 2015-07-25 14:18:41 +02:00
testobsolescentfunctions.cpp
testoptions.cpp
testother.cpp Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite. 2015-07-25 14:18:41 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #6617 (preprocessor performance improvement) 2015-07-24 13:30:41 +02:00
testrunner.cpp
testrunner.vcxproj Add new test file: testtokenlist.cpp to testrunner 2015-06-16 20:30:09 +02:00
testrunner.vcxproj.filters Add new test file: testtokenlist.cpp to testrunner 2015-06-16 20:30:09 +02:00
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 Support lambdas in "else if" simplification (#6860) 2015-07-23 09:41:35 +02:00
testsimplifytypedef.cpp #6345 Tokenizer::simplifyTypedef() adds redundant 'typename' to declaration 2015-07-20 07:55:22 +02:00
testsizeof.cpp
teststl.cpp Added regression test for #4816 2015-07-23 20:53:50 +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 Remove some code checking for invalid class hierarchy which got obsolete since 480a5672b0. Run astyle 2015-07-01 07:50:13 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Token::strValue: fixed handling of backslash 2015-06-07 11:25:33 +02:00
testtokenize.cpp Fixed #6617 (preprocessor performance improvement) 2015-07-24 13:30:41 +02:00
testtokenlist.cpp Refactoring (use const std::set for strings). Omit some matching for C++ stuff within C code. 2015-06-17 22:28:15 +02:00
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 2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code. 2015-06-28 18:34:09 +02:00
testunusedprivfunc.cpp #6298 stack overflow in Scope::findFunctionInBase (endless recursion). Fix handling of circular class hierarchy 2015-07-01 00:04:01 +02:00
testunusedvar.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp simplified the code for ValueFlow Known/Possible values 2015-07-25 19:36:29 +02:00
testvarid.cpp Fix uniform init in out-of-class ctor-initer 2015-07-14 18:09:07 +02:00