cppcheck/lib
Daniel Marjamäki 813a193bb6 Merge pull request #84 from HeisSpiter/master
Fix for bug #3439
2012-03-15 11:37:42 -07:00
..
check.h Added check for invalid pointer casts (#1255) 2012-02-26 11:56:32 +01:00
check64bit.cpp Refactoring various issues in cmdlineparser, cppcheckexecutor, check64bit and tokenize. 2012-01-01 21:17:16 +02:00
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 Improved checkautovariables: 2012-03-01 18:38:20 +01:00
checkautovariables.h Improved checkautovariables: 2012-03-01 18:38:20 +01:00
checkboost.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkboost.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkbufferoverrun.cpp Fixed #3569 (false negative: buffer access out of bounds) 2012-03-13 21:30:03 +01:00
checkbufferoverrun.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkclass.cpp Renamed ID uninitialized member variables in constructors to "uninitMemberVar" to avoid ambiguity (#2715) 2012-03-11 14:29:00 +01:00
checkclass.h Improved static string comparision check: Implemented #3214 2012-03-11 11:01:39 +01:00
checkexceptionsafety.cpp
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 Detect and display an error on leaks due to return of a function that allocates something is ignored. 2012-03-14 22:24:43 +01:00
checkmemoryleak.h Set back getErrorMessages() as private 2012-03-15 18:52:51 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Some refactorizations 2012-02-18 23:43:51 +01:00
checknullpointer.cpp Fixed #3567 (False positives in boolean expressions) 2012-03-07 20:31:23 +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 Improved CheckOther::checkIncorrectLogicOperator: 2012-03-12 19:06:30 +01:00
checkother.h Improved static string comparision check: Implemented #3214 2012-03-11 11:01:39 +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 Refactorized doAssignement: 2012-02-29 20:57:48 +01:00
checkunusedvar.h Some refactorizations 2012-02-18 23:43:51 +01:00
cppcheck.cpp Fix compilation with HAVE_RULES=yes 2012-03-01 20:07:00 +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
executionpath.cpp fixed cppcheck inconclusive warning, possible null pointer dereference otherwise condition is redundant 2012-02-11 08:07:19 +01:00
executionpath.h
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
pcrerules.pri
preprocessor.cpp Preprocessor: better handling of '#if A==1' 2012-02-29 19:08:01 +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
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 #3567 (False positives in boolean expressions) 2012-03-07 20:31:23 +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 Fixed #36221 (Input streams: Wrong token list simplification) 2012-03-15 19:09:36 +01:00
tokenize.h Added check for invalid pointer casts (#1255) 2012-02-26 11:56:32 +01:00