cppcheck/lib
Edoardo Prezioso 149ff355e2 Add more kind of code to process for 'removeExceptionSpecifications' (unions, anonymous unions and structs). 2011-12-08 02:50:05 +01:00
..
check.h
check64bit.cpp code cleanups and refactorings 2011-11-26 21:15:16 +01:00
check64bit.h
checkassignif.cpp Fixed Visual Studio compiler warnings 2011-12-01 18:32:14 +01:00
checkassignif.h Fixed Visual Studio compiler warnings 2011-12-01 18:32:14 +01:00
checkautovariables.cpp 1)internal check found a 'findmatch' with simple string argument; 2011-12-01 12:04:47 +01:00
checkautovariables.h
checkboost.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +01:00
checkboost.h
checkbufferoverrun.cpp Fixed #3283 (False negative: array index out of bounds not found for constant string and known array index value) 2011-11-30 19:17:09 -08:00
checkbufferoverrun.h DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
checkclass.cpp 1)internal check found a 'findmatch' with simple string argument; 2011-12-01 12:04:47 +01:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h Add internal check that searches Token::Match() patterns for missing % end charaters 2011-10-29 12:22:26 +02:00
checkmemoryleak.cpp 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
checkmemoryleak.h Fixed #3267 (False positive (experimental): resource leak in vdr-xinelib) 2011-11-30 19:43:02 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #3358 (False null pointer dereference positive with ternary ?: operator) 2011-12-03 13:10:07 +01:00
checknullpointer.h
checkobsoletefunctions.cpp Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'. 2011-11-20 15:59:37 +01:00
checkobsoletefunctions.h
checkother.cpp Fixed #3381 (false positive: (style) Statements following return, break, continue, goto or throw will never be executed) 2011-12-07 18:20:52 +01:00
checkother.h Fixed #3375 (Improve check: Detect unreachable code) 2011-12-03 11:43:23 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #3255 (Error message for std::string::c_str() is not descriptive) 2011-11-20 19:26:07 +01:00
checkstl.h Fixed #3255 (Error message for std::string::c_str() is not descriptive) 2011-11-20 19:26:07 +01:00
checkuninitvar.cpp 1)internal check found a 'findmatch' with simple string argument; 2011-12-01 12:04:47 +01:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed #3336 (False positive: Member function is not used (used by template function)) 2011-12-03 12:19:26 +01:00
checkunusedfunctions.h Fixed #3336 (False positive: Member function is not used (used by template function)) 2011-12-03 12:19:26 +01:00
checkunusedvar.cpp
checkunusedvar.h
cppcheck.cpp Fixed #3347 (False positive: unused function (taking address)) 2011-11-21 19:12:54 +01:00
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
path.cpp code cleanups and refactorings 2011-11-26 21:02:04 +01:00
path.h code cleanups and refactorings 2011-11-26 21:02:04 +01:00
pcrerules.pri
preprocessor.cpp 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
preprocessor.h
settings.cpp
settings.h Solution for ticket #3353 'Allow explicit undef's for configuration' 2011-11-30 20:24:01 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h DJGPP: Fixed a few compiler errors by using std::size_t instead of size_t 2011-11-22 21:14:14 +01:00
timer.cpp
timer.h
token.cpp 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
token.h 1)Remove newly copy of 'eraseTokens' and replace every occurrence with 'deleteNext' with right parameter. 2011-12-08 01:44:18 +01:00
tokenize.cpp Add more kind of code to process for 'removeExceptionSpecifications' (unions, anonymous unions and structs). 2011-12-08 02:50:05 +01:00
tokenize.h Add 'throw' to the flow control statements list for simplification of dead code. 2011-12-03 02:04:29 +01:00