.. |
options.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
options.h
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
redirect.h
|
Refactorizations in test suite:
|
2012-04-17 12:57:16 +02:00 |
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
|
Message refactorization: checkassignif.cpp, checkautovariables.cpp
|
2012-07-07 11:31:18 -07:00 |
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testcharvar.cpp
|
Fixed #3878 (Sign extension with unsigned char false positive)
|
2012-06-09 08:43:13 +02:00 |
testclass.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testcmdlineparser.cpp
|
Fixed #3617 (CLI: '-DMACRO' should be considered as '-DMACRO=1')
|
2012-07-05 19:35:41 +02:00 |
testconstructors.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testcppcheck.cpp
|
…
|
|
testdivision.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testerrorlogger.cpp
|
xml: fixed test case.
|
2012-03-25 12:51:10 +02:00 |
testexceptionsafety.cpp
|
Fixed #3858 (Throw exception in destructor BUT inside a try-catch shouldn't be reported)
|
2012-06-17 14:33:18 +02:00 |
testfilelister.cpp
|
Fixed #3947 (build failure if PATH_MAX is not defined)
|
2012-07-07 19:55:43 +02:00 |
testfiles.pri
|
Tests: Add generated testfiles.pri.
|
2012-06-11 22:11:29 +03:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
added testcase to ticket 3727
|
2012-05-01 14:36:42 +02:00 |
testio.cpp
|
Refactorized checking of scanf field width specifiers (#3946):
|
2012-07-07 04:34:37 -07:00 |
testleakautovar.cpp
|
CheckLeakAutoVar: Updated error messages
|
2012-06-30 16:23:10 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed crash on garbage code (#3870)
|
2012-07-06 09:03:33 -07:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Fixed #3807 (False positive: possible null pointer dereference)
|
2012-05-31 18:41:00 +02:00 |
testobsoletefunctions.cpp
|
- Improved nullpointer check: Fixed #1171
|
2012-02-11 12:26:48 +01:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -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
|
Visual Studio: Hide VS compiler warnings for '(char)0xff' and '(char)0xfe'
|
2012-06-10 15:51:56 +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
|
Define _WIN64 in VS10 solution when compiling for x64
|
2012-07-07 02:41:41 -07:00 |
testrunner.vcxproj.filters
|
Bugfix (#3844): Added 3 missing files to testrunner
|
2012-06-11 03:55:33 -07:00 |
testsimplifytokens.cpp
|
Fixed #3934 (False positive for logical conjunction with enum and define)
|
2012-07-07 15:34:26 +02:00 |
teststl.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testsuite.cpp
|
testrunner: assert-like functions should take linenr parameter as a 'unsigned int' (maybe in the future these should be converted to 'size_t'?);
|
2012-01-03 15:48:03 +01:00 |
testsuite.h
|
Refactorizations in test suite:
|
2012-04-17 12:57:16 +02:00 |
testsuppressions.cpp
|
Fixed #3797: _ is a valid character in suppression IDs
|
2012-07-06 09:16:43 -07:00 |
testsymboldatabase.cpp
|
Refactorization:
|
2012-06-08 09:05:02 -07:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
Made some functions static or const according to cppcheck results
|
2012-05-17 01:33:24 -07:00 |
testtokenize.cpp
|
Fixed #3927 (false positive: (error) Uninitialized variable: new)
|
2012-07-08 13:59:00 +02:00 |
testuninitvar.cpp
|
Fixed #3926 (false postive: (error) Uninitialized variable: exitpattern)
|
2012-07-03 18:52:23 +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
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testunusedvar.cpp
|
CheckUnusedVar: dont report false positives for extern variables
|
2012-06-28 17:22:56 +02:00 |
testutils.h
|
Refactorizations in test suite:
|
2012-05-16 09:04:03 -07:00 |