.. |
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
|
Committed forgotten test64bit.cpp; tests should work again.
|
2012-07-08 05:28:17 -07:00 |
testassignif.cpp
|
Message refactorization: checkassignif.cpp, checkautovariables.cpp
|
2012-07-07 11:31:18 -07:00 |
testautovariables.cpp
|
Fixed #3791 (False positive: returnTempReference)
|
2012-07-18 07:22:29 +02:00 |
testboost.cpp
|
Refactorizations in testrunner:
|
2012-07-16 04:17:14 -07:00 |
testbufferoverrun.cpp
|
#3979 added todo testcases
|
2012-07-19 09:44:06 +02:00 |
testcharvar.cpp
|
Fixed #3878 (Sign extension with unsigned char false positive)
|
2012-06-09 08:43:13 +02:00 |
testclass.cpp
|
Refactorizations in testrunner:
|
2012-07-16 05:02:33 -07:00 |
testcmdlineparser.cpp
|
Fixed #3617 (CLI: '-DMACRO' should be considered as '-DMACRO=1')
|
2012-07-05 19:35:41 +02:00 |
testconstructors.cpp
|
Fixed #3804 (False positive: Member not initialized (simplifyTokenList removes const on pointers))
|
2012-07-16 07:28:59 +02:00 |
testcppcheck.cpp
|
Refactorizations in testrunner:
|
2012-07-16 04:17:14 -07:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
Fixed #3442 (unmatchedSuppression can't be suppressed)
|
2012-07-13 08:29:49 +02:00 |
testexceptionsafety.cpp
|
Refactorizations in testrunner:
|
2012-07-16 04:17:14 -07:00 |
testfilelister.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testfiles.pri
|
Tests: Add generated testfiles.pri.
|
2012-06-11 22:11:29 +03:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
Spelling fixes.
|
2012-07-21 18:11:20 +02:00 |
testio.cpp
|
Spelling fixes.
|
2012-07-21 18:11:20 +02:00 |
testleakautovar.cpp
|
Fixed #3954 (Pointer reference memory leak false positive)
|
2012-07-17 16:28:34 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed #3954 (Pointer reference memory leak false positive)
|
2012-07-17 16:28:34 +02:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Fixed #3914 (false positive null pointer dereference, assignment in conditional)
|
2012-07-23 10:05:55 +02:00 |
testobsoletefunctions.cpp
|
…
|
|
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed false positive "Parameter 'x' is passed as a value" for types like std::vector<T>::size_type (#3986)
|
2012-07-23 01:41:20 -07:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testpreprocessor.cpp
|
Fixed #3834 (Preprocessor: -U doesn't work)
|
2012-07-18 20:57:00 +02:00 |
testrunner.cpp
|
Fixed (unexpected) compilation error: Cast argv to 'const char**'
|
2012-07-11 02:29:20 -07:00 |
testrunner.vcproj
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
testrunner.vcxproj
|
Cleanup of VS10 solutions (As suggested by XhmikosR). Fixed problems:
|
2012-07-09 08:09:54 -07:00 |
testrunner.vcxproj.filters
|
Bugfix (#3844): Added 3 missing files to testrunner
|
2012-06-11 03:55:33 -07:00 |
testsimplifytokens.cpp
|
Implemented support for 'using namespace std;': Add std:: prefix to names that are known to be in std namespace. Simplify namespace (std::)tr1:: if C++11 flag is set.
|
2012-07-15 02:05:19 -07:00 |
teststl.cpp
|
Refactorizations in testrunner:
|
2012-07-16 04:17:14 -07:00 |
testsuite.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testsuite.h
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testsuppressions.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testsymboldatabase.cpp
|
Fixed parsing of C++11 initializatation in initializer list (#3957)
|
2012-07-10 06:15:11 -07:00 |
testthreadexecutor.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testtoken.cpp
|
Made some functions static or const according to cppcheck results
|
2012-05-17 01:33:24 -07:00 |
testtokenize.cpp
|
Implemented support for 'using namespace std;': Add std:: prefix to names that are known to be in std namespace. Simplify namespace (std::)tr1:: if C++11 flag is set.
|
2012-07-15 02:05:19 -07:00 |
testuninitvar.cpp
|
Uninitialized variables: Fixed false positive when there is assignment in condition
|
2012-07-17 07:03:40 +02:00 |
testunusedfunctions.cpp
|
Fixed #3875 (Static member method called with class name is considered unused)
|
2012-06-14 22:04:21 +02:00 |
testunusedprivfunc.cpp
|
Restored comment that was modified by accident.
|
2012-07-09 11:40:49 -07:00 |
testunusedvar.cpp
|
Refactorizations in testrunner:
|
2012-07-16 05:02:33 -07:00 |
testutils.h
|
Refactorizations in test suite:
|
2012-05-16 09:04:03 -07:00 |