cppcheck/test
Daniel Marjamäki 2a1af1acda 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
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp Fixed #4902 (printf and scanf format checks don't support microsoft %I, %I32 and %I64 extensions) 2013-07-21 08:35:01 +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 Fixed #4735 (FP: Mismatching assignment and comparison) 2013-04-23 06:47:15 +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 TestBoost: Warn if test case is not simplified properly 2013-04-13 18:42:56 +02:00
testbufferoverrun.cpp Fixed #4840 (false negative: buffer access out of bounds) 2013-06-25 06:37:51 +02:00
testcharvar.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testclass.cpp Simplified TestClass test cases 2013-04-13 19:11:07 +02:00
testcmdlineparser.cpp Improved test coverage: Ensure that passing multiple <id> to --enable works. Check settings.isEnabled("warning"). 2013-04-01 04:15:05 -07:00
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 Refactorizations: 2013-03-12 07:42:00 -07:00
testdivision.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testerrorlogger.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testexceptionsafety.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testfilelister.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
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 unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testio.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +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 Environment: Refactoring and cleanup 2013-07-05 20:55:31 +02:00
testnonreentrantfunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testnullpointer.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +02:00
testobsoletefunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testoptions.cpp
testother.cpp Fixed #4927 (Segfault in CheckOther::checkCommaSeparatedReturn() on invalid code) 2013-07-28 10:39:58 +02:00
testpath.cpp Fixed #4608 (false positive: (style) struct or union member is never used.) 2013-03-01 16:13:04 +01:00
testpathmatch.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
testpreprocessor.cpp Added terminate() handling to get quicker response when the user wants to terminate 2013-07-24 13:06:59 +02:00
testrunner.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testrunner.vcproj Updated VS9 solution with qmake (#4397). 2012-12-13 20:38:10 +01:00
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 Fixed #4911 (segfault, assignment in do ... while, 1.61dev) 2013-07-28 11:58:14 +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 Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
testsuite.h Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
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 Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testtimer.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testtoken.cpp Fixed memory leaks in teststl 2013-04-07 18:43:18 +02:00
testtokenize.cpp Fixed #4042 (False Positive : Same expression on both sides of '&') 2013-07-11 07:13:47 +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 unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedprivfunc.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedvar.cpp Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects() 2013-04-01 12:41:14 +02:00
testutils.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00