cppcheck/test
Daniel Marjamäki 17cf24ed34 Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
..
options.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
options.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
redirect.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro Add general PRO file for console builds. 2012-06-18 09:28:32 +03:00
test64bit.cpp Committed forgotten test64bit.cpp; tests should work again. 2012-07-08 05:28:17 -07:00
testassignif.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
testautovariables.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
testboost.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testbufferoverrun.cpp Message refactorization: checkbufferoverrun.cpp (2), checkclass.cpp, checkexceptionsafety.h 2012-07-09 02:11:05 -07:00
testcharvar.cpp Fixed #3878 (Sign extension with unsigned char false positive) 2012-06-09 08:43:13 +02:00
testclass.cpp Message refactorization: checkbufferoverrun.cpp (2), checkclass.cpp, checkexceptionsafety.h 2012-07-09 02:11:05 -07:00
testcmdlineparser.cpp Fixed #3617 (CLI: '-DMACRO' should be considered as '-DMACRO=1') 2012-07-05 19:35:41 +02:00
testconstructors.cpp Improved parsing of C++11 initializer list (#3956) in CheckClass::initializeVarList. 2012-07-10 05:47:51 -07:00
testcppcheck.cpp - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
testdivision.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testerrorlogger.cpp xml: fixed test case. 2012-03-25 12:51:10 +02:00
testexceptionsafety.cpp Message refactorization: checkbufferoverrun.cpp (2), checkclass.cpp, checkexceptionsafety.h 2012-07-09 02:11:05 -07:00
testfilelister.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testfiles.pri Tests: Add generated testfiles.pri. 2012-06-11 22:11:29 +03:00
testincompletestatement.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testinternal.cpp added testcase to ticket 3727 2012-05-01 14:36:42 +02:00
testio.cpp Refactorized checking of scanf field width specifiers (#3946): 2012-07-07 04:34:37 -07:00
testleakautovar.cpp CheckLeakAutoVar: Updated error messages 2012-06-30 16:23:10 +02:00
testmathlib.cpp fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message. 2012-04-12 14:02:09 +02:00
testmemleak.cpp Fixed crash on garbage code (#3870) 2012-07-06 09:03:33 -07:00
testnonreentrantfunctions.cpp Fix ticket #3483 (POSIX.1-2008 - obsolete functions) 2012-01-12 22:28:12 +01:00
testnullpointer.cpp Fixed #3807 (False positive: possible null pointer dereference) 2012-05-31 18:41:00 +02:00
testobsoletefunctions.cpp - Improved nullpointer check: Fixed #1171 2012-02-11 12:26:48 +01:00
testoptions.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
testother.cpp Removed preprocessor directives from tests that aren't preprocessed before being tokenized. 2012-07-07 11:21:08 -07:00
testpath.cpp Fixed crash when "-rp=" or "--relative-paths=" is given - print Error. 2012-04-14 14:44:15 +02:00
testpathmatch.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testpostfixoperator.cpp Removed preprocessor directives from tests that aren't preprocessed before being tokenized. 2012-07-07 11:21:08 -07:00
testpreprocessor.cpp Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
testrunner.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testrunner.vcproj Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
testrunner.vcxproj Cleanup of VS10 solutions (As suggested by XhmikosR). Fixed problems: 2012-07-09 08:09:54 -07:00
testrunner.vcxproj.filters Bugfix (#3844): Added 3 missing files to testrunner 2012-06-11 03:55:33 -07:00
testsimplifytokens.cpp Fixed #3934 (False positive for logical conjunction with enum and define) 2012-07-07 15:34:26 +02:00
teststl.cpp Removed preprocessor directives from tests that aren't preprocessed before being tokenized. 2012-07-07 11:21:08 -07:00
testsuite.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testsuite.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testsuppressions.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testsymboldatabase.cpp Fixed parsing of C++11 initializatation in initializer list (#3957) 2012-07-10 06:15:11 -07:00
testthreadexecutor.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testtoken.cpp Made some functions static or const according to cppcheck results 2012-05-17 01:33:24 -07:00
testtokenize.cpp Fixed #3927 (false positive: (error) Uninitialized variable: new) 2012-07-08 13:59:00 +02:00
testuninitvar.cpp Fixed #3926 (false postive: (error) Uninitialized variable: exitpattern) 2012-07-03 18:52:23 +02:00
testunusedfunctions.cpp Fixed #3875 (Static member method called with class name is considered unused) 2012-06-14 22:04:21 +02:00
testunusedprivfunc.cpp Restored comment that was modified by accident. 2012-07-09 11:40:49 -07:00
testunusedvar.cpp CheckUnusedVar: dont report false positives for extern variables 2012-06-28 17:22:56 +02:00
testutils.h Refactorizations in test suite: 2012-05-16 09:04:03 -07:00