cppcheck/test
chrchr-github 078a6d7804
Fix FP knownConditionTrueFalse with constexpr? ()
2022-08-07 19:06:19 +02:00
..
bug-hunting Format with uncrustify () 2021-08-07 20:51:18 +02:00
cfg windows.cfg: deprecate '_alloca()'. Ref. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/alloca?view=msvc-170 2022-07-29 21:41:32 +02:00
cli Fixed (Unmatched suppression for inline suppression even though --suppress=unmatchedSuppression is used) 2022-07-12 22:51:26 +02:00
synthetic Format with uncrustify () 2021-08-07 20:51:18 +02:00
testsuites Format with uncrustify () 2021-08-07 20:51:18 +02:00
CMakeLists.txt some `missingInclude`/`missingIncludeSystem` fixes and tests () 2022-07-09 23:21:11 +02:00
options.cpp
options.h fixed `modernize-use-equals-delete` warnings in headers () 2022-06-07 21:25:23 +02:00
precompiled.h
redirect.h
test.cxx
test64bit.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testanalyzerinformation.cpp Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testassert.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testastutils.cpp Fix False negative: variable is not used () 2022-06-07 21:20:33 +02:00
testautovariables.cpp Fix FP unusedStructMember when used through iterator (regression) () 2022-07-19 20:42:54 +02:00
testbool.cpp Fix FP bitwiseOnBoolean () 2022-07-14 20:59:39 +02:00
testboost.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testbufferoverrun.cpp Fix BufferOverrun TODO () 2022-07-22 07:24:34 +02:00
testcharvar.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testclangimport.cpp Fix ClangImport crash on Windows paths () 2022-07-02 17:43:52 +02:00
testclass.cpp Fix FP functionConst when overloaded operator ++ is used () 2022-07-26 08:30:59 +02:00
testcmdlineparser.cpp added (partial) support for specifying C++23 and support more "-std" options () 2022-04-15 16:17:36 +02:00
testcondition.cpp Fix FP knownConditionTrueFalse with constexpr? () 2022-08-07 19:06:19 +02:00
testconstructors.cpp CheckClass: Fix false negatives for uninitMemberVar 2022-06-21 19:28:08 +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 removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testfilelister.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testfunctions.cpp Add tests for , , , () 2022-07-30 16:15:32 +02:00
testgarbage.cpp Fix syntaxError with typedef and lambda () 2022-03-14 17:59:29 +01:00
testimportproject.cpp compile_commands.json: ensure that order of include paths are kept 2022-03-24 22:50:04 +01:00
testincompletestatement.cpp Fix Broken AST with auto**, FP constStatement () 2022-08-03 19:03:38 +02:00
testinternal.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testio.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testleakautovar.cpp Fix checkLibraryCheckType with asm goto() (invalid varid), add test for () 2022-08-04 21:35:18 +02:00
testlibrary.cpp Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option () 2022-06-19 12:01:55 +02:00
testmathlib.cpp Remove simplifyKnownVariables() () 2022-06-25 08:38:17 +02:00
testmemleak.cpp Fix FP leakNoVarFunctionCall () 2022-06-30 13:05:28 +02:00
testnullpointer.cpp Fix 11142: FP nullPointer before assignment () 2022-08-03 19:05:07 +02:00
testoptions.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testother.cpp Fix FP moduloofone with pow() () 2022-07-28 22:11:23 +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 () 2022-02-10 23:02:24 +01:00
testplatform.cpp Implemented error handling in cppcheck::Platform::loadFromXmlDocument(), enabled related unit test () () 2022-06-08 12:35:23 +02:00
testpostfixoperator.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testpreprocessor.cpp some `missingInclude`/`missingIncludeSystem` fixes and tests () 2022-07-09 23:21:11 +02:00
testprocessexecutor.cpp separated process execution code into `ProcessExecutor` () 2022-07-08 16:42:57 +02:00
testrunner.cpp Update copyright year 2022-02-05 11:45:17 +01:00
testrunner.vcxproj Fixed whole program analysis 2022-07-12 22:58:52 +02:00
testrunner.vcxproj.filters Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testsimplifytemplate.cpp Fix Crash in expandTemplate() () 2022-06-28 22:43:34 +02:00
testsimplifytokens.cpp Fix FP moduloofone with pow() () 2022-07-28 22:11:23 +02:00
testsimplifytypedef.cpp Fix 11006: FP uninitvar with unknown constant () 2022-04-28 10:48:37 +02:00
testsimplifyusing.cpp Fix Infinite recursion in findTypeInBase() () 2022-06-08 09:20:16 +02:00
testsizeof.cpp Fix FP sizeofDivisionMemfunc () 2022-04-13 18:21:56 +02:00
teststl.cpp Fix 11147: FP invalidContainer with substr() () 2022-08-03 19:04:44 +02:00
teststring.cpp Added regression test for . 2022-04-06 08:12:41 +02:00
testsuite.cpp fixed some `modernize-use-emplace` false negatives and some `bugprone-assignment-in-if-condition` warnings () 2022-07-28 22:53:59 +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 removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testsuppressions.cpp some `TestSuppressions` improvements and cleanups () 2022-07-12 17:36:36 +02:00
testsymboldatabase.cpp Fix FP unusedStructMember when used through iterator (regression) () 2022-07-19 20:42:54 +02:00
testthreadexecutor.cpp some `TestSuppressions` improvements and cleanups () 2022-07-12 17:36:36 +02:00
testtimer.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testtoken.cpp Tokenizer: Remove simplifyCharAt from simplifyTokenList2 2022-06-12 15:14:48 +02:00
testtokenize.cpp Fix Syntax error for function-try-block in global scope () 2022-07-31 14:49:50 +02:00
testtokenlist.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testtokenrange.cpp enabled functionConst and functionStatic in selfcheck () 2022-03-02 07:46:47 +01:00
testtype.cpp Add tests for # 10773, , () 2022-04-30 08:20:00 +02:00
testuninitvar.cpp Correctly interpret boolean literals in `execute()` () 2022-07-08 12:39:29 +02:00
testunusedfunctions.cpp Fix FP extern function reported as unused () 2022-07-14 20:59:58 +02:00
testunusedprivfunc.cpp Fix FP unused private method () 2022-04-13 14:49:28 +02:00
testunusedvar.cpp Fix FP: unassignedVariable when operator() is called subsequently () 2022-07-24 17:52:14 +02:00
testutils.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testutils.h cleaned up includes based on include-what-you-use () 2022-04-13 12:24:00 +02:00
testvaarg.cpp removed OVERRIDE and FINAL defines and use the keywords directly () 2022-02-10 23:02:24 +01:00
testvalueflow.cpp Fix FP: unassignedVariable when operator() is called subsequently () 2022-07-24 17:52:14 +02:00
testvarid.cpp Improvement: Set varId for variables with global scope operator :: Refactorization: Moved internal class from tokenize.h to tokenize.cpp () 2022-06-11 08:11:16 +02:00