cppcheck/test
Daniel Marjamäki 314d5f1e79 fixed false positive for 'using bitwise operation on boolean result' 2011-08-19 17:07:26 +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 Improve check: Tweaked the assignAndCompare to handle | also in addition to & 2011-08-19 16:10:09 +02:00
testautovariables.cpp Fixed #2975 (False positive: Return of the address of an auto-variable) 2011-08-10 18:16:31 +02:00
testbufferoverrun.cpp fix #2986 (segmentation fault of cppcheck ( x[y] )) 2011-08-09 19:45:18 -04:00
testcharvar.cpp Fixed #2982 (false positive: using char type as array index (using string as key)) 2011-08-09 17:03:22 +02:00
testclass.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcmdlineparser.cpp Command line: Added --std option. Right now only --std=posix is possible but other options might be added later. 2011-08-17 20:08:55 +02:00
testconstructors.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcppcheck.cpp
testdivision.cpp Tests: Re-enable style param for testdivision. 2011-08-10 23:46:26 +03:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testincompletestatement.cpp Fixed #3009 (Using numeric constants in kernel space code) 2011-08-16 20:16:33 +02:00
testmathlib.cpp mathlib: fixed #2950: comparison of floating point values 2011-07-29 23:37:40 +02:00
testmemleak.cpp Fixed #3012 (False Pos Memory Leak with a Macro) 2011-08-16 20:39:17 +02:00
testnonreentrantfunctions.cpp Settings: Removed the --enable=posix option. Ticket: #2949 2011-08-14 09:45:53 +02: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 Settings: Removed the --enable=posix option. Ticket: #2949 2011-08-14 09:45:53 +02:00
testoptions.cpp
testother.cpp fixed false positive for 'using bitwise operation on boolean result' 2011-08-19 17:07:26 +02:00
testpath.cpp
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
testsimplifytokens.cpp fix #3005 (segmentation fault of cppcheck ( enum : x )) 2011-08-15 07:07:12 -04:00
teststl.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp fix #3013 (segmentation fault of cppcheck ( struct x : virtual y )) 2011-08-16 19:16:58 -04:00
testthreadexecutor.cpp
testtoken.cpp fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&) 2011-07-31 13:26:26 -04:00
testtokenize.cpp fix #3006 (segmentation fault of cppcheck ( x < () < )) 2011-08-15 07:19:49 -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