cppcheck/test
Zachary Blair e1b2569b81 Fixed #432 (New check: wrong usage of ! operator in conditions) 2011-02-27 12:30:22 -08:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test.vcproj Visual Studio 2008: Updated project files for cli and test 2011-02-10 22:08:10 +01:00
test.vcxproj Visual Studio 2010: Updated project files for cli and test 2011-02-10 22:10:45 +01:00
test.vcxproj.filters
testautovariables.cpp Fixed #2558 (false positive: (error) Returning reference to auto variable) 2011-02-12 15:39:26 +01:00
testbufferoverrun.cpp Fix test array_index_24() to share code with environments where plain char is either signed or unsigned. 2011-02-22 21:46:12 +02:00
testcharvar.cpp
testclass.cpp Fixed #2575 (false positive: Preprocessor does not ignore #include within #if 0 block) 2011-02-26 10:04:38 -08: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
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister_unix.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed #2555 (Cppcheck 1.47 - Crash on WinMerge-Trunk (Win7 x64)) 2011-02-08 20:18:15 +01:00
testnullpointer.cpp Null pointer: Added TODO test case. Ticket: #2379 2011-02-20 19:45:34 +01:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #432 (New check: wrong usage of ! operator in conditions) 2011-02-27 12:30:22 -08:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #2575 (false positive: Preprocessor does not ignore #include within #if 0 block) 2011-02-26 10:04:38 -08:00
testrunner.cpp
testsettings.cpp support wildcard characters * and ? in suppression list 2011-02-09 00:19:57 +13:00
testsimplifytokens.cpp Fixed #2575 (false positive: Preprocessor does not ignore #include within #if 0 block) 2011-02-26 10:04:38 -08:00
teststl.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Support cppcheck-suppression in C style comments 2011-02-20 11:44:42 +13:00
testsymboldatabase.cpp add an array flag to symbol database Variable class 2011-02-27 10:21:14 -05:00
testthreadexecutor.cpp
testtoken.cpp
testtokenize.cpp Fixed #2031 (Tokenizer: simplify known value (string has known value after strcpy)) 2011-02-26 21:11:56 +01:00
testuninitvar.cpp fix 2011-02-26 20:08:37 +01:00
testunusedfunctions.cpp
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