cppcheck/test
Daniel Marjamäki 5e0fc24bb7 Fixed #11232 (Syntax Error: AST broken, binary operator '!=' doesn't have two operands) 2022-08-27 18:02:19 +02:00
..
bug-hunting
cfg formatting 2022-08-24 08:53:59 +02:00
cli
synthetic Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuites
CMakeLists.txt
options.cpp
options.h
precompiled.h
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
testexceptionsafety.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testfilelister.cpp
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
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
testplatform.cpp
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
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
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
testtoken.cpp added more missing `sstream` includes (#4384) 2022-08-19 18:23:15 +02:00
testtokenize.cpp
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
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
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