.. |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
test.cxx
|
…
|
|
test.pro
|
…
|
|
test64bit.cpp
|
…
|
|
testassignif.cpp
|
…
|
|
testautovariables.cpp
|
Fixed #3594 (false positive: returning reference to auto variable)
|
2012-03-28 18:21:06 +02:00 |
testboost.cpp
|
…
|
|
testbufferoverrun.cpp
|
Refactorizations:
|
2012-03-27 19:40:39 +02:00 |
testcharvar.cpp
|
charvar: dont write warning about char type array index when array is small and the full valid range is accessible with the char type. If there are out of bounds access then, it is not because the type of the variable.
|
2012-03-10 12:19:28 +01:00 |
testclass.cpp
|
Fixed #3252
|
2012-03-24 13:48:33 +01:00 |
testcmdlineparser.cpp
|
Implemented #2990: Print relative paths if -rp or --relative-paths is given
|
2012-04-06 10:49:21 +02:00 |
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
…
|
|
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
xml: fixed test case.
|
2012-03-25 12:51:10 +02:00 |
testexceptionsafety.cpp
|
- Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety
|
2012-02-02 16:17:42 +01:00 |
testfilelister.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testincompletestatement.cpp
|
…
|
|
testinternal.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fix line number displayed on leakNoVarr error
|
2012-03-20 22:28:56 +01:00 |
testnonreentrantfunctions.cpp
|
…
|
|
testnullpointer.cpp
|
Improved nullpointer check:
|
2012-04-02 12:12:02 +02:00 |
testobsoletefunctions.cpp
|
- Improved nullpointer check: Fixed #1171
|
2012-02-11 12:26:48 +01:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
Fixed #3383: If there is an empty line between subsequent break statements, only issue a message for inconclusive checking
|
2012-04-05 10:38:29 +02:00 |
testpath.cpp
|
Implemented #2990: Print relative paths if -rp or --relative-paths is given
|
2012-04-06 10:49:21 +02:00 |
testpathmatch.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Preprocessor: fixed tests
|
2012-03-27 20:48:22 +02:00 |
testrunner.cpp
|
…
|
|
testrunner.vcproj
|
…
|
|
testrunner.vcxproj
|
…
|
|
testrunner.vcxproj.filters
|
…
|
|
testsimplifytokens.cpp
|
Fixed #3532 (false positive : missing constructor)
|
2012-03-31 11:30:26 +02:00 |
teststl.cpp
|
Improved checks in CheckStl:
|
2012-04-04 19:44:57 +02:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
Avoid copying Settings in CppCheckExecutor
|
2012-04-06 14:19:26 +02:00 |
testsymboldatabase.cpp
|
Fixed #3360: "type const* var;" is now recognized as variable declaration.
|
2012-03-24 15:10:06 +01:00 |
testthreadexecutor.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testtoken.cpp
|
…
|
|
testtokenize.cpp
|
Fixed #3650 (Variable declaration: Doesn't handle template usage well)
|
2012-04-05 08:53:10 +02:00 |
testuninitvar.cpp
|
Fixed #3666 (False positive: Uninitialized variable (taking address))
|
2012-03-16 17:28:05 +01:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
Improved unused private function check:
|
2012-02-24 20:45:56 +01:00 |
testunusedvar.cpp
|
Fixed #3687: Don't treat catched variables as local ones.
|
2012-03-26 21:19:42 +02:00 |
testutils.h
|
Some refactorizations
|
2012-02-18 11:55:05 +01:00 |