cppcheck/test
Simon Martin 69d294c6c4 Ticket #5816: Skip typename in template arguments for enum initializers. 2014-05-17 08:50:12 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp Fixed #5695 (FP: Mismatching assignment and comparison) 2014-05-06 19:35:47 +02:00
testautovariables.cpp Replace 2 invalid test cases added while fixing #5793 by a valid one 2014-05-15 21:20:16 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Refactorized CheckBufferOverrun::arrayIndexThenCheck() and fixed false negative 2014-05-10 13:00:44 +02:00
testcharvar.cpp Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.) 2014-05-13 15:53:31 +02:00
testclass.cpp #5782 Endless recursion in CheckClass::checkReturnPtrThis(). Break endless recursion by remembering the callstack 2014-05-11 12:26:24 +02:00
testcmdlineparser.cpp
testconstructors.cpp
testcppcheck.cpp Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Fixed #5756 (declspec(nothrow) not supported) 2014-05-04 20:47:20 +02:00
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp IncompleteStatement: Fixed false positive when '({..})' blocks are used 2014-04-24 06:32:29 +02:00
testinternal.cpp
testio.cpp Fixed #5609 (Wrong warning: %zu requires 'size_t' - but type is 'std::size_t') 2014-05-04 07:55:23 +02:00
testleakautovar.cpp Double free: Improved handling of noreturn functions. Partial revert of previous fix. 2014-05-04 13:11:21 +02:00
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Ticket #5315: Memory leak analysis confused by ((variable).attribute) notation. 2014-05-08 20:58:24 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp posix.cfg: Fixed FP for getcwd().First and second parameter is allowed to be zero. 2014-05-02 04:56:12 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed false positive #5772: Use AST to check if modulo operation is preceded by an arithmetical operation. 2014-05-09 21:58:28 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #5661 (--suppress=missingInclude has no effect) 2014-05-03 19:31:15 +02:00
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2014-03-31 00:33:43 +00:00
testsimplifytokens.cpp Ticket #5816: Skip typename in template arguments for enum initializers. 2014-05-17 08:50:12 +02:00
testsizeof.cpp Fixed false positive #5187: arithOperationsOnVoidPointerError when referencing void* 2014-04-27 12:18:33 +02:00
teststl.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Fixed #5756 (declspec(nothrow) not supported) 2014-05-04 20:47:20 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Ticket #5786: Properly handle cv-qualified member pointers as template parameter. 2014-05-14 22:27:31 +02:00
testuninitvar.cpp Uninitialized member variable: Fixed false negative when struct is read 2014-05-10 20:20:55 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed typo in comment, no functional changes. 2014-05-07 23:39:32 +02:00
testutils.h
testvalueflow.cpp ValueFlow: Improved bailout when variable is reassigned 2014-05-03 12:49:07 +02:00