cppcheck/test
Alexander Mai af2ada9258 #6692 False positive: Hidden member variable - parent class with same name in different namespace. Add regression test for FP which got fixed in 1.70 already 2015-11-14 14:44:27 +01:00
..
cfg #7062 Remove unnecessaryQualification check 2015-10-18 17:00:09 +02:00
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
options.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
options.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
redirect.h Updated copyright year to 2015 2015-01-03 12:14:58 +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 Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testassert.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testautovariables.cpp Fixed false positive autovarInvalidDeallocation if deallocting result of member function (#6551) 2015-11-11 16:59:31 +01:00
testbool.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testboost.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testbufferoverrun.cpp CheckBufferOverrun: Fixed FP when accessing string that contains '\0'. Refactoring address-of. 2015-11-09 10:30:39 +01:00
testcharvar.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testclass.cpp #6692 False positive: Hidden member variable - parent class with same name in different namespace. Add regression test for FP which got fixed in 1.70 already 2015-11-14 14:44:27 +01:00
testcmdlineparser.cpp #7062 Remove unnecessaryQualification check 2015-10-18 17:00:09 +02:00
testcondition.cpp Fixed #7006 (False positive Mismatching assignment and comparison (variable is changed in loop)) 2015-11-11 13:45:28 +01:00
testconstructors.cpp Handle alias variables in CheckClass::initializeVarList() (#6921) 2015-11-09 21:02:06 +01:00
testcppcheck.cpp Refactorization: Moved two tests to testgarbage.cpp 2015-11-06 21:58:49 +01:00
testerrorlogger.cpp Refactorization: Reduced code duplication in testlibrary.cpp 2015-10-19 09:01:20 +02:00
testexceptionsafety.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testfilelister.cpp Refactorized file listing code (CLI): 2015-07-23 14:28:17 +02:00
testfiles.pri Refactoring to address some issues from #5895 (handling of unsigned numbers). Also adding a TODO testcase since the real issue (FP) is still not fixed 2015-06-13 18:08:13 +02:00
testgarbage.cpp Fixed crash on garbage code (#7120) 2015-11-09 17:25:20 +01:00
testincompletestatement.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testinternal.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testio.cpp Use ValueFlow in CheckIO::checkWrongPrintfScanfArguments() (#6563) 2015-11-06 09:52:22 +01:00
testleakautovar.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testlibrary.cpp Refactorization: Reduced code duplication in testlibrary.cpp 2015-10-19 09:01:20 +02:00
testmathlib.cpp Fix some glitches from previous commit to TestMathLib 2015-07-26 19:47:27 +02:00
testmemleak.cpp Apply same heuristics in CheckMemoryLeakNoVar::checkForUnusedReturnValue() as in CheckOther::checkIgnoredReturnValue(): Ensure that a defined function has non-void return value. (#6693) 2015-11-10 14:19:45 +01:00
testnonreentrantfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testnullpointer.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testobsolescentfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testoptions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testother.cpp Fixed crash in clang test suite with member variable pointers 2015-11-11 18:26:59 +01:00
testpath.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
testpathmatch.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testpostfixoperator.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testpreprocessor.cpp Fixed fix for #7042 - support hexadecimal digits 2015-10-18 16:37:33 +02:00
testrunner.cpp Refactorization: Improved handling of preprocessor in test suite 2015-10-07 14:18:57 +02:00
testrunner.vcxproj Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew. 2015-09-04 14:30:54 +02:00
testrunner.vcxproj.filters Add new test file: testtokenlist.cpp to testrunner 2015-06-16 20:30:09 +02:00
testsamples.cpp Refactorized file listing code (CLI): 2015-07-23 14:28:17 +02:00
testsimplifytemplate.cpp Fixed wrong parsing of ^{} 2015-11-02 22:14:41 +01:00
testsimplifytokens.cpp Fixed #6934 (False positive returnLocalVariable - assigning local array to function argument) 2015-11-07 15:07:26 +01:00
testsimplifytypedef.cpp Fixed false positives variableHidingTypedef (#5624, #6507) 2015-10-26 10:06:52 +01:00
testsizeof.cpp Fixed false positives with pointerSize being shown even if no sizeof() is used (#7100). 2015-11-07 13:19:06 +01:00
teststl.cpp #6554 False positive eraseDereference - erase in while() loop. Add regression test for bug fixed in 1.70 2015-11-10 19:03:35 +01:00
teststring.cpp Added dot at end of stringLiteralWrite message 2015-10-19 09:01:21 +02:00
testsuite.cpp Refactorization: Removed some redundant code 2015-10-07 18:40:04 +02:00
testsuite.h Refactorization: Removed some redundant code 2015-10-07 18:40:04 +02:00
testsuppressions.cpp Make syntaxError suppressable (fixes #5917 and #7076) 2015-10-28 20:53:35 +02:00
testsymboldatabase.cpp Do not set "pure" flag if function is declared as "= default" (#7101) 2015-11-07 22:21:50 +01:00
testthreadexecutor.cpp Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp 2015-10-19 09:01:20 +02:00
testtimer.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testtoken.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
testtokenize.cpp Fixed simplification of pointers (#6829) 2015-11-10 14:45:24 +01:00
testtokenlist.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testtype.cpp Ticket #6793: Added basic unit test showing that basic integer shift length check is run even for templates. 2015-08-02 00:03:09 +02:00
testuninitvar.cpp Fixed #7121 (False positive 'Uninitialized variable' converting pointer to reference) 2015-11-10 10:18:24 +01:00
testunusedfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testunusedprivfunc.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testunusedvar.cpp Fixed false positive with range-based for-loop (#7075) 2015-10-27 14:47:18 +01:00
testutils.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testvaarg.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testvalueflow.cpp ValueFlow: set value for char literals 2015-11-12 16:38:58 +01:00
testvarid.cpp Support varids in nested classes that are declared outside of outer class (#7127) 2015-11-13 10:07:57 +01:00