.. |
CMakeLists.txt
|
Fixed #2684 (TestFileLister test assumes there are source files in the same directory)
|
2011-04-07 17:36:42 +02:00 |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
Revert "Remove the testsuppressions because it doesn't contain any unit tests. A testsuppressions would be nice if it was more specific. Ticket: #2748"
|
2011-05-03 10:18:05 +00:00 |
test.vcproj
|
Revert "TestSuppressions: Updated Visual Studio project files"
|
2011-05-03 10:17:44 +00:00 |
test.vcxproj
|
Revert "TestSuppressions: Updated Visual Studio project files"
|
2011-05-03 10:17:44 +00:00 |
test.vcxproj.filters
|
Revert "TestSuppressions: Updated Visual Studio project files"
|
2011-05-03 10:17:44 +00:00 |
testautovariables.cpp
|
fix #2765 (Non local address detected as address of local auto-variable)
|
2011-05-06 19:26:04 -04:00 |
testbufferoverrun.cpp
|
Fixed #1684 (false positive: buffer access out of bounds when using extern variable declaration)
|
2011-05-07 11:34:48 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
move symbol database tests to testsymboldatabase.cpp
|
2011-04-28 21:03:57 -04:00 |
testcmdlineparser.cpp
|
Add test for --check-config.
|
2011-05-04 21:07:02 +03:00 |
testconstructors.cpp
|
fix spelling of initialized in checkclass messages
|
2011-04-26 20:37:16 -04:00 |
testcppcheck.cpp
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages
|
2011-04-16 13:42:48 +02:00 |
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
FileLister: don't assume that all files have nonzero size in test case
|
2011-04-27 07:38:53 +12:00 |
testincompletestatement.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed #2783 (Improve check: struct member leaks when analysing c file)
|
2011-05-11 18:19:14 +02:00 |
testnullpointer.cpp
|
Fixed #2696 (False positive nullpointer)
|
2011-04-03 21:06:42 +02:00 |
testobsoletefunctions.cpp
|
Obsolete functions: Fix messages for gethostbyaddr, gethostbyname
|
2011-04-07 00:33:54 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
#2700 (common logic or cut and paste errors) make duplicate branches inclnclusive
|
2011-05-08 13:22:42 -04:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Fixed #2782 (Segfault with #asm)
|
2011-05-11 19:27:19 +02:00 |
testrunner.cpp
|
…
|
|
testsettings.cpp
|
…
|
|
testsimplifytokens.cpp
|
fix #1982 (simplifyTypedef: scope info is lost)
|
2011-05-02 22:42:52 -04:00 |
teststl.cpp
|
Reverted fix for string::size. Ticket: #2756
|
2011-05-05 20:57:17 +02:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
testsuppressions.cpp
|
Fix testsuppressions for Windows builds for now, pending further refactoring
|
2011-05-03 10:41:52 +00:00 |
testsymboldatabase.cpp
|
move symbol database tests to testsymboldatabase.cpp
|
2011-04-28 21:03:57 -04:00 |
testthreadexecutor.cpp
|
Remove ErrorLogger::reportStatus() method.
|
2011-04-27 23:27:02 +03:00 |
testtoken.cpp
|
Token: Added testcase for matching of %op%
|
2011-04-10 11:15:57 +02:00 |
testtokenize.cpp
|
Fixed #2743 (segmentation fault of cppcheck 'std::vector<void(*)()> v1 = a, v2 = b;')
|
2011-05-07 14:23:14 +02:00 |
testuninitvar.cpp
|
Fixed #2764 (False positive: Uninitialized variable '&(x[0])')
|
2011-05-05 21:26:18 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed #2780 (false positive: variable p is not assigned a value 'int p[2]; *p = 0;')
|
2011-05-11 18:58:25 +02:00 |
testutils.h
|
…
|
|