cppcheck/test
PKEuS 417f42f732 Fixed #6096: bool is an integral type, but there is no portability issue if a pointer is assigned to a bool. 2015-01-02 21:07:02 +01:00
..
options.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
options.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
redirect.h astyle formatting 2014-11-20 14:20:09 +01:00
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test.pro Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Fixed #6096: bool is an integral type, but there is no portability issue if a pointer is assigned to a bool. 2015-01-02 21:07:02 +01:00
testassert.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testautovariables.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testbool.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testboost.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testbufferoverrun.cpp Fixed #6357 (Improve check: pointer arithmetic 'p+x' overrun, conditional x) 2014-12-26 09:12:00 +01:00
testcharvar.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testclass.cpp Don't care which type protected operator= returns 2014-12-26 15:38:22 +01:00
testcmdlineparser.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testcondition.cpp #6385 crash in Variable::getFlag(). Catch token without variable in fix for #6095. 2014-12-31 18:19:10 +01:00
testconstructors.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testcppcheck.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testerrorlogger.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testexceptionsafety.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testfilelister.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testfiles.pri run dmake 2014-09-24 13:50:57 +02:00
testgarbage.cpp Fixed #3314 (cppcheck incorrectly reporting Syntax error.) 2014-11-28 17:44:36 +01:00
testincompletestatement.cpp Incomplete statement: tweaked bailout for '0;' statement using isExpandedMacro() 2014-12-24 21:47:37 +01:00
testinternal.cpp New internal check: Catch extra whitespace in match patterns 2014-12-30 14:21:18 +01:00
testio.cpp Fixed #6321: Implemented function Token::swapWithNext(). 2014-12-27 10:53:26 +01:00
testleakautovar.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testlibrary.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testmathlib.cpp Improved test coverage of MathLib. 2014-12-03 18:24:27 +01:00
testmemleak.cpp Add mmap() / mmap64() / munmap() to posix.cfg. Enables basic leak tracking 2014-12-14 13:30:24 +01:00
testnonreentrantfunctions.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testnullpointer.cpp Fixed #6014: Added plausibility check before issuing null pointer messages on function calls defined in library 2015-01-02 13:35:39 +01:00
testobsolescentfunctions.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testoptions.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testother.cpp Fixed #6373: Support bitops in clarifyCalculation check 2014-12-30 17:55:29 +01:00
testpath.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testpathmatch.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testpostfixoperator.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testpreprocessor.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testrunner.cpp Add memory leak tracing (Pull request 407) 2014-09-29 12:26:54 +02:00
testrunner.vcxproj Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testrunner.vcxproj.filters Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testsamples.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testsimplifytemplate.cpp Ticket #6172: Properly grok %type%... template parameters. 2014-12-14 14:33:37 +01:00
testsimplifytokens.cpp Fixed #6290 (Tokenizer: Because 'and' is not simplified to '&&' there are false positives) 2014-12-03 16:32:05 +01:00
testsimplifytypedef.cpp Tokenizer::simplifyTypedef: Add test that #5191 is fixed (function pointer) 2014-12-04 05:43:58 +01:00
testsizeof.cpp Add test cases when sizeof is used on struct members 2014-12-22 09:59:34 +01:00
teststl.cpp astyle formatting 2014-11-20 14:20:09 +01:00
teststring.cpp Fixed #6388: Support strncasecmp 2015-01-02 14:04:55 +01:00
testsuite.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testsuite.h Refactoring tests. Use utility function to warn about unsimplified code in tests. 2014-09-13 12:59:32 +02:00
testsuppressions.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testsymboldatabase.cpp Fixed #6266: Support noexcept(false) 2014-12-09 23:53:50 +01:00
testthreadexecutor.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testtimer.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testtoken.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testtokenize.cpp Fixed #5497: Support designated initializers in array size detection 2014-12-30 19:23:01 +01:00
testtype.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testuninitvar.cpp Revert 2e45df3b. Because there are FP. 2014-12-18 06:37:15 +01:00
testunusedfunctions.cpp Fixed #6291 and #6293: Support :: in front of function name in checkUnusedFunctions 2014-12-09 22:04:51 +01:00
testunusedprivfunc.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testunusedvar.cpp #6301 Unused shared lock variable. Add exception for std::shared_lock() to CheckUnusedVar::checkFunctionVariableUsage_iterateScopes() 2014-12-07 15:32:09 +01:00
testutils.h astyle formatting 2014-11-20 14:20:09 +01:00
testvaarg.cpp astyle formatting 2014-11-20 14:20:09 +01:00
testvalueflow.cpp ValueFlow: better handling of goto to avoid false positives 2015-01-01 14:29:49 +01:00
testvarid.cpp Fixed #5871: Properly parse initialization list in setVarId() if constructor is declared as noexcept 2015-01-02 20:03:06 +01:00