cppcheck/test
PKEuS 0b7281803e Merge pull request #428 from Dmitry-Me/detectArrowAccessesViaUninitPtrs
Detect -> accesses on uninitialized pointers
2014-09-12 09:19:59 +02: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 Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test.pro Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Update copyright 2014-02-15 07:45:39 +01:00
testassert.cpp Fixed crash, simplified code in testassert.cpp 2014-08-06 12:24:21 +02:00
testautovariables.cpp Refactorized CheckAutoVariables::assignFunctionArg(): 2014-08-04 11:45:24 +02:00
testbool.cpp Fixed TODO in checkAssignBoolToFloat 2014-05-24 20:06:45 +02:00
testboost.cpp Fixed false positive #4788 (break; in BOOST_FOREACH) 2014-08-31 20:40:52 +02:00
testbufferoverrun.cpp Added unit test for #5849 2014-08-31 21:45:38 +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 Fixed #6073 2014-09-07 21:53:32 +02:00
testcmdlineparser.cpp Internal checking is now enabled by the macro CHECK_INTERNAL 2014-05-18 19:50:06 +02:00
testcondition.cpp Fix erroneous call to check() method. That is issues was not find by cppcheck itself, so #6109 has been created 2014-08-30 18:17:18 +02:00
testconstructors.cpp Implemented support for C++11 uniform initialization in several checks. 2014-08-05 16:11:42 +02:00
testcppcheck.cpp Further include cleanup 2014-05-24 12:50:04 +02:00
testdivision.cpp Update copyright 2014-02-15 07:45:39 +01:00
testerrorlogger.cpp #5300 - Invalid encoding in XML output (use escape sequence string for non-printable characters) 2014-04-13 09:50:57 +02:00
testexceptionsafety.cpp Fixed crash on invalid code #6080 2014-08-23 12:36:42 +02:00
testfilelister.cpp use nullptr 2014-02-16 10:32:10 +01:00
testfiles.pri Fixed #6158 (New check: dangerous sign conversion) 2014-09-11 18:10:19 +02:00
testincompletestatement.cpp IncompleteStatement: Fixed false positive when '({..})' blocks are used 2014-04-24 06:32:29 +02:00
testinternal.cpp Added internal check for || and | inside Token::Match patterns. 2014-07-02 15:51:18 +02:00
testio.cpp Improved speed of testrunner: Avoid repeated loading of the same library 2014-09-10 20:29:44 +02:00
testleakautovar.cpp Fixed #5923 (false positive: (error) Resource leak: fp (static file pointer)) 2014-06-23 16:05:28 +02:00
testlibrary.cpp Fix MSVC compiler warnings 2014-07-06 13:08:22 +02:00
testmathlib.cpp MathLib: Added missing testcase for incdec. 2014-06-04 08:41:30 +02:00
testmemleak.cpp Improved speed of testrunner: Avoid repeated loading of the same library 2014-09-10 20:29:44 +02:00
testnonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testnullpointer.cpp Fixed #6118 (False positive: divide by zero - if condition not evaluated properly) 2014-09-04 17:52:14 +02:00
testobsoletefunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testoptions.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
testother.cpp Use information about pure/leak-ignore from library to improve accuracy of several bailouts 2014-09-11 20:27:07 +02:00
testpath.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpathmatch.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpostfixoperator.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpreprocessor.cpp Changed handling of unhandled characters: 2014-08-08 09:49:09 +02:00
testrunner.cpp Better bracing and variable name 2014-09-04 12:18:26 +04:00
testrunner.vcxproj Added checktype.cpp to VS solution; Fixed MSVC warning about signed/unsigned mismatch 2014-09-11 18:47:28 +02:00
testrunner.vcxproj.filters Added checktype.cpp to VS solution; Fixed MSVC warning about signed/unsigned mismatch 2014-09-11 18:47:28 +02:00
testsamples.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2014-03-31 00:33:43 +00:00
testsimplifytokens.cpp Merge pull request #422 from simartin/ticket_6023 2014-09-06 22:55:45 +02:00
testsizeof.cpp #6050 arithmetic on void** - fix false positive 2014-08-17 19:14:55 +02:00
teststl.cpp Fixed false negative #4306: Detect loop access of empty STL container 2014-08-09 10:06:44 +02:00
teststring.cpp Removed redundant suppression code in teststring.cpp 2014-08-29 17:02:13 +02:00
testsuite.cpp Flush stdout after putchar('.') to ensure that the characters are printed immediately as a progress indicator. 2014-08-05 13:22:40 +02:00
testsuite.h Refactorization: Moved code out of macro TEST_CASE 2014-08-05 12:55:46 +02:00
testsuppressions.cpp Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
testsymboldatabase.cpp Refactorization: Moved detection of STL strings to SymbolDatabase 2014-09-05 12:03:08 +02:00
testthreadexecutor.cpp Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
testtimer.cpp Update copyright 2014-02-15 07:45:39 +01:00
testtoken.cpp Token: Added utility function getStrSize as a complement to getStrLength 2014-08-01 13:12:18 +02:00
testtokenize.cpp AST: fixed cast for 'return (long long)c << 40;' 2014-09-12 06:43:52 +02:00
testtype.cpp Too big shift: fix FP when cast is used 2014-09-12 06:45:45 +02:00
testuninitvar.cpp Detect -> accesses on uninitialized pointers 2014-09-12 10:19:00 +04:00
testunusedfunctions.cpp Fixed false positive #4648 2014-08-31 20:33:27 +02:00
testunusedprivfunc.cpp Fixed false positive #5566. 2014-08-26 11:29:26 +02:00
testunusedvar.cpp Fixed false positive #5466 2014-08-31 19:46:30 +02:00
testutils.h Refactorization: 2014-08-27 09:42:09 +02:00
testvaarg.cpp Fixed false positive #6066: va_list may be used after being copied. 2014-08-18 10:40:39 +02:00
testvalueflow.cpp Fixed #6118 (False positive: divide by zero - if condition not evaluated properly) 2014-09-04 17:52:14 +02:00