cppcheck/test
Daniel Marjamäki 481be84004 TestSimplifyTokens: removed copy/pasted comment 2011-07-17 09:14:03 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro Revert "Remove the testsuppressions because it doesn't contain any unit tests. A testsuppressions would be nice if it was more specific. Ticket: #2748" 2011-05-03 10:18:05 +00:00
test.vcproj Update Visual Studio 2008/2010 project files. 2011-07-06 11:31:20 +03:00
test.vcxproj Update Visual Studio 2008/2010 project files. 2011-07-06 11:31:20 +03:00
test.vcxproj.filters Update Visual Studio 2008/2010 project files. 2011-07-06 11:31:20 +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
testautovariables.cpp fix #2765 (Non local address detected as address of local auto-variable) 2011-05-06 19:26:04 -04:00
testbufferoverrun.cpp Fixed #2841 (False positive: Array index out of bounds, can't compare ints to chars) 2011-06-29 18:44:05 +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 fix #2878 (derived global class not tokenized properly (class A : ::B { };)) 2011-06-30 07:25:36 -04:00
testcmdlineparser.cpp Add test for --check-config. 2011-05-04 21:07:02 +03:00
testconstructors.cpp fix spelling of initialized in checkclass messages 2011-04-26 20:37:16 -04:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp Add more tests for ErrorLogger. 2011-07-16 16:04:43 +03:00
testexceptionsafety.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp fix some more false negatives for #2904 (Memory leak not detected when creating a new class instance) 2011-07-14 20:45:27 -04:00
testnullpointer.cpp Fix #2840, False positive: Null pointer dereference 2011-06-26 22:46:33 +03:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp fix #2827 to use numeric comparisons 2011-07-16 23:05:35 -04:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp Fix #2847, cppcheck hangs with 100% cpu load 2011-06-22 14:09:42 +03:00
testpreprocessor.cpp Fixed #2871 (Define in source not set when -D is used) 2011-07-16 16:59:06 +02:00
testrunner.cpp
testsettings.cpp Fixed #2797 (Inline suppressions do not handle filenames correctly) 2011-06-29 20:23:39 +02:00
testsimplifytokens.cpp TestSimplifyTokens: removed copy/pasted comment 2011-07-17 09:14:03 +02:00
teststl.cpp run astyle 2011-06-20 23:06:18 +02:00
testsuite.cpp
testsuite.h
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 testcase for broken Token::Match %oror%|&& 2011-07-16 07:28:26 -04:00
testtokenize.cpp Fixed #2873 (segmentation fault of cppcheck while scanning rose-compiler suite) 2011-07-16 19:26:11 +02:00
testuninitvar.cpp Fixed #2775 (Uninitialized variable: Not detected when uninitialized struct pointer is dereferenced in sub function) 2011-07-04 21:04:32 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp fix #2807 (Wrong handling of function references when prefixed with &) 2011-06-29 07:19:34 -04:00
testunusedvar.cpp fix #2904 (Memory leak not detected when creating a new class instance) 2011-07-14 19:15:59 -04:00
testutils.h