cppcheck/lib
Daniel Marjamäki b8db27fcd1 1.56: Set versions 2012-09-01 10:54:15 +02:00
..
check.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
check64bit.cpp Message refactorization: check64bit.cpp 2012-07-08 02:38:58 -07:00
check64bit.h Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02:00
checkassignif.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
checkassignif.h Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02: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 Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02: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 Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02: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 Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00
checkio.h Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00
checkleakautovar.cpp Fixed #4034 (false positive:(error) Dereferencing 'cfileP' after it is deallocated / released) 2012-08-28 06:38:38 +02:00
checkleakautovar.h Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02:00
checkmemoryleak.cpp Fixed #3695 (False positive: memory leak (ptr?free(ptr):0)) 2012-07-27 12:25:20 +02:00
checkmemoryleak.h Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02:00
checknonreentrantfunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checknonreentrantfunctions.h Refactorizations: 2012-08-02 09:50:48 -07:00
checknullpointer.cpp It is ok to pass a nullpointer as first argument to mbstowcs and wcstombs, which then just return how long the buffer has to be to store the result. 2012-08-26 10:41:48 +02:00
checknullpointer.h Refactorizations in checknullpointer.cpp: 2012-08-05 02:07:38 -07:00
checkobsoletefunctions.cpp Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
checkobsoletefunctions.h CheckObsoleteFunctions: asctime and ctime are not posix functions 2012-08-27 18:49:48 +02:00
checkother.cpp New check: detect suspicious comparison of string literal with char* variable 2012-08-24 14:25:17 +02:00
checkother.h New check: detect suspicious comparison of string literal with char* variable 2012-08-24 14:25:17 +02:00
checkpostfixoperator.cpp Refactorization: 2012-06-08 09:05:02 -07:00
checkpostfixoperator.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkstl.cpp astyle formatting 2012-08-27 15:52:03 +02:00
checkstl.h Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02: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 #3980 (Variable not assigned a value) 2012-08-25 13:07:33 +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 1.56: Set versions 2012-09-01 10:54:15 +02: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 Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
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 Fixed #4040 (false positive: (error) Uninitialized variable: iter) 2012-08-27 15:48:21 +02:00
executionpath.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
lib.pri Update Makefile. 2012-06-11 22:16:12 +03:00
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 fixed wrong spelled words in comments. No function change. 2012-05-05 15:21:27 +02:00
path.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp Preprocessor: Made function static after self-check suggestion 2012-09-01 10:32:27 +02:00
preprocessor.h Preprocessor: Made function static after self-check suggestion 2012-09-01 10:32:27 +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 Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
standards.h Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
suppressions.cpp Refactorizations: 2012-07-24 12:21:05 -07:00
suppressions.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
symboldatabase.cpp SymbolDatabase: Made function static after self-check suggestion 2012-09-01 10:46:09 +02:00
symboldatabase.h SymbolDatabase: Made function static after self-check suggestion 2012-09-01 10:46:09 +02:00
templatesimplifier.cpp Fixed setVarId for nested templates (#3976, #3769) and support C++11 right angle brackets in TemplateSimplifier::templateParameters() 2012-08-26 09:49:38 +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 Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
timer.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
token.cpp Fixed bug in Token::Match (#3720) 2012-08-30 13:33:19 +02:00
token.h astyle formatting 2012-08-27 06:33:56 +02:00
tokenize.cpp Tokenizer: Fixed possible NULL pointer dereference 2012-09-01 10:11:18 +02:00
tokenize.h Tokenizer::simplifyEmptyNamespaces: new function. 2012-08-28 22:40:25 +02:00
tokenlist.cpp Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00
tokenlist.h Change file encoding to UFT-8 like it is for other files. 2012-08-26 00:12:38 +03:00