cppcheck/test
Sebastian 6f2879a59b
errorlogger.cpp: Handle empty file-name like "*" (unmatchedSuppression) ()
Using "--suppress=unmatchedSuppression" did not suppress the error-id in
all files, one needed to specify "*" as file-name. This commit also
allows empty file-names to suppress "unmatchedSuppression", not only "*"
or the exact file-name.
The manual uses the following example for suppressions specified in a
file:
// suppress all uninitvar errors in all files
uninitvar

This example suggests that no "*" has to be used to get suppression in
all files. I think that the command line parameter should work in the
same way.
2019-12-11 09:07:18 +01:00
..
cfg opencv2.cfg: Add initial OpenCV 2.x API Library Configuration () 2019-12-10 19:34:30 +01:00
cli
synthetic
testsuites
verify
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Improve test coverage for testing AST 2019-11-28 18:11:55 +03:00
testautovariables.cpp Fix issue 9482: False positive: Reference to temporary returned using trailing return type () 2019-12-01 15:10:02 +01:00
testbool.cpp Improve test coverage for functions returning bool values 2019-12-04 18:12:10 +03:00
testboost.cpp
testbufferoverrun.cpp Regression for issue 8653: valueFlowAfterCondition: compound conditional () 2019-12-02 11:35:51 +01:00
testcharvar.cpp
testclass.cpp Improve test coverage for missing destructors 2019-12-05 18:25:50 +03:00
testcmdlineparser.cpp
testcondition.cpp Regression test for 9106: False positive duplicateCondition for struct member () 2019-12-09 06:51:58 +01:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp errorlogger.cpp: Handle empty file-name like "*" (unmatchedSuppression) () 2019-12-11 09:07:18 +01:00
testexceptionsafety.cpp
testexprengine.cpp
testfilelister.cpp
testfunctions.cpp Improve test coverage for invalid use of bool parameters 2019-11-22 18:11:38 +03:00
testgarbage.cpp Add regression tests for fixed crashes () 2019-11-19 21:50:53 +01:00
testimportproject.cpp
testincompletestatement.cpp Fixed (FP constStatement "Found a statement that begins with string constant") 2019-11-28 17:49:33 +01:00
testinternal.cpp
testio.cpp Improve test coverage for %jd used with scanf() 2019-11-20 18:10:56 +03:00
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Avoid some additional memleakOnRealloc false positives () 2019-12-04 12:13:44 +01:00
testnullpointer.cpp Fix issue 9196: Lambda confuses check () 2019-12-03 18:30:52 +01:00
testoptions.cpp
testother.cpp Run astyle [ci skip] 2019-12-08 11:22:19 +01:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp Valid code for incrementing raw pointer () 2019-12-03 18:33:05 +01:00
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp Remove unneeded string copy 2019-11-19 10:19:13 +03:00
testsimplifytemplate.cpp fix (Crash when parsing angle brackets in template with type traits (assertion failure)) () 2019-11-29 09:44:27 +01:00
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsimplifyusing.cpp Fix 9518 (Syntax error on valid C++) () 2019-12-05 20:51:36 +01:00
testsizeof.cpp
teststl.cpp Fix crash 9492: Crash in FwdAnalysis::checkRecursive() (condTok is nullptr) () 2019-12-01 14:53:03 +01:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fix issue 9525: Syntax Error: AST broken, 'if' doesn't have two operands inside lambda () 2019-12-10 21:21:07 +01:00
testtokenlist.cpp
testtype.cpp Fix severity of c++14 shifts with too many bits () 2019-09-25 20:16:04 +02:00
testuninitvar.cpp Fixed (FP uninitdata - writing pointer to output stream) 2019-11-16 11:47:57 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Improved fix for (False positive: Variable assigned value that is never used when assigning via iterator) 2019-11-17 12:08:21 +01:00
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix : Crash in valueflow.cpp solveExprValues() (division by zero) () 2019-12-06 08:08:40 +01:00
testvarid.cpp