.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassignif.cpp
|
CheckAssignIf: Improved checking for bitwise or
|
2012-09-14 19:13:44 +02:00 |
testautovariables.cpp
|
Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157.
|
2012-09-10 15:20:38 +02:00 |
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Show that inconclusive message is inconclusive
|
2012-09-07 16:11:15 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Refactorization/Partial rewrite of CheckClass::copyconstructors():
|
2012-09-10 13:31:30 +02:00 |
testcmdlineparser.cpp
|
Fixed #4013 (Several test failures in testcmdlineparser.cpp)
|
2012-09-14 06:58:14 +02:00 |
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testfiles.pri
|
Fixed #2709 (Negative times in --showtime summary)
|
2012-09-15 19:49:48 +02:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
New internal check: checkRedundantNextPrevious().
|
2012-09-07 12:36:40 +02:00 |
testio.cpp
|
Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases.
|
2012-09-10 16:23:00 +02:00 |
testleakautovar.cpp
|
replaced tabs with spaces
|
2012-09-05 19:46:44 +02:00 |
testmathlib.cpp
|
Fixed #4087 (div by zero check is invalid for floats)
|
2012-09-11 16:50:42 +02:00 |
testmemleak.cpp
|
Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better.
|
2012-09-11 18:03:47 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer():
|
2012-09-06 18:33:15 +02:00 |
testobsoletefunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Revert "CheckOther::clarifyStatement: improved message to show what's the 'bad' and the 'good' expression."
|
2012-09-15 20:19:02 +02:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Fixed #3651 (Preprocessor: Wrong handling of #elif)
|
2012-09-15 09:34:41 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcproj
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
testrunner.vcxproj
|
vs2010 projects: consistently use /MP and remove default property
|
2012-09-09 14:20:49 +02:00 |
testrunner.vcxproj.filters
|
…
|
|
testsimplifytokens.cpp
|
Fixed #4185 (Incorrect 'Found duplicate if expressions' for strings with high bit set)
|
2012-09-13 16:44:10 +02:00 |
teststl.cpp
|
Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157.
|
2012-09-10 15:20:38 +02:00 |
testsuite.cpp
|
Made several functions in testsuite.cpp const according to cppcheck suggestions
|
2012-08-01 11:54:55 -07:00 |
testsuite.h
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Symbol database: Added TODO test case for #3190
|
2012-09-15 20:13:32 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtimer.cpp
|
Fixed compile error. I forgot to commit testtimer.cpp
|
2012-09-15 20:43:37 +02:00 |
testtoken.cpp
|
Fixed bug in Token::Match (#3720)
|
2012-08-30 13:33:19 +02:00 |
testtokenize.cpp
|
Fixed #3507 (false positive: comma-separated statements before return in methods)
|
2012-09-15 11:55:08 +02:00 |
testuninitvar.cpp
|
Fixed #3586 (false positive: uninitvar in argument in namespaced function)
|
2012-09-15 10:48:17 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed false negative in checkunusedvar.cpp and reduced code dupliaction.
|
2012-09-11 14:24:12 +02:00 |
testutils.h
|
…
|
|