.. |
options.cpp
|
Visual Studio: Fixed compiler error. It seems visual studio 2008 doesn't like 'not'.
|
2010-10-02 09:42:31 +02:00 |
options.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
redirect.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
Move Suppressions class to own source files.
|
2011-08-22 19:57:28 +03:00 |
test64bit.cpp
|
Fixed #3150 (Invalid warning when pointer difference is not adjacent)
|
2011-10-12 19:01:44 +02:00 |
testassignif.cpp
|
Move "information" errors to "style" errors.
|
2011-10-05 20:44:00 +03:00 |
testautovariables.cpp
|
fix false positive introduced by previous false negative fix commit
|
2011-09-02 10:39:04 -04:00 |
testbufferoverrun.cpp
|
Fixed #3163 (Out of bounds pointer arithmetic not reset)
|
2011-10-12 20:54:39 +02:00 |
testcharvar.cpp
|
Fixed #2982 (false positive: using char type as array index (using string as key))
|
2011-08-09 17:03:22 +02:00 |
testclass.cpp
|
Move "information" errors to "style" errors.
|
2011-10-05 20:44:00 +03:00 |
testcmdlineparser.cpp
|
Fixed #3072 (improve check: deprecated function alloca)
|
2011-10-06 08:10:51 +02:00 |
testconstructors.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testcppcheck.cpp
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
testdivision.cpp
|
Tests: Re-enable style param for testdivision.
|
2011-08-10 23:46:26 +03:00 |
testerrorlogger.cpp
|
Add more tests for ErrorLogger.
|
2011-07-16 16:04:43 +03:00 |
testexceptionsafety.cpp
|
Fixed #2388 (Use throw without argument to rethrow exceptions)
|
2011-02-05 01:11:09 -08:00 |
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
|
Fixed #3009 (Using numeric constants in kernel space code)
|
2011-08-16 20:16:33 +02:00 |
testmathlib.cpp
|
mathlib: fixed #2950: comparison of floating point values
|
2011-07-29 23:37:40 +02:00 |
testmemleak.cpp
|
improved realloc checking '*p = realloc(*p,..'. Ticket: #1791
|
2011-10-11 22:07:14 +02:00 |
testnonreentrantfunctions.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
testnullpointer.cpp
|
Null pointer: improved inconclusive checking in CheckNullPointer::nullPointerAfterLoop
|
2011-10-09 15:09:02 +02:00 |
testobsoletefunctions.cpp
|
Fixed 3133 (Improve Check: Found obsolete function)
|
2011-10-09 10:31:21 +02:00 |
testoptions.cpp
|
Removed static std::string.
|
2010-09-26 16:52:30 +10:00 |
testother.cpp
|
[PATCH] Detect suspicious use of semicolon after 'if/for/while'
|
2011-10-11 08:41:39 +02:00 |
testpath.cpp
|
Remove './' at begin of path in Path::simplifyPath.
|
2011-03-29 20:53:18 +03:00 |
testpathmatch.cpp
|
CLI: Add support for ignoring case in PathMatch.
|
2011-10-02 11:46:27 +03:00 |
testpostfixoperator.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
testpreprocessor.cpp
|
Fixed #3016 (Preprocessor has incorrect precedence(?) for &&)
|
2011-08-28 18:30:58 +02:00 |
testrunner.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
testrunner.vcproj
|
Update VS2008/2010 project files.
|
2011-08-22 20:13:03 +03:00 |
testrunner.vcxproj
|
Update VS2008/2010 project files.
|
2011-08-22 20:13:03 +03:00 |
testrunner.vcxproj.filters
|
Update VS2008/2010 project files.
|
2011-08-22 20:13:03 +03:00 |
testsimplifytokens.cpp
|
Fixed ticket #3140 (Improve Tokenizer: Remove dead for loop 'for (int i = 0; i < 0; ++i)')
|
2011-10-10 15:15:45 +02:00 |
teststl.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
testsuite.cpp
|
Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?...
|
2011-01-30 23:20:11 +11:00 |
testsuite.h
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
testsuppressions.cpp
|
Move Suppressions class to own source files.
|
2011-08-22 19:57:28 +03:00 |
testsymboldatabase.cpp
|
fix symbol database bug where function variable type of a nested class was not found
|
2011-09-28 22:05:26 -04:00 |
testthreadexecutor.cpp
|
Fixed #3181 (Add missing return statements)
|
2011-10-08 12:45:56 +02:00 |
testtoken.cpp
|
fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&)
|
2011-07-31 13:26:26 -04:00 |
testtokenize.cpp
|
Tokenizer::removeMacrosInGlobalScope: Don't remove C/C++ keywords namespace/struct/etc. Ticket: #3193
|
2011-10-12 19:23:39 +02:00 |
testuninitvar.cpp
|
Fixed #3159 (Uninitialized variable false positive)
|
2011-10-02 20:38:58 +02:00 |
testunusedfunctions.cpp
|
fix #3127 ([False positive] _tmain function i VS 2010 project)
|
2011-09-21 20:16:20 -04:00 |
testunusedprivfunc.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testunusedvar.cpp
|
Fixed #3104 (unread despite modified and used in IF statement)
|
2011-09-11 08:19:35 +02:00 |
testutils.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |