cppcheck/test
Martin Ettl 63d9fd4210 Merge branch 'master' of https://github.com/danmar/cppcheck 2013-10-29 01:48:58 +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
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
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
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
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
testmemleak.cpp
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 testoptions: fixed buffer access out of bounds issue. The ctor of options requires an array of at least two elements, but. 2013-10-29 01:48:30 +01:00
testother.cpp Fixed #5128 (False positive zerodivcond 'a ? 1 / a : 0') 2013-10-30 16:51:00 +01: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
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
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 Ticket #5120: New test case, that works now that #5125 is fixed 2013-10-30 10:15:03 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #5131 (False Positive: %u in format string requires 'unsigned int' but the argument type is 'int'.) 2013-10-31 17:20:00 +01: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