.. |
options.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
options.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
redirect.h
|
Fix #3510 (Improve error message for --suppressions-list)
|
2012-01-12 22:21:51 +02:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
test/test.pro: indentation update
|
2011-10-23 15:45:56 +02:00 |
test64bit.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testassignif.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testautovariables.cpp
|
Refactorized checkautovariables.cpp. Removed indendation counters.
|
2012-01-08 15:32:22 +01:00 |
testboost.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testbufferoverrun.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testcharvar.cpp
|
Fixed #3519 (Wrong line number in warning charBitOpError)
|
2012-01-18 13:09:46 +01:00 |
testclass.cpp
|
Class: Don't warn about uninitialized union members because they are often combined with a second variable
|
2012-01-08 12:17:55 +01:00 |
testcmdlineparser.cpp
|
Fix #3510 (Improve error message for --suppressions-list)
|
2012-01-12 22:21:51 +02:00 |
testconstructors.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testcppcheck.cpp
|
- Correctly set Scope::function variable in symboldatabase
|
2012-01-21 10:08:09 +01:00 |
testdivision.cpp
|
- checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements.
|
2012-01-28 12:32:28 +01:00 |
testerrorlogger.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testexceptionsafety.cpp
|
Refactorized check for dead pointers after throw:
|
2012-01-21 19:11:06 +01:00 |
testfilelister.cpp
|
fix gcc-4.7 compiler error (missing include)
|
2012-01-05 14:36:30 +01:00 |
testincompletestatement.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testinternal.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testmathlib.cpp
|
Add InternalError and change MathLib to throw it in case of an error.
|
2012-01-08 22:19:44 +02:00 |
testmemleak.cpp
|
Fixed #3015 (xml-style error output when running testrunner on particular tests)
|
2012-01-06 09:09:46 +01:00 |
testnonreentrantfunctions.cpp
|
Fix ticket #3483 (POSIX.1-2008 - obsolete functions)
|
2012-01-12 22:28:12 +01:00 |
testnullpointer.cpp
|
Null pointers: fixed false positive when '?' is used in return statement. Ticket: #3560
|
2012-01-28 08:06:03 +01:00 |
testobsoletefunctions.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testoptions.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testother.cpp
|
Fixed ticket #3550 (false positive: (error) Memory pointed to by 'pxpm' is freed twice)
|
2012-01-24 22:43:44 -08:00 |
testpath.cpp
|
Refactoring. Assume that .C files contain C code on case insensitive filesystems.
|
2012-01-08 10:34:31 +01:00 |
testpathmatch.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testpostfixoperator.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testpreprocessor.cpp
|
Fixed #3323 (#undef needs different handling)
|
2012-01-24 07:43:26 +01:00 |
testrunner.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testrunner.vcproj
|
Update VS2008 project files.
|
2012-01-10 19:48:25 +02:00 |
testrunner.vcxproj
|
Visual Studio: Generated new msvc2010 project files with qmake
|
2012-01-02 16:28:45 +01:00 |
testrunner.vcxproj.filters
|
Visual Studio: Generated new msvc2010 project files with qmake
|
2012-01-02 16:28:45 +01:00 |
testsimplifytokens.cpp
|
Temporary workaround to ticket #3459 (Simplify goto before loop) :
|
2012-01-27 16:56:12 +01:00 |
teststl.cpp
|
Fixed ticket #3447 (Improve void CheckStl::if_find())
|
2012-01-02 23:12:59 +01:00 |
testsuite.cpp
|
testrunner: assert-like functions should take linenr parameter as a 'unsigned int' (maybe in the future these should be converted to 'size_t'?);
|
2012-01-03 15:48:03 +01:00 |
testsuite.h
|
- Correctly set Scope::function variable in symboldatabase
|
2012-01-21 10:08:09 +01:00 |
testsuppressions.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testsymboldatabase.cpp
|
fix #3561 (SymbolDatabase: throw foo; creates a variable with type throw)
|
2012-01-27 19:24:01 -05:00 |
testthreadexecutor.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testtoken.cpp
|
Add InternalError and change MathLib to throw it in case of an error.
|
2012-01-08 22:19:44 +02:00 |
testtokenize.cpp
|
Revert "really fix #3527 (Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)"
|
2012-01-30 06:15:41 +01:00 |
testuninitvar.cpp
|
Fixed #3497 (False positive: Uninitialized variable)
|
2012-01-21 20:42:41 +01:00 |
testunusedfunctions.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testunusedprivfunc.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testunusedvar.cpp
|
Fixed #3509 (FP: Variable 'itemList' is not assigned a value, when << operator is used)
|
2012-01-23 08:02:59 +01:00 |
testutils.h
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |