.. |
test.pro
|
Add QMake project files for core and tests.
|
2009-07-14 14:36:05 +03:00 |
testautovariables.cpp
|
Fixed ticket #541 (Wrong testcases produce unlogged error at Tokenizer::syntaxError)
|
2009-08-12 02:06:41 +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
|
refactoring: renamed the severity "all" to "possible error"
|
2009-07-13 10:16:31 +02:00 |
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
|
refactoring: Renamed checking classes
|
2009-07-13 16:00:15 +02:00 |
testdivision.cpp
|
refactoring: renamed the severity "all" to "possible error"
|
2009-07-13 10:16:31 +02:00 |
testfilelister.cpp
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed #566 (False positive when assigning the return value of realloc(NULL,..) to a pointer variable holding a freed memory address)
|
2009-08-10 22:04:28 +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
|
Fixed #582 (Preprocessor: Remove assembler code inside pragmas)
|
2009-08-10 20:07:55 +02:00 |
testredundantif.cpp
|
Refactoring the unit testing
|
2009-08-04 21:32:14 +02:00 |
testrunner.cpp
|
test/testrunner.cpp: fixed exit code when count of fails tests equals to 256.
|
2009-07-19 03:12:55 +07:00 |
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
|
Fixed ticket #481 (testrunner should exit with non-zero status if one of tests fails)
|
2009-07-18 19:08:10 +07:00 |
testsuite.h
|
Fixed ticket #481 (testrunner should exit with non-zero status if one of tests fails)
|
2009-07-18 19:08:10 +07:00 |
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Fixed ticket #584 (Tokenizer: don't set varId for class declaration)
|
2009-08-12 01:58:49 +07:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|