.. |
tinyxml
|
Ticket #1318: Make sure error ids are unique
|
2010-05-13 22:14:29 +02:00 |
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
|
…
|
|
test.vcproj
|
Visual Studio 2008: added nullpointer and uninitvar files
|
2010-10-31 11:52:55 +01:00 |
test.vcxproj
|
Update VS2010 project files.
|
2010-10-31 22:59:44 +02:00 |
test.vcxproj.filters
|
Update VS2010 project files.
|
2010-10-31 22:59:44 +02:00 |
testautovariables.cpp
|
Tokenizer: More specific bail outs in simplifyKnownVariables
|
2010-11-07 11:07:56 +01:00 |
testbufferoverrun.cpp
|
Tokenizer::simplifyKnownVariables: Fixed TODO test cases in TestBufferOverrun
|
2010-11-07 17:42:32 +01:00 |
testcharvar.cpp
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
testclass.cpp
|
Fixed #2179 (Segmentation fault in assignment operator)
|
2010-11-09 06:58:19 +01:00 |
testcmdlineparser.cpp
|
Extracted Error and Output redirection.
|
2010-09-26 13:19:30 +10:00 |
testconstructors.cpp
|
Symbol database: add support for class inline functions with classes
|
2010-11-09 17:06:07 +01:00 |
testcppcheck.cpp
|
fixed 'deprecated conversion' compiler warning
|
2010-10-23 16:15:27 +02:00 |
testdivision.cpp
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
testexceptionsafety.cpp
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
testincompletestatement.cpp
|
Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106
|
2010-10-17 14:41:00 +02:00 |
testmathlib.cpp
|
mathlib:isInt() now handles calles of 'u' and 'l' correctly; testcases added
|
2010-05-12 23:49:09 +02:00 |
testmemleak.cpp
|
Fixed #2129 (Invalid dereference after release report)
|
2010-10-26 17:49:48 +02:00 |
testnullpointer.cpp
|
Null pointers: Fixed false negatives in the CheckAndDeRef checking
|
2010-11-04 21:22:29 +01:00 |
testobsoletefunctions.cpp
|
Fixed #1999 (False positive: uninitialized variable (__published variables))
|
2010-08-31 19:48:04 +02:00 |
testoptions.cpp
|
Removed static std::string.
|
2010-09-26 16:52:30 +10:00 |
testother.cpp
|
Fixed #2137 (Invalid mutual exclusion report)
|
2010-11-04 00:10:25 -07:00 |
testpath.cpp
|
Update tests after moving simplifyPath method to Path class.
|
2010-10-29 22:45:47 +03:00 |
testpostfixoperator.cpp
|
Fixed #2168 (Segmentation fault of cppcheck)
|
2010-11-04 17:54:04 +01:00 |
testpreprocessor.cpp
|
Fixed #1951 (Preprocessor: Compound macro statements not handled correctly)
|
2010-09-24 21:38:11 +02:00 |
testrunner.cpp
|
Added `check` target.
|
2010-09-26 13:29:23 +10:00 |
testsettings.cpp
|
Fixed #1919 (option '--suppressions file' can not work when filename includes colon)
|
2010-08-03 17:52:03 +02:00 |
testsimplifytokens.cpp
|
Fixed #2176 (Tokenizer::simplifyTypedef function pointer bug)
|
2010-11-06 15:15:50 +01:00 |
teststl.cpp
|
Fixed #2154 (false positive: The loop might unintentionally skip an element in the container)
|
2010-10-30 11:22:30 +02:00 |
testsuite.cpp
|
uninitialized variables: refactoring handling of loop bodies
|
2010-10-24 18:26:59 +02:00 |
testsuite.h
|
Added `check` target.
|
2010-09-26 13:29:23 +10:00 |
testthreadexecutor.cpp
|
Fixed #1487 (fix gcc compiler warnings)
|
2010-08-06 21:02:43 +02:00 |
testtoken.cpp
|
Fixed #2105 (Incorrect operator: mutual exclusion over ||)
|
2010-10-24 18:14:21 -07:00 |
testtokenize.cpp
|
Tokenizer: More specific bail outs in simplifyKnownVariables
|
2010-11-07 11:07:56 +01:00 |
testuninitvar.cpp
|
Uninitialized variables: better handling of for example 'a[1] = 1+a[2];'
|
2010-11-05 19:24:14 +01:00 |
testunusedfunctions.cpp
|
Fixed #1857 (XML tag no more included for unusedFunction error (1.44 regression))
|
2010-07-18 11:22:26 +02:00 |
testunusedprivfunc.cpp
|
Fixed #2067 (Template methods do not 'use' private ones)
|
2010-09-30 21:22:49 +02:00 |
testunusedvar.cpp
|
Unused variables: better handling of '= %var% ++'. Ticket: #2160
|
2010-11-02 20:01:12 +01:00 |