cppcheck/test
Robert Reif 41d80b5c8d fix #2664 (False negative: function can be const (using type from another namespace)) 2011-03-20 12:53:37 -04:00
..
options.cpp Visual Studio: Fixed compiler error. It seems visual studio 2008 doesn't like 'not'. 2010-10-02 09:42:31 +02:00
options.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
redirect.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro FileLister: updated qmake files 2011-03-20 14:37:28 +01:00
test.vcproj FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
test.vcxproj FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
test.vcxproj.filters FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
testautovariables.cpp add debug message for function argument missing varid 2011-03-02 21:08:27 -05:00
testbufferoverrun.cpp Fixed #2638 (Tokenizer::setVarId : varid is wrongly given when unknown macro is used) 2011-03-13 17:52:45 +01:00
testcharvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testclass.cpp fix #2664 (False negative: function can be const (using type from another namespace)) 2011-03-20 12:53:37 -04:00
testcmdlineparser.cpp add --suppress= command line option 2011-02-23 20:10:32 +13:00
testconstructors.cpp #2560 (False positive: The class 'Altren' does not have a constructor, because base class is in namespace.) 2011-02-10 07:37:55 -05:00
testcppcheck.cpp implement unmatchedSuppression information message 2011-02-16 23:02:37 +13:00
testdivision.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testerrorlogger.cpp Fixed #2544 (XML output does not specify encoding used) 2011-02-04 20:14:19 +01:00
testexceptionsafety.cpp Fixed #2388 (Use throw without argument to rethrow exceptions) 2011-02-05 01:11:09 -08:00
testfilelister_unix.cpp FileLister: Moved back the code into a single cpp file 2011-03-20 14:25:11 +01:00
testincompletestatement.cpp added unit test for #2482 2011-01-19 20:41:46 +01:00
testmathlib.cpp scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead. 2011-02-05 12:53:28 +01:00
testmemleak.cpp Fixed #2662 (Segfault: overloaded function call function with same name) 2011-03-20 09:16:52 +01:00
testnullpointer.cpp Fixed #2621 (Segmentation fault for GCC statement expression) 2011-03-13 10:34:54 +01:00
testobsoletefunctions.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Fixed #2661 (False positive: object destroyed immediately) 2011-03-20 09:55:26 +01:00
testpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testpathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
testpostfixoperator.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testpreprocessor.cpp astyle formatting 2011-03-01 17:58:15 +01:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp support wildcard characters * and ? in suppression list 2011-02-09 00:19:57 +13:00
testsimplifytokens.cpp fix #2651 (Segmentation fault (typedef)) 2011-03-17 20:00:49 -04:00
teststl.cpp Fixed #2643 (False positive: iterator increment and insert) 2011-03-12 20:29:54 +01:00
testsuite.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testsuite.h Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testsuppressions.cpp Allow suppressing all warnings (using *) for specified file or files 2011-03-10 22:00:48 +13:00
testsymboldatabase.cpp refactor symbol database and checks to use list of Scope rather than list of Scope pointers 2011-03-10 19:43:29 -05:00
testthreadexecutor.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testtoken.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testtokenize.cpp fix #1280 (Pointer to function support) 2011-03-19 16:21:26 -04:00
testuninitvar.cpp fix 2011-02-26 20:08:37 +01:00
testunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedprivfunc.cpp fix #2602 (segmentation fault of cppcheck ( class A {A& operator=(const A&); }; )) 2011-02-22 06:47:28 -05:00
testunusedvar.cpp Fixed #2535 (false positive: (style) Variable 'A' is not assigned a value) 2011-02-09 19:20:44 +01:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00