cppcheck/test
Rikard Falkeborn 2624d791e6
Symboldatabase: Don't set unknown enum values (#2852)
Previously, if an enum value was set to a value unknown to cppcheck, the
next enum value would erroneously be set to the last set value plus one
(or zero, if no enum value had been set before). This partially fixes
Trac ticket #9647, in the sense that it no longer sets wrong values for
these enum values. Further improvements to this would be to set the
correct values instead. It also fixes the false positive mentioned in the
comments in the ticket.
2020-10-18 20:41:36 +02:00
..
bug-hunting
cfg
cli
synthetic
testsuites
CMakeLists.txt
options.cpp
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp
testbughuntingchecks.cpp
testcharvar.cpp
testclangimport.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testexprengine.cpp
testfilelister.cpp
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp
testvarid.cpp