..
bug-hunting
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
cfg
Fix FP knowConditionTrueFalse ( #4419 )
2022-08-30 18:08:24 +02:00
cli
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups ( #4436 )
2022-09-06 23:11:39 +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
actually perform system tinyxml2 build on macos / fixed system tinyxml2 include ( #4445 )
2022-09-06 18:30:59 +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
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups ( #4436 )
2022-09-06 23:11:39 +02:00
testboost.cpp
added more missing `sstream` includes ( #4384 )
2022-08-19 18:23:15 +02:00
testbufferoverrun.cpp
Fix 6370: ValueFlow: array element with known value ( #4447 )
2022-09-07 19:16:07 +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
Partial fix 11154: FN: knownConditionTrueFalse ( #4453 )
2022-09-08 22:08:38 +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
New check: use memcpy/memset instead of loop ( #4257 )
2022-09-03 23:29:06 +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
Fix checkLibraryFunction FPs ( #4423 )
2022-09-02 07:51:10 +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
TemplateSimplifier: Fixed instantiation when template parameters are A<..>, B<..>
2022-09-01 20:24:01 +02:00
testsimplifytokens.cpp
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups ( #4436 )
2022-09-06 23:11:39 +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 broken CI caused by my qt fix
2022-09-08 11:12:38 +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 broken CI caused by my qt fix
2022-09-08 11:12:38 +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
Fix noreturn FP with while() ( #4429 )
2022-09-04 10:26:31 +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
fixed some clang-tidy warnings ( #4435 )
2022-09-08 20:01:41 +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