cppcheck/test
PKEuS dd82817752 Fixed #4943 and simplified CheckOther::checkCommaSeparatedReturn() 2013-08-06 11:27:09 -07:00
..
options.cpp
options.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
redirect.h
test.cxx
test.pro
test64bit.cpp Reverted experimental changes for handling of lambda functions (#4919). 2013-07-31 09:58:31 +02:00
testassert.cpp Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable)) 2013-06-05 22:10:43 +02:00
testassignif.cpp AssignIf: added todo test case (pass variable by value to function) 2013-07-29 12:27:57 +02:00
testautovariables.cpp Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter) 2013-06-13 16:19:19 +02:00
testbool.cpp dmake: update Makefile 2013-05-05 09:22:04 +02:00
testboost.cpp
testbufferoverrun.cpp Fixed #4840 (false negative: buffer access out of bounds) 2013-06-25 06:37:51 +02:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testconstructors.cpp Fixed #4824 (False positive: (warning) Member variable 'Foo::m_state' is not initialized in the constructor.) 2013-07-08 06:38:33 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testincompletestatement.cpp Fixed #4754 (False positive: Map literals trigger redundant code warning) 2013-04-20 07:51:44 +02:00
testinternal.cpp
testio.cpp astyle formatting, use isEnabled("warning") instead of isEnabled("style") 2013-07-28 16:13:16 +02:00
testleakautovar.cpp astyle formatting 2013-07-28 11:53:49 +02:00
testmathlib.cpp MathLib: Return inf.0 for NAN and INF calculations 2013-07-19 09:27:33 +02:00
testmemleak.cpp Fixed #4237 (False positive: (error) Memory Leak: data (references and pointer aliases)) 2013-07-30 11:30:14 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #4943 and simplified CheckOther::checkCommaSeparatedReturn() 2013-08-06 11:27:09 -07:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fix ticket #4922 (segmentation fault upon invalid code). 2013-08-05 20:28:22 +02:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testrunner.vcxproj.filters Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testsimplifytokens.cpp TestRunner: added test case for assignment simplification in do-while (#4881). 2013-07-29 12:10:11 +02:00
testsizeof.cpp Tokenizer: Set variable() pointer for array members 2013-07-20 17:46:39 +02:00
teststl.cpp Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].') 2013-05-01 11:11:57 +02:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Fixed #4618 (Unmatched suppression: don't show this information message unless --enable=information or --check-cfg is used) 2013-05-31 15:20:58 +02:00
testsymboldatabase.cpp Tokenizer: Set variable() pointer for array members 2013-07-20 17:46:39 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
testtokenize.cpp Fixed #4237 (False positive: (error) Memory Leak: data (references and pointer aliases)) 2013-07-30 11:30:14 +02:00
testuninitvar.cpp CheckUninitVar: Assertion for '} while (' after 'do {..' in debug builds. Bail out in release builds to avoid segfaults. 2013-07-28 12:41:38 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h