cppcheck/lib
Daniel Marjamäki d3bdd84d8b Fixed #4175 (segmentation fault of cppcheck) 2012-09-09 18:56:26 +02:00
..
check.h
check64bit.cpp
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
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 Show that inconclusive message is inconclusive 2012-09-07 16:11:15 +02:00
checkbufferoverrun.h Fixed #4096 (Improve check: Buffer overrun in for loop, postfix increment in array access) 2012-09-01 19:17:28 +02:00
checkclass.cpp fixed a wrong spelled word in comments 2012-09-07 11:34:58 +02:00
checkclass.h Fixed #211 and #214 2012-09-05 12:58:09 +02: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 New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkinternal.h New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02: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 Refactorization: Fixed several messages when self-checking cppcheck 2012-09-04 15:29:51 +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
checknonreentrantfunctions.h Refactorizations: 2012-08-02 09:50:48 -07:00
checknullpointer.cpp New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checknullpointer.h Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer(): 2012-09-06 18:33:15 +02: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 internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
checkother.h Fixed #3645 2012-09-05 13:48:00 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Refactorizations: 2012-08-02 09:50:48 -07:00
checkstl.cpp Added support for std::unique and std::remove_if to CheckStl::uselessCalls(). 2012-09-07 14:23:32 +02:00
checkstl.h Added support for std::unique and std::remove_if to CheckStl::uselessCalls(). 2012-09-07 14:23:32 +02:00
checkuninitvar.cpp Fixed #4175 (segmentation fault of cppcheck) 2012-09-09 18:56:26 +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 Refactorizations: 2012-09-07 11:59:20 +02:00
checkunusedvar.h Fixed #4138 - False positive about variable assigned a value that is never 2012-09-04 13:06:04 +02:00
config.h
cppcheck.cpp Incremented version numbers to 1.57 dev 2012-09-01 13:04:09 +02:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp
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
lib.pri
mathlib.cpp Throw an InternalError when trying to divide (or modulo) by zero in MathLib. 2012-09-06 20:15:32 +02:00
mathlib.h Revert "Fixed #4087" which was committed by accident. 2012-09-05 13:57:57 +02:00
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Refactorization: Fixed several messages when self-checking cppcheck 2012-09-04 15:29:51 +02:00
preprocessor.h Preprocessor: Made function static after self-check suggestion 2012-09-01 10:32:27 +02:00
settings.cpp
settings.h
standards.h Enable --std=c11 and --std=c++11 by default 2012-08-25 21:57:45 +02:00
suppressions.cpp
suppressions.h
symboldatabase.cpp Support default arguments in symboldatabase for arguments without name (#4055) 2012-09-06 20:50:46 +02:00
symboldatabase.h Fixed compilation error - added missing function in symboldatabase. 2012-09-02 14:30:00 +02:00
templatesimplifier.cpp Tokenizer: improved simplification of numeric calculations 2012-09-09 16:22:39 +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 Removed redundant nullpointer checks in token.cpp 2012-09-09 14:34:07 +02:00
token.h astyle formatting 2012-08-27 06:33:56 +02:00
tokenize.cpp Fixed test assertion failure caused by me 2012-09-09 18:33:41 +02:00
tokenize.h Tokenizer::simplifyEnum: Readded refactorings. Tickets 3949,3950,4025,4053 has been solved as far as I see. 2012-09-08 12:42:24 +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