cppcheck/test
Daniel Marjamäki 5af2fe6e5b AST: improved 'incorrect logic' checking when there are nested expressions 2013-11-15 06:51:35 +01: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 AST: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
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 CheckBool: Fixed false negative when assigning bool to pointer '; s.p = true; ' 2013-10-29 16:16:52 +01: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 Fixed #5137 (Defining empty macro from commandline does not seem to work) 2013-11-03 09:46:03 +01:00
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp Refactoring FileLister and Path so they don't depend on Library 2013-10-31 19:09:01 +01:00
testfiles.pri Library: Added simple testing 2013-10-27 17:10:43 +01:00
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 Fixed #5151 (false negative: improper formatstring - vector::at()) 2013-11-08 12:44:05 +01:00
testleakautovar.cpp
testlibrary.cpp Library: Added simple testing 2013-10-27 17:10:43 +01:00
testmathlib.cpp Fixed #5142 (False positive with floating-point special cases in conditions) 2013-11-04 11:56:43 +01:00
testmemleak.cpp
testnonreentrantfunctions.cpp
testnullpointer.cpp Null pointers: Don't warn when first argument to freopen() is NULL 2013-11-08 13:22:07 +01:00
testobsoletefunctions.cpp
testoptions.cpp testoptions: reverted commit 184db3900e 2013-11-01 01:28:05 +01:00
testother.cpp AST: improved 'incorrect logic' checking when there are nested expressions 2013-11-15 06:51:35 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp astyle formatting 2013-11-02 22:58:47 +01: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 Fixed #4963 (cppcheck and testrunner Visual Studio 2008 build failure) 2013-10-08 05:36:52 +02:00
testrunner.vcxproj Let TinyXML2 handle fopen/fclose. Added testlibrary.cpp to VS10 solution 2013-10-27 17:32:38 +01:00
testrunner.vcxproj.filters Let TinyXML2 handle fopen/fclose. Added testlibrary.cpp to VS10 solution 2013-10-27 17:32:38 +01:00
testsimplifytokens.cpp Fixed #5145 (False Positive: Variable 'A' hides enumerator with same name) 2013-11-03 09:34:48 +01:00
testsizeof.cpp Fixed #5129 (FP:arithOperationsOnVoidPointer on void**) 2013-10-31 06:04:51 +01:00
teststl.cpp Fixed #4850 (False positive: invalidIterator1 detected when iterator container is member of some struct) 2013-10-26 17:48:20 +02:00
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Fixed #5153 ((debug) Scope::checkVariable found variable ')') 2013-11-08 12:56:32 +01: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 AST: Fixed 'a[1][2]' 2013-11-13 17:52:56 +01:00
testuninitvar.cpp Ticket #5073: Don't crash upon invalid do-while loop. 2013-11-08 23:13:21 +01:00
testunusedfunctions.cpp Extended Qt support through Library 2013-10-20 14:09:10 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #4956 (false positive: Variable 'myIsFirst' is assigned a value that is never used.) 2013-10-26 15:22:28 +02:00
testutils.h