cppcheck/test
Slava Semushin d16a0b7a80 TestSimplifyTokens::sizeof_(): don't append leading space.
No functional change.
2009-09-13 17:59:59 +07:00
..
test.pro Added top-level 'check' target. 2009-09-04 22:59:25 +04:00
testautovariables.cpp Fixed #590 (False positive: Invalid deallocation when variables have same name) 2009-08-16 15:27:40 +07:00
testbufferoverrun.cpp Fixed #629 (Tokenizer: expand nested strcat() calls) 2009-09-05 23:46:27 +07:00
testcharvar.cpp
testclass.cpp Fixed #375 (new check: Detect when using 'this-x') 2009-09-12 15:25:02 +02:00
testconstructors.cpp
testcppcheck.cpp New command line argument added --template 2009-09-05 22:01:49 +03:00
testdangerousfunctions.cpp
testdivision.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp Fix ticket #632 (Mathlib isInt() identifies "330L" as not int) 2009-09-11 23:46:59 +03:00
testmemleak.cpp memory leaks: added test assertion. simplify ';alloc;exit;' to ';exit;' 2009-09-13 07:20:42 +02:00
testother.cpp Don't warn about division by zero if zero if floating point number. 2009-09-01 22:06:46 +03:00
testpreprocessor.cpp More Fixing of #635 (Preprocessor: remove 'asm(...)') 2009-09-11 23:34:24 +02:00
testredundantif.cpp Refactoring the unit testing 2009-08-04 21:32:14 +02:00
testrunner.cpp
testsimplifytokens.cpp TestSimplifyTokens::sizeof_(): don't append leading space. 2009-09-13 17:59:59 +07:00
teststl.cpp Fixed #631 (False positive matching iterator which is dereferenced) 2009-09-01 23:49:17 +07:00
testsuite.cpp
testsuite.h Fixed #622 (Tokenizer: Calculations are wrong) 2009-08-28 12:13:46 +02:00
testtoken.cpp TestTOKEN::getStrLength(): allocate tok variable in stack (instead of in heap) 2009-09-13 15:08:43 +07:00
testtokenize.cpp Fixed #603 (Tokenizer: Incorrect simplification of < >) 2009-08-23 13:26:16 +07:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp