cppcheck/lib
Richard Quirk 2ca932a3ae Add checks for explicit constructors
Single-argument constructors should be explicit. Constructors with
multiple arguments should not be marked explicit.
2011-10-29 18:24:16 +02:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Add missing percent end character 2011-10-29 12:08:36 +02:00
checkbufferoverrun.h
checkclass.cpp Add checks for explicit constructors 2011-10-29 18:24:16 +02:00
checkclass.h Add checks for explicit constructors 2011-10-29 18:24:16 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp astyle formatting 2011-10-29 12:53:08 +02:00
checkinternal.h Add internal check that searches Token::Match() patterns for missing % end charaters 2011-10-29 12:22:26 +02:00
checkmemoryleak.cpp Implement Token::findsimplematch und use it for simple patterns 2011-10-27 15:59:22 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Null pointer: Added inconclusive error message when calling member function of NULL object. 2011-10-29 15:48:54 +02:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp use reportInconclusiveError instead of reportError if checking is inconclusive 2011-10-29 15:16:27 +02:00
checkother.h Warn when sizeof is used in strncmp ticket #2095 2011-10-28 22:14:55 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp Fixed #3261 (Function 'find' useless call. The variable 'str' is using function 'find' against itself) 2011-10-29 09:24:05 +02:00
checkstl.h
checkuninitvar.cpp
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fix logic glitch 2011-10-28 23:36:30 +02:00
checkunusedvar.h
cppcheck.cpp
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Implement Token::findsimplematch und use it for simple patterns 2011-10-27 15:59:22 +02:00
executionpath.h
lib.pri Add check for cppcheck's internal API usage (#3263) 2011-10-28 22:46:07 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Implement Token::findsimplematch und use it for simple patterns 2011-10-27 15:59:22 +02:00
preprocessor.h
settings.cpp Disable internal checks if NDEBUG is defined (release build) 2011-10-29 12:47:12 +02:00
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h
timer.cpp
timer.h
token.cpp Improve nextArgument by returning 0 if there's an unexpected ';'. 2011-10-28 18:57:10 +02:00
token.h Implement Token::findsimplematch und use it for simple patterns 2011-10-27 15:59:22 +02:00
tokenize.cpp Tokenizer time improvements (time says real: -1 second) 2011-10-29 01:57:53 +02:00
tokenize.h Improved isJavaOrCSharp, isC and isCPP. Fixed isC for files with includes. 2011-10-27 19:18:54 +02:00