cppcheck/test
Slava Semushin be89be8c30 Fixed #590 (False positive: Invalid deallocation when variables have same name)
http://sourceforge.net/apps/trac/cppcheck/ticket/590
2009-08-16 15:27:40 +07:00
..
test.pro
testautovariables.cpp Fixed #590 (False positive: Invalid deallocation when variables have same name) 2009-08-16 15:27:40 +07:00
testbufferoverrun.cpp Fixed ticket #570 (Buffer overrun not detected when sprintf() format string greater then buffer size) 2009-08-08 21:52:35 +07:00
testcharvar.cpp
testclass.cpp Fixed ticket #578 (missing virtual destructor not detected) 2009-08-10 17:58:13 +03:00
testconstructors.cpp
testcppcheck.cpp dereferencing deallocated memory: it is ok to take the address to deallocated memory but it is not ok to dereference the address 2009-07-21 13:04:13 +02:00
testdangerousfunctions.cpp
testdivision.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Borland C++ Builder: Fixed compilation and testrunner problems 2009-08-13 22:13:52 +02:00
testother.cpp Fixed #583 (False positive: the nullpointer check doesn't handle goto properly) 2009-08-12 18:54:52 +02:00
testpreprocessor.cpp fix ticket #586 (Preprocessor: Lines like "#error don't" can cause "no pair for character" errors) 2009-08-14 00:22:51 +03:00
testredundantif.cpp Refactoring the unit testing 2009-08-04 21:32:14 +02:00
testrunner.cpp
testsimplifytokens.cpp Fixed ticket #572 (Tokenizer: improve detection of arrays) 2009-08-09 15:16:37 +07:00
teststl.cpp Fixed ticket #573 (False positive of set range check when we dereferencing iterator) 2009-08-09 02:07:33 +07:00
testsuite.cpp
testsuite.h
testtoken.cpp
testtokenize.cpp Initial work for class and member function/variable list in tokenizer. 2009-08-12 23:50:03 +03:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp