cppcheck/test
juremenart 45def06d59 fix trailing / from CMAKE JSON file and update unittests to cover both (w and w/o cases) (#1592)
* fix for CMake compile_commands.json input - director does not include trailing / which makes include directories wrong - so add it if it doesnt exist

* fix the bugfix for trailing / in the directory name of CMAKE JSON file, add also new test case to see if it works in both cases (with and without trailing /)

* revert adding accidental new line
2019-01-11 16:36:55 +01:00
..
cfg Improve configuration for dlopen and add suitable test 2019-01-10 21:14:37 +01:00
synthetic
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Fix FP 8891: Incorrect return scope when using uniform initialization 2018-12-14 18:31:10 +01:00
testautovariables.cpp Fix issue 8883: False positive: returnDanglingLifetime with local struct or class (#1585) 2019-01-11 09:51:02 +01:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Disable the subfunction value flow analysis. It does not work well and needs to be rewritten. There are false positives. 2018-12-18 14:36:49 +01:00
testcharvar.cpp
testclass.cpp Fixed #8111 (performance warning - member variable at constructor) 2019-01-07 21:26:58 +01:00
testcmdlineparser.cpp
testcondition.cpp Add regression test for 8168 (#1588) 2019-01-11 14:11:48 +01:00
testconstructors.cpp Uninitialized Member variable: Fixed FP when delegate constructor is used 2019-01-10 20:13:37 +01:00
testcppcheck.cpp
testerrorlogger.cpp Fixed #8906 (Encoding error in XML message: info attribute) 2019-01-02 18:22:12 +01:00
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp
testgarbage.cpp Fix typos (#1568) 2019-01-06 17:15:57 +01:00
testimportproject.cpp fix trailing / from CMAKE JSON file and update unittests to cover both (w and w/o cases) (#1592) 2019-01-11 16:36:55 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp Fixed #8340 (incorrect memleak errors) 2019-01-09 19:50:41 +01:00
testlibrary.cpp
testmathlib.cpp Correct detection of Microsoft extensions in MathLib::isValidIntegerSuffix. Remove public overloaded implementation which was not used outside mathlib.cpp. (#1531) 2018-12-20 12:20:31 +01:00
testmemleak.cpp Fixed #8116 ([False positive] Invalid memory leak detection when using reference.) 2019-01-09 20:38:32 +01:00
testnullpointer.cpp CTU: Avoid FP in else block 2018-12-31 08:24:39 +01:00
testoptions.cpp
testother.cpp Fixed #8907 (unknown macro not detected) 2019-01-01 19:30:13 +01:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj Export interfaces from cppcheck-core.dll used from testrunner. In turn remove ctu sources from testrunner which are obsolete now. 2018-12-28 23:09:44 +01:00
testrunner.vcxproj.filters Export interfaces from cppcheck-core.dll used from testrunner. In turn remove ctu sources from testrunner which are obsolete now. 2018-12-28 23:09:44 +01:00
testsamples.cpp
testsimplifytemplate.cpp Fix typos (#1568) 2019-01-06 17:15:57 +01:00
testsimplifytokens.cpp Fix const anonymous struct. (#1527) 2018-12-18 08:15:12 +01:00
testsimplifytypedef.cpp Fixed #5953 (debug: varid0: Function::addArguments) (#1567) 2019-01-05 19:42:04 +01:00
testsizeof.cpp
teststl.cpp Fix FP 8891: Incorrect return scope when using uniform initialization 2018-12-14 18:31:10 +01:00
teststring.cpp Disable the subfunction value flow analysis. It does not work well and needs to be rewritten. There are false positives. 2018-12-18 14:36:49 +01:00
testsuite.cpp Print test case name in assert 2018-12-21 13:55:24 +01:00
testsuite.h Print test case name in assert 2018-12-21 13:55:24 +01:00
testsuppressions.cpp
testsymboldatabase.cpp template simplifier: remove explicit instantiations after instantiation (#1523) 2018-12-17 05:58:48 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Unused value: Fix false positive (ast, {}) 2018-12-14 18:56:09 +01:00
testtokenize.cpp Fix typos (#1568) 2019-01-06 17:15:57 +01:00
testtokenlist.cpp
testtype.cpp Clarify warning 2018-12-23 12:42:18 +01:00
testuninitvar.cpp CTU: Find paths better 2018-12-30 16:23:25 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fixed #6183 (TemplateSimplifier: Does not handle methods) (#1546) 2018-12-29 11:19:53 +01:00
testunusedvar.cpp Fixed #8928 (false positive: (style) Variable 'x' is assigned a value that is never used.) 2019-01-02 20:23:02 +01:00
testutils.h Updated copyright year for modified files 2018-06-10 22:07:21 +02:00
testvaarg.cpp Fix 8124: False positive va_end missing with lambda (#1577) 2019-01-10 18:32:17 +01:00
testvalueflow.cpp Fixed #8863 (false positive: (warning) Accessing an item in container 's'. Either the condition 's.empty()' is redundant or 's' can be empty.) 2019-01-06 12:21:55 +01:00
testvarid.cpp