cppcheck/test
PKEuS b78131cfcf Improved cast detection in AST:
-> Make use of it in checkother.cpp

Use tokenizer simplification instead of reimplementation for test suite
2014-05-24 11:29:32 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp Fixed #5695 (FP: Mismatching assignment and comparison) 2014-05-06 19:35:47 +02:00
testautovariables.cpp Improved check: Complain about returning reference to literals or reference to calculation result (#4317) 2014-05-22 11:39:11 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Refactorized CheckBufferOverrun::arrayIndexThenCheck() and fixed false negative 2014-05-10 13:00:44 +02:00
testcharvar.cpp Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.) 2014-05-13 15:53:31 +02:00
testclass.cpp Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +02:00
testcmdlineparser.cpp Internal checking is now enabled by the macro CHECK_INTERNAL 2014-05-18 19:50:06 +02:00
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +02:00
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp
testinternal.cpp Fixed messages of CheckInternal, fixed a false positive. 2014-05-18 20:39:52 +02:00
testio.cpp Use AST in CheckIO::checkCoutCerrMisusage() - fixes #3254. 2014-05-22 20:25:54 +02:00
testleakautovar.cpp Double free: Improved handling of noreturn functions. Partial revert of previous fix. 2014-05-04 13:11:21 +02:00
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Fixed false positive #5848 2014-05-21 13:45:36 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Refactorization in CheckNullPointer: 2014-05-22 19:48:00 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Enhancements related to duplicate expression checking: 2014-05-22 21:46:48 +02:00
testpath.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #5661 (--suppress=missingInclude has no effect) 2014-05-03 19:31:15 +02:00
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytokens.cpp Ticket #5816: Properly handle template'd template parameters in enum initializers. 2014-05-23 21:25:42 +02:00
testsizeof.cpp Fixed false positive "multiplySizeof" in TortoiseSVN 2014-05-19 20:57:13 +02:00
teststl.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Fixed #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Fixed #5827 (Invalid token match patterns) 2014-05-19 06:31:38 +02:00
testtokenize.cpp Improved cast detection in AST: 2014-05-24 11:29:32 +02:00
testuninitvar.cpp Uninitialized member variable: Fixed false negative when struct is read 2014-05-10 20:20:55 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed typo in comment, no functional changes. 2014-05-07 23:39:32 +02:00
testutils.h
testvalueflow.cpp ValueFlow: Improved bailout when variable is reassigned 2014-05-03 12:49:07 +02:00