cppcheck/test
Simon Martin 898ba783bf Ticket #6703: Rewrite pattern in SymbolDatabase to avoid crash upon garbage code. 2015-05-23 23:18:59 +02:00
..
cfg
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp New check: negative size in array declaration. Ticket #1760 2015-05-03 15:00:47 +02:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp
testconstructors.cpp Ticket #6675: Fixed pattern detecting C++ 11 delegated constructors. 2015-05-10 11:27:47 +02:00
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testgarbage.cpp Ticket #6703: Rewrite pattern in SymbolDatabase to avoid crash upon garbage code. 2015-05-23 23:18:59 +02:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp Another fix for handling of final/override specifiers in Tokenizer::simplifyKeyword() including a testcase. Ran astyle 2015-05-23 20:51:15 +02:00
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp
testnonreentrantfunctions.cpp
testnullpointer.cpp
testobsolescentfunctions.cpp
testoptions.cpp
testother.cpp Fixed false positive for *a++ in for-loop condition 2015-05-07 20:34:57 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed crash #6684 2015-05-12 14:00:43 +02:00
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp Ticket #6620, #6685: Reserved keywords cannot be function names. 2015-05-23 11:29:58 +02:00
testsimplifytypedef.cpp Fixed #6378 (valueFlowForward: decrement not handled) 2015-05-02 17:30:09 +02:00
testsizeof.cpp #6671 false positive: incorrect sizeofwithsilentarraypointer with reference to array. 2015-05-06 07:38:26 +02:00
teststl.cpp #6510 False positive performance warning for std::list::size(). Fix this and other similar false positives. Refactoring of Variable::isStlType(), use fail-safe std::set instead of plain array. Run astyle 2015-05-17 20:02:41 +02:00
teststring.cpp Fixed false positive in new stringLiteralWrite checker 2015-05-03 12:34:27 +02:00
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Merge pull request #596 from simartin/ticket_6620-6685 2015-05-23 13:47:07 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Another fix for handling of final/override specifiers in Tokenizer::simplifyKeyword() including a testcase. Ran astyle 2015-05-23 20:51:15 +02:00
testtype.cpp
testuninitvar.cpp Ticket #6680: Members can be initialized by operator>>. 2015-05-10 14:27:15 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Fixed #6378 (valueFlowForward: decrement not handled) 2015-05-02 17:30:09 +02:00
testvarid.cpp