cppcheck/test
Daniel Marjamäki 8a6a999f09 Fixed #2979 (Improve message: using char as array index) 2011-08-08 19:35:11 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
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 Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testassignif.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03: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 Fixed #2976 (False positive: array out of bounds) 2011-08-08 18:22:15 +02:00
testcharvar.cpp Fixed #2979 (Improve message: using char as array index) 2011-08-08 19:35:11 +02:00
testclass.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcmdlineparser.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testconstructors.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcppcheck.cpp Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
testdivision.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testerrorlogger.cpp Add more tests for ErrorLogger. 2011-07-16 16:04:43 +03:00
testexceptionsafety.cpp
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 Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testmathlib.cpp mathlib: fixed #2950: comparison of floating point values 2011-07-29 23:37:40 +02:00
testmemleak.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testnonreentrantfunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testnullpointer.cpp Null pointer: Fixed false positive when condition contains assignment 'if (p==NULL && (p=malloc(10))!=NULL) *p=0;' 2011-08-07 17:06:25 +02:00
testobsoletefunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testoptions.cpp
testother.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testpath.cpp Remove './' at begin of path in Path::simplifyPath. 2011-03-29 20:53:18 +03:00
testpathmatch.cpp
testpostfixoperator.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testpreprocessor.cpp Fixed #2919 (Wrong file name reported with #error in header) 2011-08-03 07:28:37 +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 fix #2978 (segmentation fault of cppcheck ( enum E {} e enum )) 2011-08-07 16:48:47 -04:00
teststl.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testsuite.cpp
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 fix #2980 (segmentation fault of cppcheck) 2011-08-08 06:58:55 -04:00
testuninitvar.cpp fix #2146 (uninitialized variable: false negative for 'return x ? 1 : y;') 2011-07-31 21:33:43 -04:00
testunusedfunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedprivfunc.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedvar.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testutils.h