cppcheck/test
Daniel Marjamäki a400c94230 Update Copyrights 2022-08-28 14:22:12 +02:00
..
bug-hunting Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cfg formatting 2022-08-24 08:53:59 +02:00
cli Fixed #11172 (Unmatched suppression for inline suppression even though --suppress=unmatchedSuppression is used) 2022-07-12 22:51:26 +02:00
synthetic Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuites Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
CMakeLists.txt some `missingInclude`/`missingIncludeSystem` fixes and tests (#4027) 2022-07-09 23:21:11 +02:00
options.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
options.h Update Copyrights 2022-08-28 14:22:12 +02:00
precompiled.h Update Copyright year 2021-03-21 20:58:32 +01:00
redirect.h Update copyright year 2021-09-26 11:34:56 +02:00
test.cxx
test64bit.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testanalyzerinformation.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testassert.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testastutils.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testautovariables.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testbool.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testboost.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testbufferoverrun.cpp Fix #5140 FN (error) buffer access out of bounds - known argument (#4402) 2022-08-26 17:27:54 +02:00
testcharvar.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testclangimport.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testclass.cpp Add test for #10594 (#4397) 2022-08-26 11:36:47 +02:00
testcmdlineparser.cpp some `--exception-handling` related improvements (#4368) 2022-08-20 20:54:31 +02:00
testcondition.cpp Add test for #9817 (#4388) 2022-08-20 19:23:55 +02:00
testconstructors.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testcppcheck.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testerrorlogger.cpp Cppcheck: Write product name if provided in xml output 2022-07-07 17:35:13 +02:00
testexceptionsafety.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testfilelister.cpp removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
testfunctions.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testgarbage.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testimportproject.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testincompletestatement.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testinternal.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testio.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testleakautovar.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testlibrary.cpp refs #10663 - sped up `Library::detectContainerOrIterator()` by iterating the containers only once (#4380) 2022-08-20 12:14:55 +02:00
testmathlib.cpp mathlib.h: replaced slow `std::ostringstream` with `std::to_string()` in `MathLib::toString()` (#4382) 2022-08-19 20:44:24 +02:00
testmemleak.cpp Fix #5678 FN destructor with no definition hide mismatching alloc/dealloc (#4401) 2022-08-25 22:52:51 +02:00
testnullpointer.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testoptions.cpp removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
testother.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testpath.cpp Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testpathmatch.cpp removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
testplatform.cpp Implemented error handling in cppcheck::Platform::loadFromXmlDocument(), enabled related unit test (#8409) (#4181) 2022-06-08 12:35:23 +02:00
testpostfixoperator.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testpreprocessor.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testprocessexecutor.cpp fixed #11249 (potential hang with -j and --showtime= when using threads) - synchronized access to `TimerResults::mResults` / added TSAN to CI (#4355) 2022-08-23 20:30:45 +02:00
testrunner.cpp Update copyright year 2022-02-05 11:45:17 +01:00
testrunner.vcxproj LCppC backports: Refactorizations/Optimizations (#4204) 2022-08-21 17:21:02 +02:00
testrunner.vcxproj.filters LCppC backports: Refactorizations/Optimizations (#4204) 2022-08-21 17:21:02 +02:00
testsimplifytemplate.cpp Fix #11167 FP virtual call in destructor even though class is final / Delete 'final' from specializations (#4383) 2022-08-19 18:26:00 +02:00
testsimplifytokens.cpp Fix #2304 FN known strcpy parameter (#4396) 2022-08-24 21:23:45 +02:00
testsimplifytypedef.cpp Fixed #11232 (Syntax Error: AST broken, binary operator '!=' doesn't have two operands) 2022-08-27 18:02:19 +02:00
testsimplifyusing.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testsizeof.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
teststl.cpp Fix another c_strParam regression (#4394) 2022-08-23 20:26:36 +02:00
teststring.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testsuite.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testsuite.h Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testsummaries.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testsuppressions.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testsymboldatabase.cpp Fix #5140 FN (error) buffer access out of bounds - known argument (#4402) 2022-08-26 17:27:54 +02:00
testthreadexecutor.cpp fixed #11249 (potential hang with -j and --showtime= when using threads) - synchronized access to `TimerResults::mResults` / added TSAN to CI (#4355) 2022-08-23 20:30:45 +02:00
testtimer.cpp removed OVERRIDE and FINAL defines and use the keywords directly (#3767) 2022-02-10 23:02:24 +01:00
testtoken.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testtokenize.cpp Fix #10138 syntax error : int (operator"" _ii)(unsigned long long v) … (#4374) 2022-08-18 23:38:45 +02:00
testtokenlist.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testtokenrange.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testtype.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testuninitvar.cpp Correctly interpret boolean literals in `execute()` (#4251) 2022-07-08 12:39:29 +02:00
testunusedfunctions.cpp Fix #10661 FP extern function reported as unused (#4279) 2022-07-14 20:59:58 +02:00
testunusedprivfunc.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testunusedvar.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testutils.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testutils.h added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testvaarg.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testvalueflow.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testvarid.cpp Fix #11167 FP virtual call in destructor even though class is final / Delete 'final' from specializations (#4383) 2022-08-19 18:26:00 +02:00