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
0849ad4707
cppcheck
/
test
History
Daniel Marjamäki
0849ad4707
ValueType: Better handling of const
2015-10-10 08:32:45 +02:00
..
cfg
Library: return true from Library::isnullargbad() for format string arguments. Related with
#7012
.
2015-10-03 20:51:45 +02:00
CMakeLists.txt
…
options.cpp
…
options.h
…
redirect.h
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
test.cxx
…
test.pro
…
test64bit.cpp
…
testassert.cpp
…
testautovariables.cpp
…
testbool.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
…
testcmdlineparser.cpp
…
testcondition.cpp
…
testconstructors.cpp
…
testcppcheck.cpp
Use C++11 string.back() instead of string[string.length()-1]
2015-07-25 17:19:53 +02:00
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testgarbage.cpp
Fixed crash on garbage code
#7034
2015-10-09 13:49:17 +02:00
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
…
testleakautovar.cpp
…
testlibrary.cpp
…
testmathlib.cpp
…
testmemleak.cpp
…
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
…
testobsolescentfunctions.cpp
…
testoptions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testother.cpp
…
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
Refactorization: Improved handling of preprocessor in test suite
2015-10-07 14:18:57 +02:00
testrunner.vcxproj
…
testrunner.vcxproj.filters
Add new test file: testtokenlist.cpp to testrunner
2015-06-16 20:30:09 +02:00
testsamples.cpp
…
testsimplifytemplate.cpp
…
testsimplifytokens.cpp
…
testsimplifytypedef.cpp
…
testsizeof.cpp
…
teststl.cpp
…
teststring.cpp
…
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
Added pointer to Type to Token (similar to Token::Variable() and Token::function()):
2015-08-15 11:19:21 +02:00
testtokenize.cpp
Improved handling of 'long double' and address-of in ValueType. Removed Tokenizer::simplifyFloatCasts() to handle float casts better.
2015-10-08 19:50:10 +02:00
testtokenlist.cpp
…
testtype.cpp
…
testuninitvar.cpp
…
testunusedfunctions.cpp
Refactorization: Improved usage of Settings instances in test suite
2015-10-07 18:40:03 +02:00
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…
testvaarg.cpp
…
testvalueflow.cpp
…
testvarid.cpp
…