cppcheck/test
IOBYTE 48c960f56c template simplifier: better detection of template functions (#1539)
* template simplifier: better detection of template functions

* fix comment
2018-12-22 10:05:10 +01:00
..
cfg Make script less verbose 2018-12-19 22:18:24 +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 8899: False positive returnDanglingLifetime when returning by value 2018-12-15 17:58:45 +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 Improve trailing return type support. (#1520) 2018-12-13 06:34:10 +01:00
testcmdlineparser.cpp
testcondition.cpp Fix issue 8905: Condition 'a==0' is always false 2018-12-18 08:16:43 +01:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp Rename Library::isargvalid() 2018-07-15 23:05:48 +02:00
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 Code cleanup 2018-12-17 18:54:32 +01:00
testnullpointer.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
testoptions.cpp
testother.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
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp template simplifier: better detection of template functions (#1539) 2018-12-22 10:05:10 +01:00
testsimplifytokens.cpp Fix const anonymous struct. (#1527) 2018-12-18 08:15:12 +01:00
testsimplifytypedef.cpp
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 Improve trailing return type support. (#1520) 2018-12-13 06:34:10 +01:00
testtokenlist.cpp
testtype.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
testuninitvar.cpp Take back the whole program analysis for null pointers and uninitialized variables 2018-12-18 07:56:33 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #8914 (False positive with unary_function argument) 2018-12-19 19:43:05 +01:00
testutils.h
testvaarg.cpp
testvalueflow.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
testvarid.cpp