cppcheck/test
Daniel Marjamäki 74422e1258 Fixed TODO test case (replaced tabs with spaces in test code) 2012-06-06 13:37:56 +02:00
..
options.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
options.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
redirect.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
test.cxx
test.pro
test64bit.cpp Improve check: Check for 64-bit portability issues when returning pointers/integers 2012-04-26 13:39:19 +02:00
testassignif.cpp
testautovariables.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testboost.cpp
testbufferoverrun.cpp Added array index out of bounds tests to testsuite. 2012-05-23 23:59:14 +02:00
testcharvar.cpp
testclass.cpp Issue useInitializationList message only on variables of class types. 2012-06-06 03:03:51 -07:00
testcmdlineparser.cpp Implemented #2990: Print relative paths if -rp or --relative-paths is given 2012-04-06 10:49:21 +02:00
testconstructors.cpp Fixed #3820 2012-05-22 02:27:21 -07:00
testcppcheck.cpp
testdivision.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testerrorlogger.cpp xml: fixed test case. 2012-03-25 12:51:10 +02:00
testexceptionsafety.cpp
testfilelister.cpp
testincompletestatement.cpp
testinternal.cpp added testcase to ticket 3727 2012-05-01 14:36:42 +02:00
testio.cpp Fixed crashes #3830 and #3832 2012-05-23 01:04:21 -07:00
testleakautovar.cpp Fixed TODO test case (replaced tabs with spaces in test code) 2012-06-06 13:37:56 +02:00
testmathlib.cpp fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message. 2012-04-12 14:02:09 +02:00
testmemleak.cpp Fixed #3809 (false positive: memory leak) 2012-06-01 19:01:19 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #3807 (False positive: possible null pointer dereference) 2012-05-31 18:41:00 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp added tests for duplicated branches. Inspired by http://www.viva64.com/en/b/0149/ ( Comparision between PVS-Studio and cppcheck): Errors detected in Quake 3: Arena by PVS-Studio: Fragement 2 2012-05-30 01:30:37 +02:00
testpath.cpp Fixed crash when "-rp=" or "--relative-paths=" is given - print Error. 2012-04-14 14:44:15 +02:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Don't set Preprocessor::missingIncludeFlag if missingInclude warning is suppressed (#3487). 2012-05-16 02:59:45 -07:00
testrunner.cpp
testrunner.vcproj VS: Generated new VS project files 2012-05-26 10:48:04 +02:00
testrunner.vcxproj VS: Generated new VS project files 2012-05-26 10:48:04 +02:00
testrunner.vcxproj.filters VS: Generated new VS project files 2012-05-26 10:48:04 +02:00
testsimplifytokens.cpp Added testcase for ticket #3852 2012-05-29 13:20:51 +02:00
teststl.cpp Fixed #3715 (false positive checking a map bounds) 2012-05-07 12:03:33 -07:00
testsuite.cpp
testsuite.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
testsuppressions.cpp Avoid copying Settings in CppCheckExecutor 2012-04-06 14:19:26 +02:00
testsymboldatabase.cpp Fixed #3854 (false positive: (style) Variable '_S_c_name' is assigned a value that is never used) 2012-06-05 06:37:55 +02:00
testthreadexecutor.cpp
testtoken.cpp Made some functions static or const according to cppcheck results 2012-05-17 01:33:24 -07:00
testtokenize.cpp Fixed #3544 (segmentation fault of cppcheck) 2012-06-02 16:15:12 +02:00
testuninitvar.cpp added testcase for ticket #3844 2012-05-28 12:56:24 +02:00
testunusedfunctions.cpp Fixed false negative in unused functions check when function returns reference 2012-04-09 11:00:31 +02:00
testunusedprivfunc.cpp Fixed #3661 (False positive: unusedPrivateFunction) 2012-04-09 11:19:19 +02:00
testunusedvar.cpp #3744 (Unexpected unused value warning for char ptr types set in switch) 2012-04-28 15:43:42 +02:00
testutils.h Refactorizations in test suite: 2012-05-16 09:04:03 -07:00