cppcheck/test
Simon Martin 052be76635 Ticket #5125: Avoid infinite recursion for recursive class definitions 2013-10-29 21:41:47 +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
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
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp Extended Qt support through Library 2013-10-20 14:09:10 +02: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 #5104 (False positive: Invalid argument in printf and scanf for vector template) 2013-10-27 10:48:49 +01:00
testleakautovar.cpp
testlibrary.cpp Library: Added simple testing 2013-10-27 17:10:43 +01:00
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 Merge pull request #183 from felipensp/null_ptr_typeof 2013-10-27 02:37:31 -07:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp test/testother.cpp: Fix a C4800 MSVC warning. 2013-10-25 18:14:16 +03:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Preprocessor: Use set instead of list to track '#pragma once' usage 2013-10-27 10:33:37 +01: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 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 #5064 (Tokenizer::simplifySizeof: Doesn't simplify 'sizeof !! (a==1);' properly) 2013-10-06 08:20:10 +02:00
testsizeof.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2013-08-21 19:31:01 +00: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 Ticket #5125: Avoid infinite recursion for recursive class definitions 2013-10-29 21:41:47 +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 Tokenizer:simplifyMathFunctions_fma: added a todo testcase. 2013-10-29 09:26:26 -07:00
testuninitvar.cpp Fixed #4896 (FP Uninitialized variable on template function) 2013-10-26 18:39:40 +02: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