cppcheck/test
Daniel Marjamäki 04c57381ea Fixed #8315 (heap use after free: templatesimplifier) 2018-01-05 16:10:13 +01:00
..
cfg Add missing tests for strncpy 2017-12-11 10:25:59 +01:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt Fixed #7660 (cmake build does not handle simplecpp) 2016-08-06 18:21:54 +02:00
options.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
options.h testrunner: remove non-gcc-style output format 2017-02-26 21:39:06 +01:00
redirect.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test64bit.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testassert.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testastutils.cpp Fixed #8176 (ValueFlow: variable might be changed if it's passed by reference to method) 2017-09-20 22:09:09 +02:00
testautovariables.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testbool.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testboost.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testbufferoverrun.cpp Fixed #1478 (false negative: buffer access out of bounds not detected after free and malloc) 2017-12-31 14:58:26 +01:00
testcharvar.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testclass.cpp Fixed #7987 (FP copyCtorAndEqOperator - class with a move constructor and move assignment operator) 2017-12-23 10:35:14 +01:00
testcmdlineparser.cpp Removed XML version 1 2017-07-29 18:56:22 +02:00
testcondition.cpp Fixed #8250 (New check: Pointer calculation result cant be NULL unless there is overflow) 2017-10-22 14:32:54 +02:00
testconstructors.cpp Fixed #8271 (FP uninitMemberVar: Handle method call in middle of statement) 2017-11-11 21:28:24 +01:00
testcppcheck.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testerrorlogger.cpp Removed XML version 1 2017-07-29 18:56:22 +02:00
testexceptionsafety.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testfilelister.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testfiles.pri Fixed #7177 (Support compile_commands.json) 2016-08-13 10:50:03 +02:00
testfunctions.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testgarbage.cpp Make code less strict that looks for garbage template code. Before a template there might be unknown macros. 2017-12-31 16:25:41 +01:00
testimportproject.cpp Fix define parsing from compile_command.json (#1013) 2017-12-26 13:04:27 +01:00
testincompletestatement.cpp Fixed #8190 (False positive constStatement - return (struct media_frames_per_second) {0};) 2017-09-21 22:50:46 +02:00
testinternal.cpp CheckInternal::checkRedundantTokCheck(): also catch patterns of the form if(!tok || !Token::Match(tok, "foo")). 2018-01-01 05:02:41 +01:00
testio.cpp Fix FN for signed short passed as %hx into printf 2017-11-21 22:17:02 +03:00
testleakautovar.cpp Fix for conditional memory allocation inside if-condition (#986) 2017-10-26 19:11:00 +02:00
testlibrary.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testmathlib.cpp testsuite: don't compare doubles with != 2017-10-10 22:40:49 +02:00
testmemleak.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testnullpointer.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testoptions.cpp testrunner: remove non-gcc-style output format 2017-02-26 21:39:06 +01:00
testother.cpp Do not warn when unique pointers are passed by value 2017-07-25 11:17:56 +02:00
testpath.cpp testrunner: Remove TestPath::simplify_path as these tests has been moved to simplecpp 2017-06-23 20:32:00 +02:00
testpathmatch.cpp Renamed PathMatch::Match to PathMatch::match 2017-07-28 11:27:04 +02:00
testpostfixoperator.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testpreprocessor.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testrunner.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testrunner.vcxproj also generate debug information when building for release. This makes (#1003) 2017-11-29 08:31:30 +01:00
testrunner.vcxproj.filters Support relative paths in Visual Studio projects properties (#995) 2017-11-11 11:13:18 +01:00
testsamples.cpp Fixed #439 (Patch: Cppcheck reports wrong filename for filenames containing 8-bit ASCII) 2017-08-21 12:52:15 +02:00
testsimplifytemplate.cpp Fixed #8315 (heap use after free: templatesimplifier) 2018-01-05 16:10:13 +01:00
testsimplifytokens.cpp fix #8284: False positive: "Label 'class' is not used." for anonymous… (#1011) 2017-12-05 16:50:04 +01:00
testsimplifytypedef.cpp Fixed #6218 (Template type aliasing misdetection) 2017-12-29 22:47:07 +01:00
testsizeof.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
teststl.cpp Fix invalid code in TestStl test case 2017-09-19 23:22:17 +02:00
teststring.cpp Try again to clarify warning message for new strcmp() checker 2017-12-13 15:28:50 +01:00
testsuite.cpp testsuite: Improved const correctness of arguments. 2017-10-30 10:57:03 +01:00
testsuite.h testsuite: Improved const correctness of arguments. 2017-10-30 10:57:03 +01:00
testsuppressions.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testsymboldatabase.cpp SymbolDatabase: fix wrong type in union test. 2017-10-15 09:45:02 -04:00
testthreadexecutor.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testtimer.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testtoken.cpp Tokenizer::createLinks2: fix link for >> 2018-01-01 15:20:21 +01:00
testtokenize.cpp Fixed #6218 (Template type aliasing misdetection) 2017-12-29 22:47:07 +01:00
testtokenlist.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testtype.cpp checkFloatToIntegerOverflow: check all calculations, not only in function bodies 2017-09-19 19:30:24 +02:00
testuninitvar.cpp Fixed #4903 (Improve check: allocated but not initialized (condition)) 2018-01-02 23:20:46 +01:00
testunusedfunctions.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testunusedprivfunc.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
testunusedvar.cpp Fixed #6508 (False positive unusedStructMember - brace initializer) 2017-11-12 22:33:17 +01:00
testutils.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testvaarg.cpp Improve test coverage for va_end() called before va_start() 2017-10-14 19:28:26 +03:00
testvalueflow.cpp Fixed #8246 (ValueFlow: known value, function pointer argument) 2017-11-17 23:04:54 +01:00
testvarid.cpp Fixed #6218 (Template type aliasing misdetection) 2017-12-29 22:47:07 +01:00