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
b81b4fcb78
cppcheck
/
test
History
Daniel Marjamäki
899ad8479d
CheckCondition: Fixed FP when condition contains global static variable
2017-09-08 15:44:56 +02:00
..
cfg
…
synthetic
…
CMakeLists.txt
…
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test64bit.cpp
…
testassert.cpp
…
testastutils.cpp
…
testautovariables.cpp
…
testbool.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
…
testcmdlineparser.cpp
…
testcondition.cpp
CheckCondition: Fixed FP when condition contains global static variable
2017-09-08 15:44:56 +02:00
testconstructors.cpp
Corrected noexcept constructor delegating handling (
#948
)
2017-09-02 22:54:23 +02:00
testcppcheck.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testfunctions.cpp
…
testgarbage.cpp
…
testimportproject.cpp
…
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
…
testleakautovar.cpp
…
testlibrary.cpp
…
testmathlib.cpp
…
testmemleak.cpp
…
testnullpointer.cpp
…
testoptions.cpp
…
testother.cpp
…
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcxproj
…
testrunner.vcxproj.filters
…
testsamples.cpp
…
testsimplifytemplate.cpp
…
testsimplifytokens.cpp
…
testsimplifytypedef.cpp
Fixed
#5614
(Incorrect syntax error with function pointer typedef and dependent template types)
2017-08-30 19:18:05 +02:00
testsizeof.cpp
…
teststl.cpp
Fixed
#7365
(False positive: Use of erased iterator)
2017-09-08 09:45:30 +02:00
teststring.cpp
…
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
…
testtokenize.cpp
Fixed
#8156
(wrong ast for 'z = (x & (unsigned)1) | (y & (unsigned)2);')
2017-08-26 23:25:45 +02:00
testtokenlist.cpp
…
testtype.cpp
…
testuninitvar.cpp
Fixed
#7663
(False positive: uninitialized variable (multi variables in inner scopes))
2017-09-07 23:08:55 +02:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…
testvaarg.cpp
…
testvalueflow.cpp
ValueFlow: Avoid FPs for aliased variables
2017-09-03 23:24:55 +02:00
testvarid.cpp
…