cppcheck/test
Tau c17e2b9826
Correctly interpret boolean literals in `execute()` (#4251)
* Correctly interpret boolean literals in `execute()`

* Add regeression test case for boolean literals
2022-07-08 12:39:29 +02:00
..
bug-hunting
cfg wxwidgets.cfg: Fixed wrong configuration of wxRegEx::GetMatch(). 2022-07-02 09:24:22 +02:00
cli cppcheck build dir: do not produce invalid dump file if code is unchanged and checking is skipped. 2022-06-12 11:08:28 +02:00
synthetic
testsuites
CMakeLists.txt Use the correct test name for SKIP_TESTS (#4221) 2022-06-19 19:26:49 +02:00
options.cpp
options.h fixed `modernize-use-equals-delete` warnings in headers (#4177) 2022-06-07 21:25:23 +02:00
precompiled.h
redirect.h Update copyright year 2021-09-26 11:34:56 +02:00
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Fix #9997 False negative: variable is not used (#4104) 2022-06-07 21:20:33 +02:00
testautovariables.cpp Fix 11087: false negative: usage of reference to member of temporary object not detected (#4217) 2022-06-16 19:26:36 +02:00
testbool.cpp Fix #10655 FN bitwiseOnBoolean with unseen function (#4214) 2022-06-14 23:08:17 +02:00
testboost.cpp
testbufferoverrun.cpp Fix #9944 FP: terminateStrncpy doesn't account for size check (#4252) 2022-07-08 12:35:21 +02:00
testcharvar.cpp
testclangimport.cpp Fix ClangImport crash on Windows paths (#4246) 2022-07-02 17:43:52 +02:00
testclass.cpp Fix #11126 FN: noExplicitConstructor with single default parameter (#4174) 2022-06-07 21:15:13 +02:00
testcmdlineparser.cpp
testcondition.cpp Fix FP compareValueOutOfTypeRangeError (#4245) 2022-07-01 10:48:32 +02:00
testconstructors.cpp CheckClass: Fix false negatives for uninitMemberVar 2022-06-21 19:28:08 +02:00
testcppcheck.cpp
testerrorlogger.cpp Cppcheck: Write product name if provided in xml output 2022-07-07 17:35:13 +02:00
testexceptionsafety.cpp
testfilelister.cpp
testfunctions.cpp Fix FP returnStdMoveLocal (#4244) 2022-06-30 13:50:31 +02:00
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp Fix #11157 FN: leakNoVarFunctionCall (switch condition) (#4240) 2022-06-28 14:02:02 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp Remove simplifyKnownVariables() (#4232) 2022-06-25 08:38:17 +02:00
testlibrary.cpp Replaced check for pipe() buffer size by ordinary CheckBufferOverrun, provide required Library configuration option (#4183) 2022-06-19 12:01:55 +02:00
testmathlib.cpp Remove simplifyKnownVariables() (#4232) 2022-06-25 08:38:17 +02:00
testmemleak.cpp Fix FP leakNoVarFunctionCall (#4243) 2022-06-30 13:05:28 +02:00
testnullpointer.cpp Fix #11117 FP nullPointerArithmetic when adding 0 (#4167) 2022-06-03 13:11:54 +02:00
testoptions.cpp
testother.cpp Fix #11148 Regression: Parameter \'ptr\' can be declared as pointer to const (#4233) 2022-06-25 21:42:55 +02:00
testpath.cpp
testpathmatch.cpp
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
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytemplate.cpp Fix #11146 Crash in expandTemplate() (#4238) 2022-06-28 22:43:34 +02:00
testsimplifytokens.cpp Tokenizer: Remove simplifyCalculations from simplifyTokenList2 2022-07-04 22:54:43 +02:00
testsimplifytypedef.cpp
testsimplifyusing.cpp Fix #11090 Infinite recursion in findTypeInBase() (#4178) 2022-06-08 09:20:16 +02:00
testsizeof.cpp
teststl.cpp Fix FP containerOutOfBounds with std::map (#4230) 2022-06-23 20:26:47 +02:00
teststring.cpp
testsuite.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testsuite.h
testsummaries.cpp
testsuppressions.cpp
testsymboldatabase.cpp Fix #11163 Hang on smart pointer with auto type deduction (#4250) 2022-07-08 12:37:53 +02:00
testthreadexecutor.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
testtimer.cpp
testtoken.cpp Tokenizer: Remove simplifyCharAt from simplifyTokenList2 2022-06-12 15:14:48 +02:00
testtokenize.cpp Fix #11143 FP: unreadVariable (remove simplifyMathExpressions()) (#4227) 2022-06-21 15:42:23 +02:00
testtokenlist.cpp
testtokenrange.cpp
testtype.cpp
testuninitvar.cpp Correctly interpret boolean literals in `execute()` (#4251) 2022-07-08 12:39:29 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fix #11143 FP: unreadVariable (remove simplifyMathExpressions()) (#4227) 2022-06-21 15:42:23 +02:00
testutils.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix 10570: Improve check; condition then pointer dereference, different pointers (#4216) 2022-06-16 19:26:23 +02:00
testvarid.cpp Improvement: Set varId for variables with global scope operator :: Refactorization: Moved internal class from tokenize.h to tokenize.cpp (#4184) 2022-06-11 08:11:16 +02:00