cppcheck/test
Daniel Marjamäki a55056c770 Fixed #5105 (false positive: (warning) Either the condition 'b!=0' is useless or there is division by zero) 2013-10-22 16:18:42 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp Check64Bit: Fixed false positive about returning integer for 'p+(n*80)' 2013-10-08 06:36:45 +02:00
testassert.cpp
testassignif.cpp
testautovariables.cpp Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.) 2013-10-06 16:07:27 +02:00
testbool.cpp Fixed #5077 (False positive: Comparison of boolean result with relational operator ((X + (Y < 0)) <= b)) 2013-10-09 05:43:50 +02:00
testboost.cpp
testbufferoverrun.cpp Fixed #4968 (False positive: Structure with 'read' member is confused with read() function.) 2013-10-05 18:25:44 +02:00
testcharvar.cpp
testclass.cpp Fixed #4723 (False positive: Pure virtual call within conditional clause) 2013-09-27 09:25:38 +02:00
testcmdlineparser.cpp Test GetShowErrorMessages in testcmdlineparser.cpp 2013-09-03 11:41:16 +02:00
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp Extended Qt support through Library 2013-10-20 14:09:10 +02:00
testfiles.pri
testincompletestatement.cpp Fixed #5042 (false positive: Redundant code (set filled in initialization list)) 2013-10-05 12:26:09 +02:00
testinternal.cpp
testio.cpp CheckIO: fixed handling of unknown types. Ticket #5051 2013-10-05 16:47:06 +02:00
testleakautovar.cpp
testmathlib.cpp simplifyMathFunctions: added support for exp(),sqrt(),cbrt() functions. 2013-09-29 18:11:17 +02:00
testmemleak.cpp Fixed #5030 (Segmentation fault below CheckMemoryLeakStructMember::isMalloc()) 2013-09-21 18:10:29 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #4929 (False positive: possible null pointer deref (checks dont handle && and || well)) 2013-10-22 10:47:48 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #5105 (false positive: (warning) Either the condition 'b!=0' is useless or there is division by zero) 2013-10-22 16:18:42 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #5102 (Crash if -D is used when scanning simple preprocessor code.) 2013-10-18 06:47:55 +02:00
testrunner.cpp
testrunner.vcproj Fixed #4963 (cppcheck and testrunner Visual Studio 2008 build failure) 2013-10-08 05:36:52 +02:00
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Fixed #5064 (Tokenizer::simplifySizeof: Doesn't simplify 'sizeof !! (a==1);' properly) 2013-10-06 08:20:10 +02:00
testsizeof.cpp
teststl.cpp Fixed #5041 (Improve check: support 'auto' for 'Iterator used after element has been erased') 2013-09-28 11:50:45 +02:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Fixed #4733 (defective unusedStructMember warning) 2013-08-28 06:46:32 +02:00
testsymboldatabase.cpp SymbolDatabase: handle method with unknown macro 'void f() MACRO {..}' 2013-09-28 11:44:26 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Testtoken:matchNumeric(): extended testing about some missing testcases. 2013-09-30 15:55:36 -07:00
testtokenize.cpp Fixed #5088 (Token::Match called with varid 0. in libreoffice sd/source/ui/table/TableDesignPane.cxx) 2013-10-14 21:05:54 +02:00
testuninitvar.cpp - Fixed false positive when using typeof/__alignof__ 2013-10-12 13:46:14 -03:00
testunusedfunctions.cpp Extended Qt support through Library 2013-10-20 14:09:10 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #4899 (False positive on unused variable) 2013-09-03 17:02:46 +02:00
testutils.h