cppcheck/test
Daniel Marjamäki ba3833c692 Fixed #3678 (stlcstrReturn for classes which don't provide a std::string) 2012-11-29 07:10:56 +01:00
..
options.cpp
options.h
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.pro pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
test64bit.cpp
testassignif.cpp AssignIf: better handling of function calls 2012-09-29 19:22:34 +02:00
testautovariables.cpp SymbolDatabase: Improved find function functionality. Taking arguments into account 2012-10-14 17:30:37 +02:00
testboost.cpp
testbufferoverrun.cpp Fixed #4228 ((error) Internal error. Token::Match called with varid 0 (multiple declarations in for loop)) 2012-09-23 17:15:39 +02:00
testcharvar.cpp
testclass.cpp Don't suggest using initialization list for static variables (#4332) 2012-11-04 11:59:09 +01:00
testcmdlineparser.cpp cleanup more java/c# code. Thanks amai for telling me about this. 2012-10-03 19:19:49 +02:00
testconstructors.cpp Fixed #3702 (False negative: fail to detect constructor implementation with slightly different (irrelevant) signatures) 2012-11-26 16:34:44 +01:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fixed #4189 (Improve check (printf('%l') not detected)) 2012-10-21 08:50:29 +02:00
testleakautovar.cpp Fixed #4237 (False positive: (error) Memory Leak: data (assign reference variable value to a shadow variable in inner scope)) 2012-10-27 16:36:14 +02:00
testmathlib.cpp Fixed #4295 (False positive: Expression '(X & 0xFF00000000000000LL)==0xa00000000000000' always evaluates to false (64-bit value)) 2012-11-27 17:37:49 +01:00
testmemleak.cpp Fixed #4237 (False positive: (error) Memory Leak: data (assign reference variable value to a shadow variable in inner scope)) 2012-10-27 16:36:14 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #3302 (new check: nullpointer dereference) 2012-11-20 23:56:17 -08:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #4356 (False positive at variable initialization) 2012-11-15 07:48:45 +01:00
testpath.cpp Path: Removed java/c# handling. Thanks amai. 2012-10-03 19:47:14 +02:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp astyle formatting 2012-11-28 08:48:00 +01:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Improve Tokenizer::simplifyFuncInWhile. 2012-11-26 02:19:35 +01:00
teststl.cpp Fixed #3678 (stlcstrReturn for classes which don't provide a std::string) 2012-11-29 07:10:56 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Fixed #4210 (Unmatched suppression warning emitted from disabled check) 2012-09-23 10:56:12 +02:00
testsymboldatabase.cpp Fixed two MSVC warnings in testsymboldatabase.cpp 2012-11-01 18:55:15 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Partially fixed #4288 (handle %var%|%num% patterns). 2012-11-17 20:51:18 +01:00
testtokenize.cpp Tokenizer: Remove redundant '+' 2012-11-28 07:09:56 +01:00
testuninitvar.cpp Message refactorization: Changed expression "0-terminate" to "null-terminate" as discussed on 24b98feadb 2012-11-03 21:21:19 +01:00
testunusedfunctions.cpp Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp 2012-11-01 18:40:20 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #4180 (false positive: (style) Variable is assigned a value that is never used (inside loop)) 2012-11-28 06:11:33 +01:00
testutils.h