cppcheck/test
Alexander Mai 70664e5857 Ensure wxWidgets installation is at least 2.9.5 2018-02-26 20:46:56 +01:00
..
cfg Ensure wxWidgets installation is at least 2.9.5 2018-02-26 20:46:56 +01:00
synthetic
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testautovariables.cpp Fixed #8325 (False negative: address of auto variable being returned when assigned to another variable first) 2018-01-27 14:48:45 +01:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fixed #6356 (Improve checking: pointer arithmetic "ab.a + 100" overrun) 2018-01-27 15:39:39 +01:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp
testconstructors.cpp Fix #5766 (FP: typedef array throws off parser) (#1052) 2018-01-24 09:51:22 +01:00
testcppcheck.cpp Add purgedConfiguration to list of error ids. (#1087) 2018-02-10 22:30:49 +01:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp
testgarbage.cpp Ticket #8352: Properly detect AST cycles. (#1060) 2018-02-10 14:39:57 +01:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fix #8381: false positives for swprintf_ and stprintf_s (#1080) 2018-02-03 05:10:52 +01:00
testleakautovar.cpp
testlibrary.cpp testlibrary: Minor improvements, take into account the return values from readLibrary in unit-tests. 2018-02-17 23:33:24 +01:00
testmathlib.cpp fix some typos found by codespell. 2018-02-04 20:53:43 +01:00
testmemleak.cpp
testnullpointer.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp Fix simplifyTypedef crash on lambda. (#1054) 2018-01-24 15:04:33 +01:00
testsizeof.cpp
teststl.cpp
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Refactor f487182 2018-02-06 08:59:36 +01:00
testsymboldatabase.cpp Fix #8382 (Syntax error when scanning code with template and attribute) (#1089) 2018-02-16 22:25:51 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fix #8382 (Syntax error when scanning code with template and attribute) (#1089) 2018-02-16 22:25:51 +01:00
testtokenlist.cpp
testtype.cpp Replace uint8_t with short to fix CI. 2018-02-20 00:22:14 +01:00
testuninitvar.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testunusedfunctions.cpp Refactor f487182 2018-02-06 08:59:36 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp ValueFlowBeforeCondition: Fix wrong value in do-while condition when there is a break in the loop body 2018-02-24 22:07:34 +01:00
testvarid.cpp