This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
382e1e95ef
cppcheck
/
test
History
Daniel Marjamäki
382e1e95ef
Fixed
#4168
(False positive: (style) struct or union member 'super::x' is never used)
2012-11-18 15:24:47 +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
…
test64bit.cpp
…
testassignif.cpp
…
testautovariables.cpp
SymbolDatabase: Improved find function functionality. Taking arguments into account
2012-10-14 17:30:37 +02:00
testboost.cpp
…
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
Don't suggest using initialization list for static variables (
#4332
)
2012-11-04 11:59:09 +01:00
testcmdlineparser.cpp
…
testconstructors.cpp
Revert "Fixed
#3190
(SymbolDatabase: Parse of sub class constructor fails)"
2012-10-16 19:12:27 +02: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
…
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
Improved CheckNullPointer::isPointerDeRef():
2012-11-10 19:53:20 +01:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Fixed
#4356
(False positive at variable initialization)
2012-11-15 07:48:45 +01:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
Fixed parsing of "__asm__ volatile {""};"
2012-11-04 12:21:34 +01:00
testrunner.cpp
…
testrunner.vcproj
…
testrunner.vcxproj
…
testrunner.vcxproj.filters
…
testsimplifytokens.cpp
Fixed unit test failures caused by previous commit
2012-11-11 15:16:08 +01:00
teststl.cpp
Refactorized CheckStl::pushback():
2012-11-11 13:03:58 +01:00
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
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
Added support for sizeof(wchar_t). Improved <Windows.h> type testing for Win64 platform.
2012-11-11 16:16:17 +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
#4168
(False positive: (style) struct or union member 'super::x' is never used)
2012-11-18 15:24:47 +01:00
testutils.h
…