cppcheck/lib
PKEuS 1bcdf4ce3d New check: Detect ineffective statements like '*foo++;' (Should be: '(*foo)++;') 2012-08-23 12:28:40 -07:00
..
check.h
check64bit.cpp Message refactorization: check64bit.cpp 2012-07-08 02:38:58 -07:00
check64bit.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkassignif.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
checkassignif.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkautovariables.cpp Fixed crash reported in #4076 2012-08-22 10:17:23 -07:00
checkautovariables.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkboost.cpp Clarified errormessage of checkBoost 2012-08-02 02:40:08 -07:00
checkboost.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkbufferoverrun.cpp Fixed #3931 (FP: Buffer access out-of-bounds) 2012-08-12 17:06:54 +02:00
checkbufferoverrun.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkclass.cpp Refactorizations: 2012-08-20 08:27:43 -07:00
checkclass.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkexceptionsafety.cpp Refactorization: Make use of Token::scope() replacing certain indentation counters 2012-08-12 03:13:07 -07:00
checkexceptionsafety.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkinternal.cpp Spelling fixes. 2012-07-21 18:11:20 +02:00
checkinternal.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkio.cpp Refactorized type handling in CheckIO and CheckOther: 2012-08-20 08:57:28 -07:00
checkio.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkleakautovar.cpp Fixed #3942 (false positive: (error) Memory leak: keyword) 2012-08-21 17:02:11 +02:00
checkleakautovar.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkmemoryleak.cpp Fixed #3695 (False positive: memory leak (ptr?free(ptr):0)) 2012-07-27 12:25:20 +02:00
checkmemoryleak.h Refactorizations: 2012-08-02 09:50:48 -07:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Refactorizations: 2012-08-02 09:50:48 -07:00
checknullpointer.cpp Refactorization: Make use of Token::scope() replacing certain indentation counters 2012-08-12 03:13:07 -07:00
checknullpointer.h Refactorizations in checknullpointer.cpp: 2012-08-05 02:07:38 -07:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkother.cpp New check: Detect ineffective statements like '*foo++;' (Should be: '(*foo)++;') 2012-08-23 12:28:40 -07:00
checkother.h New check: Detect ineffective statements like '*foo++;' (Should be: '(*foo)++;') 2012-08-23 12:28:40 -07:00
checkpostfixoperator.cpp
checkpostfixoperator.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkstl.cpp New check: Ensure that the return value of std::remove() is used. 2012-08-21 02:30:27 -07:00
checkstl.h New check: Ensure that the return value of std::remove() is used. 2012-08-21 02:30:27 -07:00
checkuninitvar.cpp Uninitialized variables: Fixed false positive when there is assignment in condition 2012-07-17 07:03:40 +02:00
checkuninitvar.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkunusedfunctions.cpp Removed bailouts in CheckClass::privateFunctions and CheckUnusedFunctions when checking code with templates (unnecessary after 2c10e9a6ca) 2012-07-29 08:05:54 -07:00
checkunusedfunctions.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkunusedvar.cpp Fixed #4020 (false positive: (style) Variable 'dst' is assigned a value that is never used) 2012-08-22 19:47:46 +02:00
checkunusedvar.h Refactorizations: 2012-08-02 09:50:48 -07:00
config.h Get rid of a warning 2012-06-16 06:34:18 +02:00
cppcheck.cpp Fixed cppcheck messagesa about functions that can be const/static: 2012-08-01 12:04:47 -07:00
cppcheck.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
cppcheck.vcxproj Renamed target name in VS10 solution for cppcheck lib to cppcheck-core. This fixes the failure when _re_building cppcheck. 2012-07-09 10:21:19 -07:00
cppcheck.vcxproj.filters
errorlogger.cpp Fixed #3442 (unmatchedSuppression can't be suppressed) 2012-07-13 08:29:49 +02:00
errorlogger.h ErrorLogger: Throw InternalError if given severity is not handled 2012-08-10 12:43:53 +02:00
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp Fixed #4068 (Endless loop inside MathLib::add()) 2012-08-22 20:50:39 +02:00
mathlib.h Fixed #4016 (false positive: incorrectLogicOperator) 2012-08-14 16:17:18 +02:00
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Support sizeof in preprocessor directives 2012-08-22 17:28:06 +02:00
preprocessor.h Fixed #3834 (Preprocessor: -U doesn't work) 2012-07-18 20:57:00 +02:00
settings.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
settings.h
standards.h
suppressions.cpp Refactorizations: 2012-07-24 12:21:05 -07:00
suppressions.h
symboldatabase.cpp Detect functions returning a template type in SymbolDatabase 2012-08-22 03:37:50 -07:00
symboldatabase.h spelling fixes 2012-07-31 23:35:56 +02:00
templatesimplifier.cpp Fixed #3964 (False positive: Expressions in array declarations are not simplified 'char mac[17+1];') 2012-08-20 18:10:32 +02:00
templatesimplifier.h Fixed #3964 (False positive: Expressions in array declarations are not simplified 'char mac[17+1];') 2012-08-20 18:10:32 +02:00
timer.cpp
timer.h
token.cpp Added Pointer to enclosing scope to class Token (Only available when symboldatabase is created). 2012-08-11 11:47:11 -07:00
token.h Fixed the GCC Wshadow warnings introduced recently. 2012-08-12 17:04:37 +02:00
tokenize.cpp Support sizeof in preprocessor directives 2012-08-22 17:28:06 +02:00
tokenize.h Support sizeof in preprocessor directives 2012-08-22 17:28:06 +02:00
tokenlist.cpp
tokenlist.h