cppcheck/test
Kimmo Varis b8b2e3fae9 Move filelister* to cli.
Ticket #2445 (Move FileLister classes from LIB to CLI).
2011-01-18 19:58:49 +02: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 Move filelister* to cli. 2011-01-18 19:58:49 +02:00
test.vcproj Visual Studio: updated project files with qmake 2010-12-19 07:51:34 +01:00
test.vcxproj Visual Studio: updated project files with qmake 2010-12-19 07:51:34 +01:00
test.vcxproj.filters Visual Studio: updated project files with qmake 2010-12-19 07:51:34 +01:00
testautovariables.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testbufferoverrun.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testcharvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testclass.cpp Moved array declaration detection into isVariableDeclaration() 2011-01-17 08:36:52 +11:00
testcmdlineparser.cpp Improve checking -D arguments for command line. 2011-01-17 21:19:27 +02:00
testconstructors.cpp Fixed #2474 (false positive: Member variable 'A::m_SemVar' is not initialised in the constructor.) 2011-01-18 07:34:11 +01:00
testcppcheck.cpp Fixed #2302 (Duplicate id 'unusedVariable') 2011-01-16 18:45:05 +01:00
testdivision.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testerrorlogger.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testexceptionsafety.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testfilelister_unix.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testincompletestatement.cpp Fixed #2458 (false positive: (warning) Redundant code: Found a statement that begins with numeric constant) 2011-01-13 20:12:57 +01:00
testmathlib.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testmemleak.cpp Fixed #2473 (False positive: Memory leak when there is local struct) 2011-01-17 19:00:21 +01:00
testnullpointer.cpp Fixed #2467 (false positive: possible nullptr dereference) 2011-01-17 19:23:00 +01:00
testobsoletefunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Fixed #2475 (False positive in structure initialisation: The scope of the variable bits can be reduced) 2011-01-17 20:51:15 +01:00
testpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testpostfixoperator.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testpreprocessor.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsimplifytokens.cpp Tokenizer: simplify restrict 2011-01-16 11:37:03 +01:00
teststl.cpp Fixed #2451 (False positive when incrementing map value via iterator) 2011-01-14 19:50:07 +01:00
testsuite.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsuite.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsymboldatabase.cpp Merge branch 'multi_indirection_templates' 2011-01-18 21:08:04 +11: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 Fixed #2449 (segfault in tokenize.cpp, incorrect parsing) 2011-01-16 11:54:28 +01:00
testuninitvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedprivfunc.cpp Added testDoesNotIdentifyCallback for #2480 2011-01-18 21:50:22 +11:00
testunusedvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00