.. |
cfg
|
Fix unsuppressed warning in checkcfg target
|
2015-03-05 06:57:30 +01:00 |
CMakeLists.txt
|
Add CMake files
|
2015-02-13 19:00:14 +01:00 |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testautovariables.cpp
|
Fixed #6538 (Symboldatabase: improve isFunction)
|
2015-02-24 06:11:31 +01:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
more cleanup of std.cfg testing in TestBufferOverrun
|
2015-02-14 18:55:54 +01:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
refactor cfg testing in TestClass
|
2015-02-11 06:29:33 +01:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
#6543 crash: CheckCondition::checkBadBitmaskCheck ; wine dlls/gdi32/dibdrv/primitives.c. Run astyle.
|
2015-02-23 22:06:55 +01:00 |
testconstructors.cpp
|
Moved some more tests to testgarbage.cpp
|
2015-01-21 10:04:46 +01:00 |
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfiles.pri
|
…
|
|
testgarbage.cpp
|
#6539 Segmentation fault in Tokenizer::duplicateTypedef. Avoid crash on garbage code
|
2015-02-24 11:15:23 +01:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
Removed obsolete internal check. The underlying but in Token::Match should be fixed since b4f0869a71
|
2015-01-31 12:56:54 +01:00 |
testio.cpp
|
Fixed false positive #6452: Handle member functions in CheckIO::checkFileUsage()
|
2015-01-27 21:52:52 +01:00 |
testleakautovar.cpp
|
Fixed testrunner
|
2015-02-03 18:35:52 +01:00 |
testlibrary.cpp
|
Library: variables are not library functions (variable declarations can look like function calls)
|
2015-03-01 11:46:43 +01:00 |
testmathlib.cpp
|
Fixed a few inconclusive warnings regarding const-correctness in cppcheck code base.
|
2015-01-20 16:50:16 +01:00 |
testmemleak.cpp
|
TestMemLeak: moved posix.cfg tests
|
2015-02-15 18:11:09 +01:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
testobsolescentfunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed #6446 (FP zerodivcond on double arithmetics)
|
2015-03-03 15:50:31 +01:00 |
testpath.cpp
|
Better handle double slashes, more tests
|
2015-02-16 13:11:13 +03:00 |
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Fixed some const correctness issues in the test suite.
|
2015-01-19 18:00:05 +01:00 |
testrunner.cpp
|
…
|
|
testrunner.vcxproj
|
Set /LARGEADDRESSAWARE flag for Win32 builds
|
2015-01-27 15:43:40 +01:00 |
testrunner.vcxproj.filters
|
…
|
|
testsamples.cpp
|
…
|
|
testsimplifytemplate.cpp
|
…
|
|
testsimplifytokens.cpp
|
Refactor and improve Tokenizer::sizeofAddParentheses
|
2015-02-22 13:38:06 +01:00 |
testsimplifytypedef.cpp
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
…
|
|
teststring.cpp
|
Take simplifyIfNotNull and simplifyIfNot out of simplifyTokenList1 (first step for #6072)
|
2015-01-31 20:12:02 +01:00 |
testsuite.cpp
|
Fixed inconclusive warnings regarding const correctness.
|
2015-01-20 09:09:16 +01:00 |
testsuite.h
|
Fixed inconclusive warnings regarding const correctness.
|
2015-01-20 09:09:16 +01:00 |
testsuppressions.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
testsymboldatabase.cpp
|
Fix compiler warnings
|
2015-03-05 20:49:42 +01:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
testtokenize.cpp
|
Fixed #6556 (Tokenizer::simplifyVarDecl: doesn't simplify template variables properly)
|
2015-03-06 17:30:20 +01:00 |
testtype.cpp
|
…
|
|
testuninitvar.cpp
|
TestUninitVar: moved out posix.cfg testing
|
2015-02-17 18:16:29 +01:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
Fixed #6538 (Symboldatabase: improve isFunction)
|
2015-02-24 06:11:31 +01:00 |
testunusedvar.cpp
|
…
|
|
testutils.h
|
…
|
|
testvaarg.cpp
|
Fixed false positive #6453: Skip over inner class if checking outer function
|
2015-01-27 21:21:17 +01:00 |
testvalueflow.cpp
|
ValueFlow: Improved when using '[' on arrays and strings
|
2015-02-24 15:57:39 +01:00 |
testvarid.cpp
|
Fixed #6547 (Regression - unknown macro causes analysis error)
|
2015-02-28 11:09:39 +01:00 |