cppcheck/test
Robert Reif 64afcc8179 Fixed #1338 (simplify typedefs with global and nested namespace) 2010-01-31 21:46:18 +01:00
..
CMakeLists.txt CMake - Include test project's header file to VS IDE project. 2010-01-05 22:16:53 +02:00
test.pro
test.vcproj
testautovariables.cpp Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
testbufferoverrun.cpp Added test case for #1333 (Detect access out of bounds 'for (i = 100; i > 0; --i) a[i] = 0;') 2010-01-31 22:02:26 +02:00
testcharvar.cpp
testclass.cpp Fixed #1319 (false negative: missing const not found) 2010-01-29 19:38:56 +01:00
testconstructors.cpp
testcppcheck.cpp
testdangerousfunctions.cpp
testdivision.cpp
testexceptionsafety.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed #1286 (Memory leak not detected) 2010-01-27 22:05:04 +01:00
testother.cpp Fixed #1094 (Improve check: unusual pointer arithmetic: 'ch+str') 2010-01-31 11:42:02 +01:00
testpreprocessor.cpp Fixed #1231 (Preprocessor: Fail to evaluate '#if ! defined _ABCD_') 2010-01-09 21:54:20 +01:00
testredundantif.cpp
testrunner.cpp
testsimplifytokens.cpp Fixed #1338 (simplify typedefs with global and nested namespace) 2010-01-31 21:46:18 +01:00
teststl.cpp Fixed #1278 (Confusing style message formatting) 2010-01-26 19:37:22 +01:00
testsuite.cpp Fixed #1324 (show number of tests that don't produce the desired results) 2010-01-29 18:49:07 +01:00
testsuite.h Fixed #1324 (show number of tests that don't produce the desired results) 2010-01-29 18:49:07 +01:00
testtoken.cpp Get rid of casting in test file. 2010-01-12 21:24:44 +02:00
testtokenize.cpp Tokenizer: remove redundant assignments and variables 2010-01-31 09:52:19 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp