cppcheck/test
Simon Martin 13360c2a66 Fixed #2870 (Tokenizer: simplify '0 |') 2011-08-06 06:50:29 +02:00
..
options.cpp Visual Studio: Fixed compiler error. It seems visual studio 2008 doesn't like 'not'. 2010-10-02 09:42:31 +02:00
options.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
redirect.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro Fixed #2961 (Test executable name differs between Makefile and test.pro) 2011-08-04 21:20:39 +02:00
test.vcproj Update VS project files. 2011-08-03 18:39:02 +03:00
test.vcxproj Update VS project files. 2011-08-03 18:39:02 +03:00
test.vcxproj.filters Update VS project files. 2011-08-03 18:39:02 +03:00
test64bit.cpp Fixed #2912 (false positive: (portability) Assigning an integer (int/long/etc) to a pointer is not portable) 2011-07-16 17:08:03 +02:00
testassignif.cpp AssignIf: detect more problems for 'if' and 'else if' conditions 2011-08-01 11:33:09 +02:00
testautovariables.cpp Auto Variables: Reverted fix for #1514 because my idea was wrong. See ticket: #2944 2011-07-27 10:43:44 +02:00
testbufferoverrun.cpp Array index out of bounds: prevent false positive when a dimension for an array is unknown 2011-08-05 13:08:48 +02:00
testcharvar.cpp TestCharVar::pointer: Added one more test case to see that error message disappears when code is fixed 2011-07-05 19:57:07 +02:00
testclass.cpp add support for using global qualified :: memset on class and class member initialization 2011-08-04 20:37:27 -04:00
testcmdlineparser.cpp CLI: Rename --posix to --enable=posix. 2011-08-03 10:28:36 +03:00
testconstructors.cpp fix spelling of initialized in checkclass messages 2011-04-26 20:37:16 -04:00
testcppcheck.cpp Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
testdivision.cpp Fixed #2932 (segmentation fault of cppcheck ( i / i )) 2011-07-24 09:06:38 +02:00
testerrorlogger.cpp Add more tests for ErrorLogger. 2011-07-16 16:04:43 +03:00
testexceptionsafety.cpp Fixed #2388 (Use throw without argument to rethrow exceptions) 2011-02-05 01:11:09 -08:00
testfilelister.cpp FileLister: don't assume that all files have nonzero size in test case 2011-04-27 07:38:53 +12:00
testincompletestatement.cpp Fixed #2655 (false positive: (warning) Redundant code: Found a statement that begins with numeric constant) 2011-03-30 21:57:01 +02:00
testmathlib.cpp mathlib: fixed #2950: comparison of floating point values 2011-07-29 23:37:40 +02:00
testmemleak.cpp Fixed #2900 (found memory leak in kernel p54usb and a false positive reported) 2011-08-02 09:04:13 +02:00
testnonreentrantfunctions.cpp CLI: Rename --posix to --enable=posix. 2011-08-03 10:28:36 +03:00
testnullpointer.cpp Null pointer: Added todo test case to better handle dereference in condition 2011-08-02 17:20:13 +02:00
testobsoletefunctions.cpp Obsolete functions: Split up functions into posix/standard sets. Only check for obsolete posix functions if --enable=posix has been given. 2011-08-03 16:10:43 +02:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Fixed 'possible null pointer dereference' warning messages 2011-07-28 08:12:21 +02:00
testpath.cpp Remove './' at begin of path in Path::simplifyPath. 2011-03-29 20:53:18 +03:00
testpathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
testpostfixoperator.cpp astyle formatting 2011-07-24 14:54:13 +02:00
testpreprocessor.cpp Fixed #2919 (Wrong file name reported with #error in header) 2011-08-03 07:28:37 +02:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp Fixed #2797 (Inline suppressions do not handle filenames correctly) 2011-06-29 20:23:39 +02:00
testsimplifytokens.cpp fix #2966 (segmentation fault of cppcheck ( enum x : )) 2011-08-05 18:07:18 -04:00
teststl.cpp fix #2967 (segmentation fault of cppcheck ( auto_ptr< x >)) 2011-08-05 18:18:30 -04:00
testsuite.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testsuite.h Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
testsuppressions.cpp Fix testsuppressions for Windows builds for now, pending further refactoring 2011-05-03 10:41:52 +00:00
testsymboldatabase.cpp fix #2865 (segmentation fault of cppcheck ( char a[1] )) 2011-06-27 07:31:10 -04:00
testthreadexecutor.cpp Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
testtoken.cpp fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&) 2011-07-31 13:26:26 -04:00
testtokenize.cpp Fixed #2870 (Tokenizer: simplify '0 |') 2011-08-06 06:50:29 +02:00
testuninitvar.cpp fix #2146 (uninitialized variable: false negative for 'return x ? 1 : y;') 2011-07-31 21:33:43 -04:00
testunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedprivfunc.cpp fix #2807 (Wrong handling of function references when prefixed with &) 2011-06-29 07:19:34 -04:00
testunusedvar.cpp add support for unused const local variables 2011-07-24 12:09:59 -04:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00