.. |
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
|
Don't include tinyxml from both lib.pri and test.pro
|
2013-08-19 19:44:29 +04:00 |
test64bit.cpp
|
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
|
2013-10-08 06:36:45 +02:00 |
testassert.cpp
|
Fixed #4937 (false positive: Assert calls a function which may have desired side effects)
|
2013-08-22 06:38:54 +02:00 |
testassignif.cpp
|
AST: Always use AST
|
2013-12-09 18:06:19 +01:00 |
testautovariables.cpp
|
Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.)
|
2013-10-06 16:07:27 +02:00 |
testbool.cpp
|
pointerArithBool: Updated error message
|
2013-12-25 19:56:00 +01:00 |
testboost.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testbufferoverrun.cpp
|
Ticket #5203: Don't crash when checking buffer overrun for invalid code.
|
2013-11-30 07:40:32 +01:00 |
testcharvar.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testclass.cpp
|
Fixed #5122 (duplInheritedMember on private variables)
|
2013-11-21 05:39:23 +01:00 |
testcmdlineparser.cpp
|
Fixed #5137 (Defining empty macro from commandline does not seem to work)
|
2013-11-03 09:46:03 +01:00 |
testconstructors.cpp
|
Fixed #5170 (False positive: warning (uninitMemberVar): Member variable 'ToDoubleArray::mfNaN' is not initialized in the constructor.)
|
2013-12-15 14:07:29 +01:00 |
testcppcheck.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testdivision.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testerrorlogger.cpp
|
Simplified code in testerrorlogger by reusing constant object.
|
2013-08-07 17:02:35 +02:00 |
testexceptionsafety.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testfilelister.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
testfiles.pri
|
Library: Added simple testing
|
2013-10-27 17:10:43 +01:00 |
testincompletestatement.cpp
|
Fixed #5042 (false positive: Redundant code (set filled in initialization list))
|
2013-10-05 12:26:09 +02:00 |
testinternal.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testio.cpp
|
Fixed #5195 (Crash below CheckIO::checkWrongPrintfScanfArguments())
|
2013-11-23 08:40:35 +01:00 |
testleakautovar.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testlibrary.cpp
|
Fixed #5252 (Improve check: use Library to validate function arguments in invalidFunctionUsage)
|
2013-12-23 10:06:45 +01:00 |
testmathlib.cpp
|
Fixed #5142 (False positive with floating-point special cases in conditions)
|
2013-11-04 11:56:43 +01:00 |
testmemleak.cpp
|
Fixed #5149 (false positive: (error) Dereferencing 'memory' after it is deallocated / released)
|
2013-12-14 07:37:24 +01:00 |
testnonreentrantfunctions.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testnullpointer.cpp
|
Null pointers: Don't warn when first argument to freopen() is NULL
|
2013-11-08 13:22:07 +01:00 |
testobsoletefunctions.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testoptions.cpp
|
testoptions: reverted commit 184db3900e
|
2013-11-01 01:28:05 +01:00 |
testother.cpp
|
AST: Refactored CheckOther::clarifyCalculation
|
2013-12-24 10:07:20 +01:00 |
testpath.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testpathmatch.cpp
|
Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp
|
2013-08-07 17:55:31 +02:00 |
testpostfixoperator.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testpreprocessor.cpp
|
Fixed #5119 (Preprocessor: Using -D suppresses __cplusplus for C++ files)
|
2013-11-15 19:21:21 +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
|
Fixed #4963 (cppcheck and testrunner Visual Studio 2008 build failure)
|
2013-10-08 05:36:52 +02:00 |
testrunner.vcxproj
|
Let TinyXML2 handle fopen/fclose. Added testlibrary.cpp to VS10 solution
|
2013-10-27 17:32:38 +01:00 |
testrunner.vcxproj.filters
|
Let TinyXML2 handle fopen/fclose. Added testlibrary.cpp to VS10 solution
|
2013-10-27 17:32:38 +01:00 |
testsimplifytokens.cpp
|
Fixed #5182 (Tokenizer::simplifyEnum: template function call as enum value)
|
2013-12-16 07:07:00 +01:00 |
testsizeof.cpp
|
Calculation in sizeof: Fixed FP for sizeof(Fred**)
|
2013-12-26 13:52:58 +01:00 |
teststl.cpp
|
Fixed #4850 (False positive: invalidIterator1 detected when iterator container is member of some struct)
|
2013-10-26 17:48:20 +02:00 |
testsuite.cpp
|
Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952
|
2013-08-16 05:42:12 +02:00 |
testsuite.h
|
Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952
|
2013-08-16 05:42:12 +02:00 |
testsuppressions.cpp
|
Fixed #4733 (defective unusedStructMember warning)
|
2013-08-28 06:46:32 +02:00 |
testsymboldatabase.cpp
|
Fixed #5197 (SymbolDatabase: bad handling of unknown macros in function declaration)
|
2013-11-25 03:43:39 +01:00 |
testthreadexecutor.cpp
|
Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp
|
2013-08-07 17:55:31 +02:00 |
testtimer.cpp
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
testtoken.cpp
|
Testtoken:matchNumeric(): extended testing about some missing testcases.
|
2013-09-30 15:55:36 -07:00 |
testtokenize.cpp
|
AST: better handling of 'sizeof(void*)'
|
2013-12-25 22:08:53 +01:00 |
testuninitvar.cpp
|
Uninitialized variables: Fixed false positive taking value of pointer that is allocated but not initialized
|
2013-12-25 14:00:27 +01:00 |
testunusedfunctions.cpp
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
testunusedprivfunc.cpp
|
Fixed #4689 (False positive: Unused private function (used in default argument of constructor))
|
2013-08-26 16:41:23 +02:00 |
testunusedvar.cpp
|
Fixed #5154 (Tokenizer: wrong handling of msvc 'for each')
|
2013-12-17 06:34:27 +01:00 |
testutils.h
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |