.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
Move Suppressions class to own source files.
|
2011-08-22 19:57:28 +03:00 |
test64bit.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testassignif.cpp
|
Improve check: Tweaked the assignAndCompare to handle | also in addition to &
|
2011-08-19 16:10:09 +02:00 |
testautovariables.cpp
|
add another test for #3030 (Improve check: Returning pointer to local array variable with '&' pointer operator)
|
2011-08-20 16:41:12 -04:00 |
testbufferoverrun.cpp
|
better test for symbol database bug fixed in last commit
|
2011-08-24 06:53:27 -04:00 |
testcharvar.cpp
|
Fixed #2982 (false positive: using char type as array index (using string as key))
|
2011-08-09 17:03:22 +02:00 |
testclass.cpp
|
fix #3040 (False positive - Technically the member function 'PSIPTable::SetSection' can be const.)
|
2011-08-22 20:34:00 -04:00 |
testcmdlineparser.cpp
|
Command line: Added --std option. Right now only --std=posix is possible but other options might be added later.
|
2011-08-17 20:08:55 +02:00 |
testconstructors.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testcppcheck.cpp
|
…
|
|
testdivision.cpp
|
Tests: Re-enable style param for testdivision.
|
2011-08-10 23:46:26 +03:00 |
testerrorlogger.cpp
|
Add more tests for ErrorLogger.
|
2011-07-16 16:04:43 +03:00 |
testexceptionsafety.cpp
|
Fixed #2388 (Use throw without argument to rethrow exceptions)
|
2011-02-05 01:11:09 -08:00 |
testfilelister.cpp
|
…
|
|
testincompletestatement.cpp
|
Fixed #3009 (Using numeric constants in kernel space code)
|
2011-08-16 20:16:33 +02:00 |
testmathlib.cpp
|
mathlib: fixed #2950: comparison of floating point values
|
2011-07-29 23:37:40 +02:00 |
testmemleak.cpp
|
Fixed #3041 (false positive reported for error with id='deallocuse')
|
2011-08-23 23:18:47 +02:00 |
testnonreentrantfunctions.cpp
|
Settings: Removed the --enable=posix option. Ticket: #2949
|
2011-08-14 09:45:53 +02:00 |
testnullpointer.cpp
|
Fixed #3023 (False positive: no possible null pointer dereference here: 'WARN_ON(!abc || abc->x == 0);')
|
2011-08-20 09:47:55 +02:00 |
testobsoletefunctions.cpp
|
Settings: Removed the --enable=posix option. Ticket: #2949
|
2011-08-14 09:45:53 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
fix a serious symbol database bug where parts of a function could be skipped
|
2011-08-23 20:12:29 -04:00 |
testpath.cpp
|
…
|
|
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testpreprocessor.cpp
|
Fixed #2919 (Wrong file name reported with #error in header)
|
2011-08-03 07:28:37 +02:00 |
testrunner.cpp
|
…
|
|
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
|
fix #3005 (segmentation fault of cppcheck ( enum : x ))
|
2011-08-15 07:07:12 -04:00 |
teststl.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
Move Suppressions class to own source files.
|
2011-08-22 19:57:28 +03:00 |
testsymboldatabase.cpp
|
fix #3013 (segmentation fault of cppcheck ( struct x : virtual y ))
|
2011-08-16 19:16:58 -04:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&)
|
2011-07-31 13:26:26 -04:00 |
testtokenize.cpp
|
Fixed #3032 (False positive: possible null pointer dereference (assignment in condition))
|
2011-08-21 17:49:00 +02:00 |
testuninitvar.cpp
|
fix #2146 (uninitialized variable: false negative for 'return x ? 1 : y;')
|
2011-07-31 21:33:43 -04:00 |
testunusedfunctions.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testunusedprivfunc.cpp
|
Use "enabled" list for the style checking.
|
2011-08-07 10:28:52 +03:00 |
testunusedvar.cpp
|
move unused variable checks from checkother to checkunusedvar
|
2011-08-19 14:35:25 -04:00 |
testutils.h
|
…
|
|