.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassert.cpp
|
…
|
|
testautovariables.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testbool.cpp
|
…
|
|
testboost.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testbufferoverrun.cpp
|
Fixed subsequent false negatives in CheckBufferOverrun::checkInsecureCmdLineArgs() (#5835)
|
2014-09-29 15:38:33 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testcmdlineparser.cpp
|
…
|
|
testcondition.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02:00 |
testconstructors.cpp
|
Fixed false positive: Member variable not initialized in the constructor with array and (*this) (#5754)
|
2014-09-29 16:49:20 +02:00 |
testcppcheck.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfiles.pri
|
run dmake
|
2014-09-24 13:50:57 +02:00 |
testgarbage.cpp
|
Fixed order of check execution and simplification in testgarbage.cpp
|
2014-09-30 10:37:55 +02:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testio.cpp
|
Fixed #6182 (Format specifier check confused by ternary operator)
|
2014-09-24 16:45:06 +02:00 |
testleakautovar.cpp
|
Fixed false positive memoryLeak #6013
|
2014-09-30 13:02:02 +02:00 |
testlibrary.cpp
|
Added version attribute to .cfg files (#5928)
|
2014-09-29 16:26:17 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Support :: prefix in front of allocation function.
|
2014-10-01 15:33:03 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
#6189 assign with operator= a '\0' to a std::string is not an error
|
2014-09-26 20:40:44 +02:00 |
testobsolescentfunctions.cpp
|
Restored files removed in 1cc872f5b2
|
2014-09-23 21:02:46 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed C&P-error in unit test that was added in previous commit
|
2014-09-29 19:57:27 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
…
|
|
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
|
…
|
|
testsimplifytemplate.cpp
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |
testsimplifytokens.cpp
|
Improved simplifications of redundant loops:
|
2014-09-26 10:47:05 +02:00 |
testsimplifytypedef.cpp
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |
testsizeof.cpp
|
…
|
|
teststl.cpp
|
…
|
|
teststring.cpp
|
…
|
|
testsuite.cpp
|
Refactoring tests. Use utility function to warn about unsimplified code in tests.
|
2014-09-13 12:59:32 +02: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
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
testsymboldatabase.cpp
|
Added variable name to debug message about typeStartToken()
|
2014-09-29 14:36:03 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Support more patterns when replacing stuff like 'or' (#6201)
|
2014-10-01 08:41:55 +02:00 |
testtype.cpp
|
Fixed #6168 (False positive: sign conversion for inner calculation)
|
2014-09-14 10:29:58 +02:00 |
testuninitvar.cpp
|
Fix FP: tmpnam() expects a valid pointer, an uninitialized array (of conforming size) is fine
|
2014-09-27 20:29:54 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed false positive 'unusedVar' with C++11 initialization (#6160)
|
2014-09-30 12:39:27 +02:00 |
testutils.h
|
…
|
|
testvaarg.cpp
|
CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186)
|
2014-09-27 11:03:58 +02:00 |
testvalueflow.cpp
|
ValueFlow: improved valueflow for loops that assign variable and then break
|
2014-09-23 16:06:02 +02:00 |
testvarid.cpp
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |