.. |
check.h
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkautovariables.cpp
|
- checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements.
|
2012-01-28 12:32:28 +01:00 |
checkautovariables.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkbufferoverrun.cpp
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
checkbufferoverrun.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkclass.cpp
|
Improved unused private function check:
|
2012-02-24 20:45:56 +01:00 |
checkclass.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkexceptionsafety.cpp
|
- Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety
|
2012-02-02 16:17:42 +01:00 |
checkexceptionsafety.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkinternal.cpp
|
- Solved FIXME: Made detection of code that is no pointer-dereference more robust, uncommented code (checknullpointer.cpp)
|
2012-01-21 19:55:32 +01:00 |
checkinternal.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkmemoryleak.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 |
checkmemoryleak.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checknullpointer.cpp
|
Fixed #3591
|
2012-02-13 19:46:45 +01:00 |
checknullpointer.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkother.cpp
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
checkother.h
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkstl.cpp
|
Improved STL checks:
|
2012-02-25 12:43:27 +01:00 |
checkstl.h
|
Improved STL checks:
|
2012-02-25 12:43:27 +01:00 |
checkuninitvar.cpp
|
Uninitialized variables: Another fix for false positives when it's known that inner conditions are true
|
2012-02-06 19:26:28 +01:00 |
checkuninitvar.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkunusedfunctions.cpp
|
fixed regression
|
2012-02-26 13:35:35 +01:00 |
checkunusedfunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkunusedvar.cpp
|
Fixed #3633 (False positive: struct array not assigned a value)
|
2012-02-26 08:29:02 +01:00 |
checkunusedvar.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
cppcheck.cpp
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
cppcheck.h
|
Improved unused private function check:
|
2012-02-24 20:45:56 +01:00 |
errorlogger.cpp
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
errorlogger.h
|
Add InternalError and change MathLib to throw it in case of an error.
|
2012-01-08 22:19:44 +02:00 |
executionpath.cpp
|
fixed cppcheck inconclusive warning, possible null pointer dereference otherwise condition is redundant
|
2012-02-11 08:07:19 +01:00 |
executionpath.h
|
- initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520)
|
2012-01-26 16:50:59 +01:00 |
lib.pri
|
…
|
|
mathlib.cpp
|
Refactorizations in MathLib.
|
2012-02-17 19:54:53 +01:00 |
mathlib.h
|
Refactorizations in MathLib.
|
2012-02-17 19:54:53 +01:00 |
path.cpp
|
Some refactorizations
|
2012-02-18 11:55:05 +01:00 |
path.h
|
Refactor: Move file extension checks from Tokenizer to Path class. This has also functional change as now also file.JAVA is considered a Java file.
|
2012-01-06 21:56:28 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #3577 (Preprocessor: Defines given on command line are not used in the code)
|
2012-02-05 20:48:28 +01:00 |
preprocessor.h
|
Fixed #3577 (Preprocessor: Defines given on command line are not used in the code)
|
2012-02-05 20:48:28 +01:00 |
settings.cpp
|
Fixed warning about order of variable initialisations in Settings constructor.
|
2012-02-17 21:22:42 +01:00 |
settings.h
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
standards.h
|
Fixed #3445 (Problems with lib/standards.h)
|
2012-01-02 13:36:17 +01:00 |
suppressions.cpp
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
suppressions.h
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
symboldatabase.cpp
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
symboldatabase.h
|
Improved unused private function check:
|
2012-02-24 20:45:56 +01:00 |
templatesimplifier.cpp
|
Fixed #3529 (False 'Boolean result is used in bitwise operation' in a template)
|
2012-02-18 08:51:09 +01:00 |
templatesimplifier.h
|
Improved unused private function check:
|
2012-02-24 20:45:56 +01:00 |
timer.cpp
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
timer.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
token.cpp
|
Fixed compiler error
|
2012-02-13 18:48:44 +01:00 |
token.h
|
…
|
|
tokenize.cpp
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |
tokenize.h
|
Added check for invalid pointer casts (#1255)
|
2012-02-26 11:56:32 +01:00 |