cppcheck/test
Daniel Marjamäki 6b56b4a9d3 Show that inconclusive message is inconclusive 2012-09-07 16:11:15 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassignif.cpp
testautovariables.cpp Fixed crash reported in #4076 2012-08-22 10:17:23 -07:00
testboost.cpp Clarified errormessage of checkBoost 2012-08-02 02:40:08 -07:00
testbufferoverrun.cpp Show that inconclusive message is inconclusive 2012-09-07 16:11:15 +02:00
testcharvar.cpp
testclass.cpp Fixed #211 and #214 2012-09-05 12:58:09 +02:00
testcmdlineparser.cpp Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
testconstructors.cpp Fixed #3804 (False positive: Member not initialized (simplifyTokenList removes const on pointers)) 2012-07-16 07:28:59 +02:00
testcppcheck.cpp Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02:00
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Refactorizations in testrunner: 2012-07-16 04:17:14 -07:00
testfilelister.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testfiles.pri
testincompletestatement.cpp
testinternal.cpp New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
testio.cpp Fixed false positives on FILE* arrays. (#3965) 2012-07-29 04:04:12 -07:00
testleakautovar.cpp replaced tabs with spaces 2012-09-05 19:46:44 +02:00
testmathlib.cpp Throw an InternalError when trying to divide (or modulo) by zero in MathLib. 2012-09-06 20:15:32 +02:00
testmemleak.cpp replaced tabs with spaces 2012-09-05 20:50:25 +02:00
testnonreentrantfunctions.cpp Message refactorization: checkobsoletefunctions.h and checknonreentrantfunctions.h 2012-07-29 02:30:03 -07:00
testnullpointer.cpp Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer(): 2012-09-06 18:33:15 +02:00
testobsoletefunctions.cpp Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
testoptions.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testother.cpp Improved check for shifting by negative values and removed false positives 2012-09-05 16:09:40 +02:00
testpath.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testpathmatch.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testpostfixoperator.cpp
testpreprocessor.cpp replaced tabs with spaces 2012-09-05 20:50:25 +02:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj consistency changes 2012-09-03 13:52:06 +03:00
testrunner.vcxproj.filters
testsimplifytokens.cpp Fixed #3304 (simple cases) 2012-09-04 13:41:14 +02:00
teststl.cpp Added support for std::unique and std::remove_if to CheckStl::uselessCalls(). 2012-09-07 14:23:32 +02:00
testsuite.cpp Made several functions in testsuite.cpp const according to cppcheck suggestions 2012-08-01 11:54:55 -07:00
testsuite.h Made several functions in testsuite.cpp const according to cppcheck suggestions 2012-08-01 11:54:55 -07:00
testsuppressions.cpp
testsymboldatabase.cpp Support default arguments in symboldatabase for arguments without name (#4055) 2012-09-06 20:50:46 +02:00
testthreadexecutor.cpp
testtoken.cpp Fixed bug in Token::Match (#3720) 2012-08-30 13:33:19 +02:00
testtokenize.cpp Moved Tokenizer::typeConstToConstType() to Tokenizer::simplifyConst() 2012-09-07 11:41:41 +02:00
testuninitvar.cpp replaced tabs with spaces 2012-09-05 19:46:44 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Refactorizations: 2012-07-24 12:21:05 -07:00
testunusedvar.cpp Fixed #4143: Give correct line numbers in checkunusedvar.cpp 2012-09-04 14:53:24 +02:00
testutils.h