cppcheck/test
Robert Reif b30b07beee Fixed #1232 (segmentation fault of cppcheck when scanning templates) 2010-01-07 18:09:35 +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 Fixed #1013 (autovariables: detect when assigning parameter **par) 2010-01-02 03:53:34 +06:00
testbufferoverrun.cpp Ticket #1228 : Handle tokensBack in the Token class. When adding&removing tokens the Token class can make sure that this pointer is updated accordingly. It is very important that the tokensBack has the same scope as the token list, otherwise there will be a dead pointer problem. 2010-01-06 20:19:27 +01:00
testcharvar.cpp
testclass.cpp Fixed #1221 ([False positive] Member variable not initialized with operator[] gives wrong result) 2010-01-06 19:04:15 +01:00
testconstructors.cpp Fixed #1211 (add struct support for constructor checks) 2010-01-02 17:29:55 +01:00
testcppcheck.cpp
testdangerousfunctions.cpp
testdivision.cpp
testexceptionsafety.cpp Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function)) 2009-12-21 20:04:55 +01:00
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp astyle formatting 2009-12-27 17:46:24 +01:00
testmemleak.cpp Fixed #1173 (Improve check: memory leak not detected in constructor) 2009-12-30 21:29:54 +01:00
testother.cpp Fixed #1023 (improve check: Unintialized variable not detected when using +=) 2010-01-03 18:49:13 +01:00
testpreprocessor.cpp Fixed #1203 (Preprocessor: Doesn't handle macros usage that contain ';') 2010-01-02 20:54:52 +01:00
testredundantif.cpp
testrunner.cpp
testsimplifytokens.cpp Fixed #1232 (segmentation fault of cppcheck when scanning templates) 2010-01-07 18:09:35 +01:00
teststl.cpp Robert Reif: Fixed #1158 ((possible style) message with regular check) 2009-12-28 18:06:26 +01:00
testsuite.cpp
testsuite.h
testtoken.cpp Ticket #1228 : Handle tokensBack in the Token class. When adding&removing tokens the Token class can make sure that this pointer is updated accordingly. It is very important that the tokensBack has the same scope as the token list, otherwise there will be a dead pointer problem. 2010-01-06 20:19:27 +01:00
testtokenize.cpp Fixed #1211 (add struct support for constructor checks) 2010-01-02 17:29:55 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp