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
e881495eaf
cppcheck
/
test
History
Daniel Marjamäki
5de1e35350
CheckBufferOverrun: Fixed minsize checking of string literals. Check sizeof string instead of strlen.
2014-07-30 20:35:21 +02:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp
…
testassert.cpp
…
testassignif.cpp
add missing flag. this testcase should only run in non-simplified mode.
2014-07-30 12:18:47 +02:00
testautovariables.cpp
Fixed
#5860
: Don't show returnTempReference for calculations on unknown types
2014-05-24 12:50:04 +02:00
testbool.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
CheckBufferOverrun: Fixed minsize checking of string literals. Check sizeof string instead of strlen.
2014-07-30 20:35:21 +02:00
testcharvar.cpp
…
testclass.cpp
Fix compiler warnings
2014-07-17 20:04:56 +02:00
testcmdlineparser.cpp
Internal checking is now enabled by the macro CHECK_INTERNAL
2014-05-18 19:50:06 +02:00
testconstructors.cpp
…
testcppcheck.cpp
…
testdivision.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
Fixed
#5826
(Change error message for 'throw in destructor' check)
2014-07-19 03:29:50 +02:00
testfilelister.cpp
…
testfiles.pri
…
testincompletestatement.cpp
IncompleteStatement: Fixed false positive when '({..})' blocks are used
2014-04-24 06:32:29 +02:00
testinternal.cpp
Added internal check for || and | inside Token::Match patterns.
2014-07-02 15:51:18 +02:00
testio.cpp
Fixed
#6009
(Detect type mismatch in printf-like function when type is returned)
2014-07-28 09:16:35 +02:00
testleakautovar.cpp
…
testlibrary.cpp
Fix MSVC compiler warnings
2014-07-06 13:08:22 +02:00
testmathlib.cpp
…
testmemleak.cpp
…
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
…
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Suspicious string comparison: Refactoring using AST. Fixed FP in Lac.
2014-07-28 14:27:35 +02:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcxproj
…
testrunner.vcxproj.filters
…
testsamples.cpp
…
testsimplifytokens.cpp
…
testsizeof.cpp
…
teststl.cpp
…
testsuite.cpp
Refactorizations optimizing std::string usage:
2014-06-26 11:51:02 +02:00
testsuite.h
Refactorizations optimizing std::string usage:
2014-06-26 11:51:02 +02:00
testsuppressions.cpp
Refactorizations optimizing std::string usage:
2014-06-26 11:51:02 +02:00
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
Reduced Token::Match complexity, better support for complex patterns
2014-07-02 15:25:41 +02:00
testtokenize.cpp
Fixed
#5996
(false positive: Clarify calculation precedence for '+' and '?'.)
2014-07-19 18:29:53 +02:00
testuninitvar.cpp
astyle formatting
2014-07-06 17:50:21 +02:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
Fixed false positive
#5976
: Properly handle shift from stream.
2014-07-17 10:03:58 +02:00
testutils.h
…
testvalueflow.cpp
ValueFlow: Fix for if/else valueflow analysis
2014-07-30 18:12:33 +02:00