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
7a7257f200
cppcheck
/
test
History
Robert Reif
7a7257f200
fix
#2630
(segmentation fault of cppcheck ( typedef ... )
2011-03-08 20:24:57 -05:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test.vcproj
…
test.vcxproj
Visual Studio 2010: Updated project files for cli and test
2011-02-10 22:10:45 +01:00
test.vcxproj.filters
…
testautovariables.cpp
add debug message for function argument missing varid
2011-03-02 21:08:27 -05:00
testbufferoverrun.cpp
Fixed
#2634
(False positive: buffer access out of bounds)
2011-03-08 19:49:56 +01:00
testcharvar.cpp
…
testclass.cpp
Fixed
#2575
(false positive: Preprocessor does not ignore #include within #if 0 block)
2011-02-26 10:04:38 -08:00
testcmdlineparser.cpp
add --suppress= command line option
2011-02-23 20:10:32 +13:00
testconstructors.cpp
…
testcppcheck.cpp
implement unmatchedSuppression information message
2011-02-16 23:02:37 +13:00
testdivision.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister_unix.cpp
…
testincompletestatement.cpp
…
testmathlib.cpp
…
testmemleak.cpp
Fixed
#2633
(False positive: Memory leak for tree node)
2011-03-07 20:17:52 +01:00
testnullpointer.cpp
Null pointer: Added TODO test case. Ticket:
#2379
2011-02-20 19:45:34 +01:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Incorrect string compare: reduce noise when using strncmp on string literal
2011-03-07 21:37:13 +01:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
astyle formatting
2011-03-01 17:58:15 +01:00
testrunner.cpp
…
testsettings.cpp
…
testsimplifytokens.cpp
fix
#2630
(segmentation fault of cppcheck ( typedef ... )
2011-03-08 20:24:57 -05:00
teststl.cpp
convert CheckStl::size() to use symbol database, fix false positives, and remove inconclusive
2011-03-07 19:49:43 -05:00
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
Support cppcheck-suppression in C style comments
2011-02-20 11:44:42 +13:00
testsymboldatabase.cpp
add an array flag to symbol database Variable class
2011-02-27 10:21:14 -05:00
testthreadexecutor.cpp
…
testtoken.cpp
…
testtokenize.cpp
Fixed
#2620
(Tokenizer::setVarId : wrong handling of member function parameters)
2011-03-08 20:41:41 +01:00
testuninitvar.cpp
fix
2011-02-26 20:08:37 +01:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
fix
#2602
(segmentation fault of cppcheck ( class A {A& operator=(const A&); }; ))
2011-02-22 06:47:28 -05:00
testunusedvar.cpp
…
testutils.h
…