.. |
options.cpp
|
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
|
2012-09-17 13:51:40 +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
|
CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer.
|
2012-10-19 14:19:52 +02:00 |
test.cxx
|
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
|
2012-09-17 13:51:40 +02:00 |
test.pro
|
pro and pri files: remove unneeded empty lines, use spaces for consistency
|
2012-10-12 17:46:57 +02:00 |
test64bit.cpp
|
Fixed #4659 (portability: address value / integer false positive)
|
2013-03-17 17:25:57 +01:00 |
testassignif.cpp
|
Fixed #4470 (New check: redundant bitand 'x&=1; x&=2;' can be simplified to 'x=0;')
|
2013-01-21 19:59:34 +01:00 |
testautovariables.cpp
|
Refactorized check for assigning function parameters:
|
2013-02-18 08:52:49 -08:00 |
testboost.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testbufferoverrun.cpp
|
#4664: new check: (POSIX) write outside buffer size.
|
2013-03-19 08:22:48 +01:00 |
testcharvar.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
testclass.cpp
|
Fixed false negative mentioned in #4354.
|
2013-03-14 09:27:42 -07:00 |
testcmdlineparser.cpp
|
fix misspellings & gcc v3.4.6 warnings
|
2013-02-09 23:43:09 -07:00 |
testconstructors.cpp
|
CheckClass: made warnings about uninitialized members in default constructors inconclusive. Ticket: #4639
|
2013-03-09 09:20:48 +01:00 |
testcppcheck.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testdivision.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
testerrorlogger.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testexceptionsafety.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testfilelister.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testfiles.pri
|
Fixed #2709 (Negative times in --showtime summary)
|
2012-09-15 19:49:48 +02:00 |
testincompletestatement.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
testinternal.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testio.cpp
|
Fixed #4649 (false positive: Used file that is not opened; variables in struct)
|
2013-03-15 06:42:46 +01:00 |
testleakautovar.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testmathlib.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testmemleak.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testnonreentrantfunctions.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testnullpointer.cpp
|
#4665 added todo unittest
|
2013-03-19 08:47:05 +01:00 |
testobsoletefunctions.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testoptions.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testother.cpp
|
Fixed false negative #4663
|
2013-03-18 08:17:53 -07:00 |
testpath.cpp
|
Fixed #4608 (false positive: (style) struct or union member is never used.)
|
2013-03-01 16:13:04 +01:00 |
testpathmatch.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testpostfixoperator.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testpreprocessor.cpp
|
Fixed #4594 (Analyzing errors about system headers not being found)
|
2013-03-13 19:50:50 +01:00 |
testrunner.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testrunner.vcproj
|
Updated VS9 solution with qmake (#4397).
|
2012-12-13 20:38:10 +01:00 |
testrunner.vcxproj
|
Switch to TinyXml2
|
2013-02-16 10:01:34 -08:00 |
testrunner.vcxproj.filters
|
Switch to TinyXml2
|
2013-02-16 10:01:34 -08:00 |
testsimplifytokens.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
teststl.cpp
|
Fixed #4352: Ensure that class provides an iterator interface.
|
2013-03-14 09:00:22 -07:00 |
testsuite.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testsuite.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testsuppressions.cpp
|
Don't use native separators for suppression matching
|
2013-03-12 07:53:18 -07:00 |
testsymboldatabase.cpp
|
Fixed #4352: Ensure that class provides an iterator interface.
|
2013-03-14 09:00:22 -07:00 |
testthreadexecutor.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testtimer.cpp
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
testtoken.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testtokenize.cpp
|
Fixed #3585 (errors not recognized when class has extra specification)
|
2013-03-18 19:09:04 +01:00 |
testuninitvar.cpp
|
Fixed #4439 (False positive: Uninitialized variable (casting address))
|
2013-03-13 17:32:47 +01:00 |
testunusedfunctions.cpp
|
Fixed #4490 (False positive: unused function (function pointer is taken in global scope))
|
2013-01-16 16:52:57 +01:00 |
testunusedprivfunc.cpp
|
Refactorized CheckClass::privateFunctions:
|
2013-02-16 01:51:08 -08:00 |
testunusedvar.cpp
|
Fixed some small formatting issues in test suite
|
2013-03-04 11:14:56 -08:00 |
testutils.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |