.. |
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
|
…
|
|
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
Update test.pro for using base path for included pri files.
|
2010-12-18 17:07:20 +02:00 |
test.vcproj
|
Visual Studio: updated project files with qmake
|
2010-12-19 07:51:34 +01:00 |
test.vcxproj
|
Visual Studio: updated project files with qmake
|
2010-12-19 07:51:34 +01:00 |
test.vcxproj.filters
|
Visual Studio: updated project files with qmake
|
2010-12-19 07:51:34 +01:00 |
testautovariables.cpp
|
Improving 'Wrong assignment of auto variable' error message.
|
2010-12-04 09:55:20 +02:00 |
testbufferoverrun.cpp
|
Improve strncat 3rd parameter usage warning message.
|
2011-01-04 23:17:44 +02:00 |
testcharvar.cpp
|
Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219
|
2010-12-01 18:00:55 +01:00 |
testclass.cpp
|
Fixed #2425 (segmentation fault of cppcheck)
|
2011-01-07 18:58:14 +01:00 |
testcmdlineparser.cpp
|
gcc: disabled -Wconversion again - too many warnings
|
2011-01-01 09:16:31 +01:00 |
testconstructors.cpp
|
Fixed #2389 (mistakable warning from 'CheckClass::uninitVarError')
|
2011-01-03 19:03:42 +01:00 |
testcppcheck.cpp
|
Fixed some spelling mistakes
|
2010-12-15 18:45:53 +01:00 |
testdivision.cpp
|
Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219
|
2010-12-01 18:00:55 +01:00 |
testerrorlogger.cpp
|
gcc: disabled -Wconversion again - too many warnings
|
2011-01-01 09:16:31 +01:00 |
testexceptionsafety.cpp
|
Fixed #2428 (false alarm with code containing a throw clause)
|
2011-01-07 20:45:33 +01:00 |
testfilelister_unix.cpp
|
gcc: disabled -Wconversion again - too many warnings
|
2011-01-01 09:16:31 +01:00 |
testincompletestatement.cpp
|
Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219
|
2010-12-01 18:00:55 +01:00 |
testmathlib.cpp
|
#ticket 2429: added a test to the mathlib to ensure the used floating point number is recognized correctly
|
2011-01-07 12:27:12 +01:00 |
testmemleak.cpp
|
Error message: Replace " with ' around variable name
|
2011-01-08 14:35:18 +01:00 |
testnullpointer.cpp
|
Fixed #2437 (false positive: possible null pointer dereference: tok2)
|
2011-01-08 17:16:52 +01:00 |
testobsoletefunctions.cpp
|
Fixed #2334 (Internal class index function (no need to 'strchr'))
|
2010-12-20 18:13:26 +01:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
memsetZeroBytes: improved error message. ticket: #2421
|
2011-01-06 16:27:22 +01:00 |
testpath.cpp
|
Update tests after moving simplifyPath method to Path class.
|
2010-10-29 22:45:47 +03:00 |
testpostfixoperator.cpp
|
Fixed #2321 (false positive: (performance) Prefer prefix ++/-- operators for non-primitive types.)
|
2010-12-30 14:27:32 +01:00 |
testpreprocessor.cpp
|
Fixed #2392 (Preprocessor: Wrong simplification of __VA_ARGS__)
|
2011-01-02 11:19:37 +01:00 |
testrunner.cpp
|
…
|
|
testsettings.cpp
|
…
|
|
testsimplifytokens.cpp
|
Fixed #2426 (### Internal error in Cppcheck. Please report it.)
|
2011-01-07 08:02:47 +01:00 |
teststl.cpp
|
Uninitialized variables. Fixed false positive when there are multiple related conditions. ticket: #2399
|
2011-01-05 19:54:56 +01:00 |
testsuite.cpp
|
Added -Wconversion compiler flag. The ASSERT_EQUALS_DOUBLE was added that can be used when comparing double values.
|
2010-12-30 22:56:53 +01:00 |
testsuite.h
|
Added -Wconversion compiler flag. The ASSERT_EQUALS_DOUBLE was added that can be used when comparing double values.
|
2010-12-30 22:56:53 +01:00 |
testsymboldatabase.cpp
|
Fixed #2384 ("The function 's::f' can be const" reported for pointer-to-pointer)
|
2010-12-31 22:12:32 +11:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
gcc: disabled -Wconversion again - too many warnings
|
2011-01-01 09:16:31 +01:00 |
testtokenize.cpp
|
Tokenizer: simplify NULL to 0 in the normal token list
|
2011-01-06 20:16:14 +01:00 |
testuninitvar.cpp
|
Fixed #2401 (false positive: Uninitialized variable: result)
|
2011-01-05 20:44:04 +01:00 |
testunusedfunctions.cpp
|
Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219
|
2010-12-01 18:00:55 +01:00 |
testunusedprivfunc.cpp
|
Tokenizer: add assert(_settings) to Tokenizer to insure the tokenizer always has settings. Ticket: #2219
|
2010-12-01 18:00:55 +01:00 |
testunusedvar.cpp
|
Fixed #2368 (assigned a value that is never used)
|
2010-12-27 20:49:07 +01:00 |
testutils.h
|
Refactoring following #2377 (Technically the member function xxx can be const)
|
2010-12-30 19:46:44 +11:00 |