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
a61ccf2e9a
cppcheck
/
test
History
Felipe Pena
c37ba4cbcf
- Fixed false positive when using typeof/__alignof__
2013-10-12 13:46:14 -03:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
2013-10-08 06:36:45 +02:00
testassert.cpp
…
testassignif.cpp
…
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
Fixed
#5077
(False positive: Comparison of boolean result with relational operator ((X + (Y < 0)) <= b))
2013-10-09 05:43:50 +02:00
testboost.cpp
…
testbufferoverrun.cpp
Fixed
#4968
(False positive: Structure with 'read' member is confused with read() function.)
2013-10-05 18:25:44 +02:00
testcharvar.cpp
…
testclass.cpp
…
testcmdlineparser.cpp
…
testconstructors.cpp
…
testcppcheck.cpp
…
testdivision.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testincompletestatement.cpp
Fixed
#5042
(false positive: Redundant code (set filled in initialization list))
2013-10-05 12:26:09 +02:00
testinternal.cpp
…
testio.cpp
CheckIO: fixed handling of unknown types. Ticket
#5051
2013-10-05 16:47:06 +02:00
testleakautovar.cpp
…
testmathlib.cpp
…
testmemleak.cpp
…
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
Fixed
#5080
((error) Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)
2013-10-12 10:50:59 +02:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Test that there is no segfault in CheckOther::checkZeroDivisionOrUselessCondition when the SymbolDatabase is invalid. Ticket:
#5045
2013-10-10 22:23:52 +02:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcproj
Fixed
#4963
(cppcheck and testrunner Visual Studio 2008 build failure)
2013-10-08 05:36:52 +02:00
testrunner.vcxproj
…
testrunner.vcxproj.filters
…
testsimplifytokens.cpp
Fixed
#5064
(Tokenizer::simplifySizeof: Doesn't simplify 'sizeof !! (a==1);' properly)
2013-10-06 08:20:10 +02:00
testsizeof.cpp
…
teststl.cpp
…
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
Testtoken:matchNumeric(): extended testing about some missing testcases.
2013-09-30 15:55:36 -07:00
testtokenize.cpp
Tokenizer:simplifyMathFunctions: added support for acos[f|l] functions.
2013-10-09 07:59:32 -07:00
testuninitvar.cpp
- Fixed false positive when using typeof/__alignof__
2013-10-12 13:46:14 -03:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…