.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
Add general PRO file for console builds.
|
2012-06-18 09:28:32 +03:00 |
test64bit.cpp
|
…
|
|
testassignif.cpp
|
…
|
|
testautovariables.cpp
|
Fixed crash reported in #4076
|
2012-08-22 10:17:23 -07:00 |
testboost.cpp
|
Clarified errormessage of checkBoost
|
2012-08-02 02:40:08 -07:00 |
testbufferoverrun.cpp
|
Show that inconclusive message is inconclusive
|
2012-09-07 16:11:15 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Fixed #211 and #214
|
2012-09-05 12:58:09 +02:00 |
testcmdlineparser.cpp
|
Enable --std=c11 and --std=c++11 by default
|
2012-08-25 21:57:45 +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
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testfiles.pri
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
New internal check: checkRedundantNextPrevious().
|
2012-09-07 12:36:40 +02:00 |
testio.cpp
|
…
|
|
testleakautovar.cpp
|
replaced tabs with spaces
|
2012-09-05 19:46:44 +02:00 |
testmathlib.cpp
|
Throw an InternalError when trying to divide (or modulo) by zero in MathLib.
|
2012-09-06 20:15:32 +02:00 |
testmemleak.cpp
|
replaced tabs with spaces
|
2012-09-05 20:50:25 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer():
|
2012-09-06 18:33:15 +02:00 |
testobsoletefunctions.cpp
|
Enable --std=c11 and --std=c++11 by default
|
2012-08-25 21:57:45 +02:00 |
testoptions.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testother.cpp
|
Improved check for shifting by negative values and removed false positives
|
2012-09-05 16:09:40 +02:00 |
testpath.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testpathmatch.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
replaced tabs with spaces
|
2012-09-05 20:50:25 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcproj
|
…
|
|
testrunner.vcxproj
|
vs2010 projects: consistently use /MP and remove default property
|
2012-09-09 14:20:49 +02:00 |
testrunner.vcxproj.filters
|
…
|
|
testsimplifytokens.cpp
|
Tokenizer: improved simplification of numeric calculations
|
2012-09-09 16:22:39 +02:00 |
teststl.cpp
|
Added support for std::unique and std::remove_if to CheckStl::uselessCalls().
|
2012-09-07 14:23:32 +02:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
Support default arguments in symboldatabase for arguments without name (#4055)
|
2012-09-06 20:50:46 +02:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
Fixed bug in Token::Match (#3720)
|
2012-08-30 13:33:19 +02:00 |
testtokenize.cpp
|
Fixed createLinks2() on this code: nvwa<(x > y)>
|
2012-09-09 15:31:23 +02:00 |
testuninitvar.cpp
|
Added testcases for #3098
|
2012-09-09 19:49:40 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed #4143: Give correct line numbers in checkunusedvar.cpp
|
2012-09-04 14:53:24 +02:00 |
testutils.h
|
…
|
|