cppcheck/test
Kimmo Varis 6b07097cf4 Projfiles: Use $IntDir and $OutDir as paths where applicable.
Try to also keep outdir clean of unnecessary files and direct most of build-
time files to intdir.
2010-02-27 21:15:00 +08:00
..
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro use checked STL in debugmode 2009-11-28 18:29:32 +01:00
test.vcproj Projfiles: Use $IntDir and $OutDir as paths where applicable. 2010-02-27 21:15:00 +08:00
testautovariables.cpp Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
testbufferoverrun.cpp Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct) 2010-02-21 15:23:50 +01:00
testcharvar.cpp
testclass.cpp Fixed #1451 (false positive: operator = should return reference to self) 2010-02-25 07:26:59 +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 Fix #1385 (False positive: unsigned division) 2010-02-12 22:24:06 +02:00
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 Possibly fix #1369 (Internal error - double-declared enum followed by another enum) 2010-02-09 22:26:15 +02:00
testincompletestatement.cpp
testmathlib.cpp astyle formatting 2009-12-27 17:46:24 +01:00
testmemleak.cpp Fixed #1407 (false positive memory leak when returning pointer to the allocated memory) 2010-02-20 10:17:45 +01:00
testother.cpp Add TODO test case for #1444 (inline suppression suppress all errors of the same type in a function) 2010-02-25 22:55:09 +02:00
testpreprocessor.cpp Fix #1455 (Preprocessor: Wrong line number in "No pair for character" error) 2010-02-26 23:11:23 +02:00
testredundantif.cpp
testrunner.cpp
testsimplifytokens.cpp Fixed #1456 (PATCH: Variable hides typedef with same name false positive) 2010-02-27 07:27:51 +01:00
teststl.cpp Fixed #1373 (###### If you see this, there is a bug ######) 2010-02-09 18:11:06 +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 Add TODO test cases for #1454 (False positive: arrayindexoutofbounds, static member sharing local name) 2010-02-25 22:02:12 +02: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 astyle formatting 2010-02-18 19:55:47 +01:00