cppcheck/test
Daniel Marjamaki fbc8223a6b Preprocessor: Fixed expandMacros problem. Ticket: #2707 2011-04-07 16:53:42 +02:00
..
CMakeLists.txt Addition of a file name in a CMake script (bug #2524, #1690) 2011-03-26 20:41:01 +01:00
options.cpp
options.h
redirect.h
test.cxx
test.pro
test.vcproj Fix test VS2008 project file attributes. 2011-04-07 14:10:31 +03:00
test.vcxproj
test.vcxproj.filters
testautovariables.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp fix CheckClass::operatorEq to check return type more closely (to match check description) 2011-03-31 19:40:28 -04:00
testcmdlineparser.cpp
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Fixed #2388 (Use throw without argument to rethrow exceptions) 2011-02-05 01:11:09 -08:00
testfilelister_unix.cpp
testincompletestatement.cpp Fixed #2655 (false positive: (warning) Redundant code: Found a statement that begins with numeric constant) 2011-03-30 21:57:01 +02: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 run astyle 2011-04-04 22:25:56 -04:00
testnullpointer.cpp Fixed #2696 (False positive nullpointer) 2011-04-03 21:06:42 +02:00
testobsoletefunctions.cpp Obsolete functions: Fix messages for gethostbyaddr, gethostbyname 2011-04-07 00:33:54 +02:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp clarify calculation: fixed false negative for 'int x = a - b ? 2 : 3' 2011-04-04 21:33:16 +02:00
testpath.cpp Remove './' at begin of path in Path::simplifyPath. 2011-03-29 20:53:18 +03:00
testpathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
testpostfixoperator.cpp
testpreprocessor.cpp Preprocessor: Fixed expandMacros problem. Ticket: #2707 2011-04-07 16:53:42 +02:00
testrunner.cpp
testsettings.cpp
testsimplifytokens.cpp Tokenizer::simplifyCalculations: simplify division result if it's a whole number, even though it doesn't have precedence 2011-04-02 12:52:11 +02:00
teststl.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp
testthreadexecutor.cpp
testtoken.cpp
testtokenize.cpp fix #2706 (Analysis failed. If the code is valid then please report this failure.) 2011-04-04 22:18:12 -04:00
testuninitvar.cpp
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h