.. |
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
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-19 09:18:58 +01:00 |
testassignif.cpp
|
Simplify TestAssignIf test cases (else if)
|
2013-04-13 18:23:53 +02:00 |
testautovariables.cpp
|
Simplify TestAutoVariables test cases
|
2013-04-13 18:38:15 +02:00 |
testbool.cpp
|
TestBool: Warn if test case is not simplified properly
|
2013-04-13 18:41:06 +02:00 |
testboost.cpp
|
TestBoost: Warn if test case is not simplified properly
|
2013-04-13 18:42:56 +02:00 |
testbufferoverrun.cpp
|
Simplified remaining TestBufferOverrun test cases
|
2013-04-13 15:49:15 +02:00 |
testcharvar.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-19 09:18:58 +01:00 |
testclass.cpp
|
Simplified TestClass test cases
|
2013-04-13 19:11:07 +02:00 |
testcmdlineparser.cpp
|
Improved test coverage: Ensure that passing multiple <id> to --enable works. Check settings.isEnabled("warning").
|
2013-04-01 04:15:05 -07:00 |
testconstructors.cpp
|
Removed more duplicate unit tests
|
2013-04-13 00:49:00 -07:00 |
testcppcheck.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testdivision.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testerrorlogger.cpp
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
testexceptionsafety.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01: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
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testinternal.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testio.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testleakautovar.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testmathlib.cpp
|
fixed #4726: simplify bitwise Not (~ %num%)
|
2013-04-11 09:16:40 +02:00 |
testmemleak.cpp
|
use spaces in strings
|
2013-04-09 17:49:09 +02:00 |
testnonreentrantfunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testnullpointer.cpp
|
Simplified TestNullPointer test cases
|
2013-04-15 19:00:15 +02:00 |
testobsoletefunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testoptions.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testother.cpp
|
Simplified TestOther test cases
|
2013-04-13 20:17:53 +02: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
|
Refactorized postfix operator check:
|
2013-03-31 04:17:23 -07:00 |
testpreprocessor.cpp
|
remove duplicate ";" and fours dots
|
2013-04-09 17:49:09 +02: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
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
testrunner.vcxproj.filters
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
testsimplifytokens.cpp
|
Removed more duplicate unit tests
|
2013-04-13 01:49:17 -07:00 |
testsizeof.cpp
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
teststl.cpp
|
Removed more duplicate unit tests
|
2013-04-13 02:07:18 -07:00 |
testsuite.cpp
|
Simplified remaining TestBufferOverrun test cases
|
2013-04-13 15:49:15 +02:00 |
testsuite.h
|
Simplified remaining TestBufferOverrun test cases
|
2013-04-13 15:49:15 +02:00 |
testsuppressions.cpp
|
Don't use native separators for suppression matching
|
2013-03-12 07:53:18 -07:00 |
testsymboldatabase.cpp
|
Implemented support for move constructors:
|
2013-04-04 10:53:55 -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
|
Fixed memory leaks in teststl
|
2013-04-07 18:43:18 +02:00 |
testtokenize.cpp
|
Tokenizer: don't simplify 'a!=(b!=0)' to 'a!=b'. Ticket: #4697
|
2013-04-11 07:19:32 +02:00 |
testuninitvar.cpp
|
Uninitialized variables: Fixed fp when initializing struct with function in loop body
|
2013-04-10 20:46:44 +02:00 |
testunusedfunctions.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testunusedprivfunc.cpp
|
unittests: removed not needed '\n' at the end of testcases.
|
2013-03-20 15:36:16 +01:00 |
testunusedvar.cpp
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
testutils.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |