.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
test.cxx
|
…
|
|
test.pro
|
Move Suppressions class to own source files.
|
2011-08-22 19:57:28 +03:00 |
test64bit.cpp
|
Fixed #3073 (False positive: Assigning an integer (int/long/etc) to a pointer is not portable)
|
2011-09-04 13:03:29 +02:00 |
testassignif.cpp
|
…
|
|
testautovariables.cpp
|
fix false positive introduced by previous false negative fix commit
|
2011-09-02 10:39:04 -04:00 |
testbufferoverrun.cpp
|
partial fix for #2960 (false negative: buffer access out of bounds)
|
2011-09-11 21:51:05 -04:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
fix wrong information about constness of function
|
2011-09-16 18:07:25 -04:00 |
testcmdlineparser.cpp
|
Make the build warning clean with clang++
|
2011-09-17 14:40:17 +02:00 |
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
Report percentage complete based on file size
|
2011-04-26 22:26:23 +12:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
…
|
|
testincompletestatement.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed #3075 (False positive => Improve tokenizer: remove redundant code after a 'return' state)
|
2011-09-13 07:55:47 +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
|
Fixed #3065 (False positive: possible null pointer dereference: vi)
|
2011-09-03 19:43:27 +02:00 |
testobsoletefunctions.cpp
|
Settings: Removed the --enable=posix option. Ticket: #2949
|
2011-08-14 09:45:53 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
add test for #3110 (false positve: style) Boolean result is used in bitwise operation. Clarify expression with parentheses)
|
2011-09-12 20:46:00 -04:00 |
testpath.cpp
|
Remove './' at begin of path in Path::simplifyPath.
|
2011-03-29 20:53:18 +03:00 |
testpathmatch.cpp
|
…
|
|
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 #3075 (False positive => Improve tokenizer: remove redundant code after a 'return' state)
|
2011-09-13 07:55:47 +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
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
…
|
|
testsymboldatabase.cpp
|
really fix multi-dimensional arrays with undefined size
|
2011-08-28 13:32:42 -04:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
fix a problem with Qt slots immediately followed by signals
|
2011-09-16 16:59:43 -04:00 |
testuninitvar.cpp
|
Uninitialized vars: handle printf a little better. Ticket: #3050
|
2011-09-05 20:18:58 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
Fixed #3104 (unread despite modified and used in IF statement)
|
2011-09-11 08:19:35 +02:00 |
testutils.h
|
…
|
|