cppcheck/test
Daniel Marjamäki da7e75f69e Class checking: Minor refactoring when analysing memset on class 2010-02-04 20:53:04 +01:00
..
CMakeLists.txt CMake - fix building tests for Visual Studio. 2010-02-01 20:16:30 +02:00
test.pro
test.vcproj Fixed #1101 (link error with latest git in Visual Studio) 2009-12-18 18:29:31 +01:00
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 Class checking: Minor refactoring when analysing memset on class 2010-02-04 20:53:04 +01:00
testconstructors.cpp Fixed #1211 (add struct support for constructor checks) 2010-01-02 17:29:55 +01:00
testcppcheck.cpp Fixed #1084 (define configuration lost) 2009-12-13 17:18:27 +01:00
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 #1286 (Memory leak not detected) 2010-01-27 22:05:04 +01:00
testother.cpp Reverted 4f30468c80. There was false positives such as #1335 so please fix them and then re-commit. 2010-02-01 19:46:51 +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 #1337 (Division by zero with __alignof__()) 2010-02-03 21:23:44 +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 Fixed #1345 (Not initialised variables warning missing in classes with dllexport) 2010-02-03 20:01:56 +01:00
testunusedfunctions.cpp Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.) 2010-02-03 18:37:48 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp