.. |
cfg
|
TestNullPointer: moved out std.cfg checking
|
2015-01-29 06:07:48 +01:00 |
options.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
options.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
redirect.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testassert.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testautovariables.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testbool.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testboost.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testbufferoverrun.cpp
|
Moved some more tests to testgarbage.cpp
|
2015-01-21 10:04:46 +01:00 |
testcharvar.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testclass.cpp
|
CheckClass: Better checking of what operator= returns
|
2015-01-24 11:18:33 +01:00 |
testcmdlineparser.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testcondition.cpp
|
Fixed #5906 (false negative: 'else if' expression is always false (use library to determine if function is pure))
|
2015-01-10 12:21:55 +01:00 |
testconstructors.cpp
|
Moved some more tests to testgarbage.cpp
|
2015-01-21 10:04:46 +01:00 |
testcppcheck.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testerrorlogger.cpp
|
Multi process check: Sanitize error messages for illegal characters
|
2015-01-17 16:12:00 +01:00 |
testexceptionsafety.cpp
|
Refactorization:
|
2015-01-09 20:18:09 +01:00 |
testfilelister.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testfiles.pri
|
run dmake
|
2014-09-24 13:50:57 +02:00 |
testgarbage.cpp
|
Moved some more tests to testgarbage.cpp
|
2015-01-21 10:04:46 +01:00 |
testincompletestatement.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testinternal.cpp
|
CheckInternal: Complain about Token::Match pattern if %or% or %oror% is the only "complex" pattern
|
2015-01-28 19:48:36 +01:00 |
testio.cpp
|
Fixed false positive #6452: Handle member functions in CheckIO::checkFileUsage()
|
2015-01-27 21:52:52 +01:00 |
testleakautovar.cpp
|
Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar.
|
2015-01-28 17:38:43 +01:00 |
testlibrary.cpp
|
Fixed #6460 (Library: better function/type matching)
|
2015-01-27 17:55:18 +01:00 |
testmathlib.cpp
|
Fixed a few inconclusive warnings regarding const-correctness in cppcheck code base.
|
2015-01-20 16:50:16 +01:00 |
testmemleak.cpp
|
Moved some more tests to testgarbage.cpp
|
2015-01-21 10:04:46 +01:00 |
testnonreentrantfunctions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testnullpointer.cpp
|
TestNullPointer: moved out std.cfg checking
|
2015-01-29 06:07:48 +01:00 |
testobsolescentfunctions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testoptions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testother.cpp
|
Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar.
|
2015-01-28 17:38:43 +01:00 |
testpath.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testpathmatch.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testpostfixoperator.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testpreprocessor.cpp
|
Fixed some const correctness issues in the test suite.
|
2015-01-19 18:00:05 +01:00 |
testrunner.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testrunner.vcxproj
|
Set /LARGEADDRESSAWARE flag for Win32 builds
|
2015-01-27 15:43:40 +01:00 |
testrunner.vcxproj.filters
|
Added test file for garbage code:
|
2014-09-24 13:45:56 +02:00 |
testsamples.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testsimplifytemplate.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testsimplifytokens.cpp
|
Removed Tokenizer::simplifyStructInit simplification.
|
2015-01-04 16:48:52 +01:00 |
testsimplifytypedef.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testsizeof.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
teststl.cpp
|
Refactorized CheckStl::if_find():
|
2015-01-04 12:43:50 +01:00 |
teststring.cpp
|
alwaysTrueFalseStringCompare: Added more test cases to ensure no FP appears.
|
2015-01-07 08:38:39 +01:00 |
testsuite.cpp
|
Fixed inconclusive warnings regarding const correctness.
|
2015-01-20 09:09:16 +01:00 |
testsuite.h
|
Fixed inconclusive warnings regarding const correctness.
|
2015-01-20 09:09:16 +01:00 |
testsuppressions.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
testsymboldatabase.cpp
|
Resolve CID 1265723
|
2015-01-23 17:53:39 +03:00 |
testthreadexecutor.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testtimer.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testtoken.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testtokenize.cpp
|
Fixed a few inconclusive warnings regarding const-correctness in cppcheck code base.
|
2015-01-20 16:50:16 +01:00 |
testtype.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testuninitvar.cpp
|
Fixed #6457: Added missing podtype defintions to posix.cfg.
|
2015-01-26 08:35:22 +01:00 |
testunusedfunctions.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testunusedprivfunc.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testunusedvar.cpp
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testutils.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
testvaarg.cpp
|
Fixed false positive #6453: Skip over inner class if checking outer function
|
2015-01-27 21:21:17 +01:00 |
testvalueflow.cpp
|
ValueFlow: improved handling of conditional noreturn scope in valueFlowForward
|
2015-01-06 14:12:35 +01:00 |
testvarid.cpp
|
Tokenizer: Remove macro in class declaration like 'class DLLEXPORT Fred {}' to be able to handle the class better later
|
2015-01-17 07:42:49 +01:00 |