.. |
options.cpp
|
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
|
2014-03-03 11:03:17 +01:00 |
options.h
|
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
|
2014-03-03 11:03:17 +01:00 |
redirect.h
|
Added testing of samples/ to testrunner (#3515).
|
2014-03-28 13:06:38 +01:00 |
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
Added support for member variables in Check64BitPortability::pointerassignment()
|
2014-10-02 20:38:54 +02:00 |
testassert.cpp
|
Fixed crash, simplified code in testassert.cpp
|
2014-08-06 12:24:21 +02:00 |
testautovariables.cpp
|
Fixed #4776 (FP: Assignment of function parameter has no effect outside the function, with goto)
|
2014-10-21 16:21:33 +02:00 |
testbool.cpp
|
Fixed TODO in checkAssignBoolToFloat
|
2014-05-24 20:06:45 +02:00 |
testboost.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testbufferoverrun.cpp
|
Ticket #6232 (cppOut of bounds array access)
|
2014-10-21 22:56:53 +02:00 |
testcharvar.cpp
|
Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.)
|
2014-05-13 15:53:31 +02:00 |
testclass.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testcmdlineparser.cpp
|
Internal checking is now enabled by the macro CHECK_INTERNAL
|
2014-05-18 19:50:06 +02:00 |
testcondition.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testconstructors.cpp
|
Fixed false positives about uninitialized member variables if variable has a default value (#5500)
|
2014-10-16 21:57:43 +02:00 |
testcppcheck.cpp
|
Further include cleanup
|
2014-05-24 12:50:04 +02:00 |
testerrorlogger.cpp
|
#5300 - Invalid encoding in XML output (use escape sequence string for non-printable characters)
|
2014-04-13 09:50:57 +02:00 |
testexceptionsafety.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testfilelister.cpp
|
use nullptr
|
2014-02-16 10:32:10 +01:00 |
testfiles.pri
|
run dmake
|
2014-09-24 13:50:57 +02:00 |
testgarbage.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testincompletestatement.cpp
|
IncompleteStatement: Fixed false positive when '({..})' blocks are used
|
2014-04-24 06:32:29 +02:00 |
testinternal.cpp
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
testio.cpp
|
Fixed #6226 (false negative: printf format check for user defined array type)
|
2014-10-20 06:33:36 +02:00 |
testleakautovar.cpp
|
leakautovar: handling of unknown/non-pod types in c++
|
2014-10-14 16:40:30 +02:00 |
testlibrary.cpp
|
Added version attribute to .cfg files (#5928)
|
2014-09-29 16:26:17 +02:00 |
testmathlib.cpp
|
MathLib: Added missing testcase for incdec.
|
2014-06-04 08:41:30 +02:00 |
testmemleak.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testnonreentrantfunctions.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testnullpointer.cpp
|
Removed obsolete comments
|
2014-10-18 11:18:07 +02:00 |
testobsolescentfunctions.cpp
|
Restored files removed in 1cc872f5b2
|
2014-09-23 21:02:46 +02:00 |
testoptions.cpp
|
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
|
2014-03-03 11:03:17 +01:00 |
testother.cpp
|
Handle overloads and custom implementations of functions checkReturnIgnoredReturnValue() to avoid false positives
|
2014-10-30 21:26:32 +01:00 |
testpath.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testpathmatch.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testpostfixoperator.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testpreprocessor.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
testrunner.cpp
|
Add memory leak tracing (Pull request 407)
|
2014-09-29 12:26:54 +02:00 |
testrunner.vcxproj
|
Added test file for garbage code:
|
2014-09-24 13:45:56 +02:00 |
testrunner.vcxproj.filters
|
Added test file for garbage code:
|
2014-09-24 13:45:56 +02:00 |
testsamples.cpp
|
"automatic conversion from iso-8859-1 formatting to utf-8"
|
2014-03-31 00:33:43 +00:00 |
testsimplifytemplate.cpp
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |
testsimplifytokens.cpp
|
Ticket #6187: Avoid infinite loop if eraseDeadCode does not remove anything (this time without memory corruption).
|
2014-10-22 20:25:36 +02:00 |
testsimplifytypedef.cpp
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
|
2014-10-16 20:46:57 +02:00 |
testsizeof.cpp
|
#6050 arithmetic on void** - fix false positive
|
2014-08-17 19:14:55 +02:00 |
teststl.cpp
|
Support do-loops in CheckStl::stlOutOfBounds()
|
2014-10-02 20:38:55 +02:00 |
teststring.cpp
|
Removed redundant suppression code in teststring.cpp
|
2014-08-29 17:02:13 +02:00 |
testsuite.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testsuite.h
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testsuppressions.cpp
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
testsymboldatabase.cpp
|
Removed unused function from testsymboldatabase.cpp
|
2014-10-16 11:12:28 +02:00 |
testthreadexecutor.cpp
|
Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread.
|
2014-04-13 11:56:38 +02:00 |
testtimer.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
testtoken.cpp
|
Token: Added utility function getStrSize as a complement to getStrLength
|
2014-08-01 13:12:18 +02:00 |
testtokenize.cpp
|
Fixed createLinks2() when > is followed by ; (#6242)
|
2014-10-30 11:15:24 +01:00 |
testtype.cpp
|
Fixed #6234 (FP : shift by too many bits is undefined on a QT container)
|
2014-10-23 06:52:19 +02:00 |
testuninitvar.cpp
|
Fixed false positives about uninitialized member variables if variable has a default value (#5500)
|
2014-10-16 21:57:43 +02:00 |
testunusedfunctions.cpp
|
Fixed false positive #4648
|
2014-08-31 20:33:27 +02:00 |
testunusedprivfunc.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
testunusedvar.cpp
|
Collected garbage code tests and moved them to testgarbage.cpp
|
2014-10-16 10:59:46 +02:00 |
testutils.h
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
testvaarg.cpp
|
CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186)
|
2014-09-27 11:03:58 +02:00 |
testvalueflow.cpp
|
Fixed #6002 (Defect: False positive due to pointer address not being associated with variable in for loop)
|
2014-10-20 15:54:02 +02:00 |
testvarid.cpp
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
|
2014-10-16 20:46:57 +02:00 |