.. |
options.cpp
|
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
|
2014-03-03 11:03:17 +01:00 |
options.h
|
…
|
|
redirect.h
|
astyle formatting
|
2014-11-20 14:20:09 +01:00 |
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
astyle formatting
|
2014-11-20 14:20:09 +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
|
posix.cfg: Added support for readdir().
|
2014-12-10 17:44:21 +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
|
astyle formatting
|
2014-11-20 14:20:09 +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
|
Fixed #5223: Bailout in valueFlowForLoop1() for complex conditions
|
2014-12-30 19:56:47 +01:00 |
testvarid.cpp
|
astyle formatting
|
2014-11-20 14:20:09 +01:00 |