cppcheck/test
Reijo Tomperi 003e27c10e Fix #667 (Preprocessor does not handle macro inside macro correctly)
http://sourceforge.net/apps/trac/cppcheck/ticket/667
2009-09-20 00:09:05 +03:00
..
test.pro
testautovariables.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp Fixed by #675 (false positive: when operator is overloaded) 2009-09-16 20:07:03 +02:00
testconstructors.cpp
testcppcheck.cpp New command line argument added --template 2009-09-05 22:01:49 +03:00
testdangerousfunctions.cpp
testdivision.cpp Fixed #669 (possible style without --all + false positives) 2009-09-15 20:46:47 +02:00
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 astyle fix 2009-09-19 14:21:50 +03:00
testother.cpp Fixed #673 (False positive: null pointer dereference when dynamic cast is used) 2009-09-19 10:54:10 +02:00
testpreprocessor.cpp Fix #667 (Preprocessor does not handle macro inside macro correctly) 2009-09-20 00:09:05 +03:00
testredundantif.cpp
testrunner.cpp
testsimplifytokens.cpp Fix #684 (Tokenizer: (65536*72/100) incorrectly simplified to zero) 2009-09-15 23:38:54 +03:00
teststl.cpp
testsuite.cpp
testsuite.h
testtoken.cpp TestTOKEN::getStrLength(): allocate tok variable in stack (instead of in heap) 2009-09-13 15:08:43 +07:00
testtokenize.cpp astyle fix 2009-09-19 14:21:50 +03:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fixed #677 (False positive: Unused private function produced by class member initialization) 2009-09-16 23:04:13 +02:00
testunusedvar.cpp