cppcheck/test
Daniel Marjamäki 55cd69e290 alwaysTrueFalse: Dont warn when checking sizeof for some type. such condition might be platform dependent. 2017-05-13 19:07:24 +02:00
..
cfg Fix&cheat to make config test pass on cygwin 2017-05-03 11:41:37 +02:00
synthetic synthetic: reduce controlflow testcases 2016-12-06 21:45:51 +01:00
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Updated Token::expressionString(), write '->' instead of '.' 2017-04-30 14:22:18 +02:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp Address some warnings on test code 2017-05-03 14:39:21 +02:00
testcondition.cpp alwaysTrueFalse: Dont warn when checking sizeof for some type. such condition might be platform dependent. 2017-05-13 19:07:24 +02:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp Refactoring: Moved checkMemset.. from CheckOther to CheckFunctions 2017-04-23 07:53:41 +02:00
testgarbage.cpp Address some warnings on test code 2017-05-03 14:39:21 +02:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp Fixed #7191 (false positive memleak on in-place new) 2017-05-04 19:39:57 +02:00
testlibrary.cpp Address some warnings on test code 2017-05-03 14:39:21 +02:00
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp Updated Token::expressionString(), write '->' instead of '.' 2017-04-30 14:22:18 +02:00
testoptions.cpp
testother.cpp Updated Token::expressionString(), write '->' instead of '.' 2017-04-30 14:22:18 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #7842 (Preprocessor::getConfigs: #error in #ifndef not handled well) 2017-04-22 12:44:57 +02:00
testrunner.cpp
testrunner.vcxproj Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd 2016-10-02 15:48:03 +02:00
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp astyle formatting 2017-04-30 14:22:40 +02:00
testsimplifytokens.cpp Tokenizer::simplifyComma: dont simplify comma in '=(struct s){...}' 2017-04-26 20:48:08 +02:00
testsimplifytypedef.cpp
testsizeof.cpp
teststl.cpp CheckStl::readingEmptyStlContainer(): Skip over lambdas (#8055) 2017-05-07 08:15:58 +02:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp SymbolDatabase: Fixed parsing of unnamed arguments, properly detect pointers (#8052) 2017-05-07 09:03:58 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Run astyle. Fix some Doxygen issues 2017-05-06 11:57:02 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp UninitVar: Don't warn for inconclusive values 2017-04-28 21:09:56 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp CheckVaarg::va_list_usage(): Bailout on "goto" (#8043) 2017-05-07 08:32:48 +02:00
testvalueflow.cpp valueFlowForward: better handling of sizeof() in rhs in assignments 2017-04-29 08:25:55 +02:00
testvarid.cpp