cppcheck/test
Daniel Marjamäki c14a3d67bb ValueFlow: Handle division by zero better in abstract interpretation 2014-03-23 20:37:56 +01:00
..
options.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
options.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
redirect.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp
testautovariables.cpp Fix segfault in variableIsUsedInScope() - loop variable not check against NULL 2014-03-22 11:14:11 +01:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Value Flow: Improved abstract interpretation of arithmetical expressions 2014-03-22 19:02:33 +01:00
testcharvar.cpp
testclass.cpp Fixed #5481: std::array is POD, so using memcpy (etc.) is allowed on it. 2014-03-16 19:55:32 +01:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #4302 (Member variable not initialized in public delegate constructor) 2014-03-12 05:48:13 +01:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp Fixed #5493 (False positive: Found a statement that begins with numeric constant / string constant - in the presence of initialization list.) 2014-02-26 06:18:52 +01:00
testinternal.cpp
testio.cpp CheckIo: Fixed FIXME 2014-03-19 20:57:33 +01:00
testleakautovar.cpp
testlibrary.cpp Fixed #1374 (false negative: using uninitialized variable in printf) 2014-03-06 06:16:14 +01:00
testmathlib.cpp Fixed #5571 (Clean up MathLib::isInt()) 2014-03-16 11:55:44 +01:00
testmemleak.cpp Fixed #5574 (False positive: mismatchAllocDealloc using realloc() and free) 2014-03-17 16:10:54 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #5597 and added abort() support to stdcfg. 2014-03-21 17:36:48 +01:00
testobsoletefunctions.cpp
testoptions.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
testother.cpp Fixed related issues to #5601 2014-03-22 22:35:20 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Reverted info message that only applies to CLI 2014-03-11 20:55:02 +01:00
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Refactorized dead code elimination: 2014-03-23 10:59:41 +01:00
testsizeof.cpp
teststl.cpp Invalid code cause SIGSEGV since loop variable tok2 was not checked properly 2014-03-22 10:32:24 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Fixed crash on invalid code (#5603) 2014-03-23 20:08:16 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed C++11 right angle bracket issue #5150 2014-03-22 13:34:15 +01:00
testuninitvar.cpp Refactorized dead code elimination: 2014-03-23 10:59:41 +01:00
testunusedfunctions.cpp Fixed crash on wrong __attribute__((constructor)) syntax 2014-03-16 16:39:07 +01:00
testunusedprivfunc.cpp Bailout in private function usage checking for operators (#5059). 2014-03-23 10:06:14 +01:00
testunusedvar.cpp Trim tailing spaces and convert tabs to spaces. 2014-03-18 17:00:28 +02:00
testutils.h
testvalueflow.cpp ValueFlow: Handle division by zero better in abstract interpretation 2014-03-23 20:37:56 +01:00