.. |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
use checked STL in debugmode
|
2009-11-28 18:29:32 +01:00 |
test.vcproj
|
Fix compiling tests.
|
2010-03-12 17:21:41 +02:00 |
testautovariables.cpp
|
Auto variables: Improved handling of temporaries
|
2010-01-27 19:16:32 +01:00 |
testbufferoverrun.cpp
|
Fixed #1523 (false negative:: buffer access out of bounds when using shift operator)
|
2010-03-27 07:21:08 +01:00 |
testcharvar.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
testclass.cpp
|
Fixed #1516 (C++Builder properties mistaken for uninitialized variables)
|
2010-03-28 10:58:03 +02:00 |
testconstructors.cpp
|
Fixed #1211 (add struct support for constructor checks)
|
2010-01-02 17:29:55 +01:00 |
testcppcheck.cpp
|
Fixed #1084 (define configuration lost)
|
2009-12-13 17:18:27 +01:00 |
testdangerousfunctions.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
testdivision.cpp
|
Fix #1385 (False positive: unsigned division)
|
2010-02-12 22:24:06 +02:00 |
testexceptionsafety.cpp
|
Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function))
|
2009-12-21 20:04:55 +01:00 |
testfilelister.cpp
|
Fix compiling tests.
|
2010-03-12 17:21:41 +02:00 |
testincompletestatement.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
testmathlib.cpp
|
astyle formatting
|
2009-12-27 17:46:24 +01:00 |
testmemleak.cpp
|
Fixed #1428 (False positive: (possible error) Memory leak when memory deleted in destructor)
|
2010-03-19 16:57:23 +01:00 |
testother.cpp
|
Fixed #1533 (False positive: Uninitialized variable)
|
2010-03-28 10:42:37 +02:00 |
testpreprocessor.cpp
|
Partial fix for #1475 (False positive: Not enough parameters for macro: #define A(a, b...))
|
2010-03-26 22:11:49 +02:00 |
testredundantif.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
testrunner.cpp
|
Fix GPL comments in all files. ">." was missing from the end.
|
2009-09-27 18:08:31 +03:00 |
testsimplifytokens.cpp
|
Fix #1532 (hang due to commit 772aa95c8a )
|
2010-03-27 21:52:31 +02:00 |
teststl.cpp
|
STL: don't warn about the suspicious string::find condition because it's not always a bug
|
2010-03-03 17:11:31 +01:00 |
testsuite.cpp
|
Fixed #1324 (show number of tests that don't produce the desired results)
|
2010-01-29 18:49:07 +01:00 |
testsuite.h
|
Fixed #1324 (show number of tests that don't produce the desired results)
|
2010-01-29 18:49:07 +01:00 |
testtoken.cpp
|
Get rid of casting in test file.
|
2010-01-12 21:24:44 +02:00 |
testtokenize.cpp
|
Tokenizer: Simplify 'false ==' to '!'
|
2010-03-24 19:55:02 +01:00 |
testunusedfunctions.cpp
|
Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.)
|
2010-02-03 18:37:48 +01:00 |
testunusedprivfunc.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
testunusedvar.cpp
|
Fixed #1501 (false positive: Variable 'n' is assigned a value that is never used)
|
2010-03-16 19:25:10 +01:00 |