cppcheck/test
Reijo Tomperi f5849f9be2 Fix #1057 (Tokenizer: negative numbers are not tokenized correctly in switch-case)
http://sourceforge.net/apps/trac/cppcheck/ticket/1057
2009-12-07 00:09:56 +02:00
..
test.pro use checked STL in debugmode 2009-11-28 18:29:32 +01:00
test.vcproj Visual Studio: Manually edited the vcproj files. The absolute paths were replaced with relative paths 2009-10-28 20:15:56 +01:00
testautovariables.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testbufferoverrun.cpp Fixed #1026 (false positive: buffer access out of bounds) 2009-12-05 11:41:30 +01:00
testcharvar.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testclass.cpp class checking: It's a 'possible style' error if a private constructor is not initializing a member variable 2009-12-06 18:35:32 +01:00
testconstructors.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testcppcheck.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testdivision.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testexceptionsafety.cpp Fixed #1048 (False positive: exceptNew error with nothrow) 2009-12-05 22:05:59 +01:00
testfilelister.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testincompletestatement.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testmathlib.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testmemleak.cpp Eric Sesterhenn: Fixed #1032 (False positive resource leak with exit at end of function) 2009-12-03 19:19:20 +01:00
testother.cpp newcheck: added the 'newcheck' functionality. It's still in early state so it needs refactoring 2009-12-06 18:41:28 +01:00
testpreprocessor.cpp Preprocessor: Reverted refactoring 2009-12-06 20:10:10 +01:00
testredundantif.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testrunner.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
testsimplifytokens.cpp Fixed #1052 (Internal error for 'int vals[] = { 0x13, 1?0x01:0x00 };') 2009-12-06 10:58:27 +01:00
teststl.cpp Fixed #931 (Invalid interator false positive with identical variable names) 2009-11-10 19:07:04 +01:00
testsuite.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
testsuite.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
testtoken.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testtokenize.cpp Fix #1057 (Tokenizer: negative numbers are not tokenized correctly in switch-case) 2009-12-07 00:09:56 +02:00
testunusedfunctions.cpp Fixed #867 (unused member function warning) 2009-10-30 15:00:13 +01:00
testunusedprivfunc.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testunusedvar.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00