cppcheck/test
Daniel Marjamäki ca8e19c96d SymbolDatabase: Refactor SymbolDatabase: variable list 2018-04-28 09:38:33 +02:00
..
cfg std.cfg: Add asctime_s function configuration with tests (#1191) 2018-04-27 23:51:16 +02:00
synthetic
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testcharvar.cpp
testclass.cpp CheckClass::copyconstructors: Use library to determine if function is a allocation function 2018-04-27 23:20:04 +02:00
testcmdlineparser.cpp Refactoring. Rename methods 2018-04-23 12:39:47 +02:00
testcondition.cpp Fixed #8495 (False positive: boolean result used in bitwise operation when & is overloaded) 2018-04-17 22:14:17 +02:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp Refactorizations: 2018-04-11 09:44:35 +02:00
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri testrunner: Add testplatform to verify platform loading (#1176) 2018-04-18 16:12:35 +02:00
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testincompletestatement.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp astyle formatting 2018-04-21 13:28:31 +02:00
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Refactoring; Renamed Scope::classStart and Scope::classEnd 2018-04-27 22:36:30 +02:00
testnullpointer.cpp Fix #8482: Regression with valueflow (#1159) 2018-04-09 16:13:17 +02:00
testoptions.cpp
testother.cpp astyle formatting 2018-04-21 13:28:31 +02:00
testpath.cpp Add more tests for Path::isAbsolute 2018-04-19 14:35:26 +02:00
testpathmatch.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testplatform.cpp testrunner: Add testplatform to verify platform loading (#1176) 2018-04-18 16:12:35 +02:00
testpostfixoperator.cpp
testpreprocessor.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testrunner.cpp
testrunner.vcxproj Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testrunner.vcxproj.filters Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testsamples.cpp Refactorization: pass std::string directly to std::*fstream 2018-04-11 09:50:42 +02:00
testsimplifytemplate.cpp
testsimplifytokens.cpp Handle 'final' specifier better. 2018-04-27 14:57:43 +02:00
testsimplifytypedef.cpp
testsizeof.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
teststl.cpp astyle formatting 2018-04-27 10:29:27 +02:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Suppressions: Validate inline suppressions 2018-04-11 08:18:00 +02:00
testsymboldatabase.cpp SymbolDatabase: Refactor SymbolDatabase: variable list 2018-04-28 09:38:33 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testtokenize.cpp Fixed #8531 (false positive: (style) The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier.) 2018-04-27 21:49:18 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Fix FP uninitvar when stream bool operator is used 2018-04-18 16:13:24 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testunusedvar.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testutils.h Suppressions: New extensible Suppressions xml format that allow more attributes. To start with it also allows symbolName. 2018-04-09 06:43:48 +02:00
testvaarg.cpp
testvalueflow.cpp Fixed #8494 (False positive: serialization class overloads operator) 2018-04-17 14:23:04 +02:00
testvarid.cpp