cppcheck/test
Zachary Blair fe1fa4022d Merge branch 'master' of github.com:danmar/cppcheck 2010-05-28 22:53:54 -07:00
..
tinyxml Ticket #1318: Make sure error ids are unique 2010-05-13 22:14:29 +02: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 Visual Studio 2008: Updated test project 2010-05-17 19:36:52 +02:00
test.vcxproj Moved shared files back into executable projects - it caused the instances of the checks to be optimized away 2010-04-14 17:52:46 +02:00
test.vcxproj.filters Moved shared files back into executable projects - it caused the instances of the checks to be optimized away 2010-04-14 17:52:46 +02:00
testautovariables.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testbufferoverrun.cpp Fixed #818 (Detect sprintf buffer overrun with struct members) 2010-05-28 22:51:28 -07:00
testcharvar.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
testclass.cpp Fixed #1708 (False positive for const) 2010-05-25 06:55:49 +02:00
testconstructors.cpp Fixed #1669 (Still seeing 'possible style' warnings in 1.43) 2010-05-10 21:22:59 +02:00
testcppcheck.cpp asd 2010-05-17 19:18:05 +02:00
testdangerousfunctions.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
testdivision.cpp Refactoring: Removed Severity::possibleStyle 2010-05-16 14:43:42 +02:00
testexceptionsafety.cpp Code cleanup: Removed autodealloc handling 2010-05-16 07:15:31 +02:00
testfilelister.cpp fileLister_win32.h -> filelister_win32.h 2010-04-20 21:31:38 +03:00
testincompletestatement.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
testmathlib.cpp mathlib:isInt() now handles calles of 'u' and 'l' correctly; testcases added 2010-05-12 23:49:09 +02:00
testmemleak.cpp Fixed #1707 (false positive: Memory leak) 2010-05-24 19:28:27 +02:00
testother.cpp Fixed #1712 (False negative: dereferencing uninitialized pointer) 2010-05-27 19:00:52 +02:00
testpreprocessor.cpp Refactoring: Refactoring the Settings class 2010-04-17 09:23:54 +02:00
testredundantif.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testrunner.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testsimplifytokens.cpp Fixed #1671 (simplifyTypedef: support for more typedefs) 2010-05-29 07:52:06 +02:00
teststl.cpp Refactoring: Removed Severity::possibleStyle 2010-05-16 14:43:42 +02:00
testsuite.cpp astyle formatting 2010-05-14 18:40:37 +02:00
testsuite.h Ticket #1318: Make sure error ids are unique 2010-05-13 22:14:29 +02:00
testtoken.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testtokenize.cpp Fixed #1711 (Wrong typedef name shown when struct declared with __attribute__) 2010-05-27 18:15:42 +02:00
testunusedfunctions.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testunusedprivfunc.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
testunusedvar.cpp Fixed #1709 (char buffer that is only accessed with pointers is marker not assigned) 2010-05-26 19:22:35 +02:00