cppcheck/lib
PKEuS ad8749c0bd Fixed #6278: Remove casts to references to pointers in Tokenizer::simplifyCasts() 2014-11-18 19:23:59 +01:00
..
check.cpp
check.h CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
check64bit.cpp Added support for member variables in Check64BitPortability::pointerassignment() 2014-10-02 20:38:54 +02:00
check64bit.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkassert.cpp
checkassert.h
checkautovariables.cpp Fixed #4776 (FP: Assignment of function parameter has no effect outside the function, with goto) 2014-10-21 16:21:33 +02:00
checkautovariables.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkbool.cpp
checkbool.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkboost.cpp
checkboost.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkbufferoverrun.cpp CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkbufferoverrun.h CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkclass.cpp Symboldatabase: improved look up of delegate constructors 2014-11-13 06:29:51 +01:00
checkclass.h Fixed typos in comments, no functional changes. 2014-10-02 04:39:41 +02:00
checkcondition.cpp
checkcondition.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkinternal.cpp
checkinternal.h
checkio.cpp Make single-argument constructors explicit 2014-11-13 21:39:14 +01:00
checkio.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkleakautovar.cpp leakautovar: handling of unknown/non-pod types in c++ 2014-10-14 16:40:30 +02:00
checkleakautovar.h
checkmemoryleak.cpp Code cleanup. Omit redundant actions. 2014-11-18 06:38:19 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp Refactorization: Avoid iterations over whole token list, limited several checks to function scopes. 2014-10-31 11:42:54 +01:00
checknonreentrantfunctions.h doc: updated wiki syntax for --doc output 2014-10-18 21:20:29 +02:00
checknullpointer.cpp Added missing relational operators to pattern, as suggested in #6189 2014-10-16 20:37:21 +02:00
checknullpointer.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h doc: updated wiki syntax for --doc output 2014-10-18 21:20:29 +02:00
checkother.cpp CheckOther::invalidPointerCast: Incorrect interpretation of settings 2014-11-14 20:22:17 +01:00
checkother.h Some fixes for CheckOther::checkIgnoredReturnValue(): 2014-10-30 23:24:13 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h Update copyright 2014-02-15 07:45:39 +01:00
checksizeof.cpp
checksizeof.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkstl.cpp Omit unneeded operations 2014-11-18 16:35:36 +03:00
checkstl.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkstring.cpp Refactorization: Avoid iterations over whole token list, limited several checks to function scopes. 2014-10-31 11:42:54 +01:00
checkstring.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checktype.cpp Fixed #6234 (FP : shift by too many bits is undefined on a QT container) 2014-10-23 06:52:19 +02:00
checktype.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkuninitvar.cpp CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkuninitvar.h CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkunusedfunctions.cpp CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkunusedfunctions.h CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
checkunusedvar.cpp Make single-argument constructors explicit 2014-11-13 21:39:14 +01:00
checkunusedvar.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkvaarg.cpp CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186) 2014-09-27 11:03:58 +02:00
checkvaarg.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
config.h
cppcheck.cpp CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
cppcheck.h CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h cppcheck compilation fails with g++4.6.3. Patch from mavik1 2014-11-01 20:21:15 +01:00
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
library.cpp Fixed #6215 (Move Windows platform types into library) 2014-10-19 07:34:40 +02:00
library.h Fixed #6215 (Move Windows platform types into library) 2014-10-19 07:34:40 +02:00
mathlib.cpp Fixed #6274 (MathLib::isFloat doesn't recognize long double literal suffix L or l) 2014-11-17 06:53:32 +01:00
mathlib.h
path.cpp Refactorization: avoid string copying in Path::getPathFromFilename() 2014-10-30 23:48:23 +01:00
path.h Fixed #6215 (Move Windows platform types into library) 2014-10-19 07:34:40 +02:00
pcrerules.pri
preprocessor.cpp Code cleanup. Omit redundant actions. 2014-11-18 06:38:19 +01:00
preprocessor.h
settings.cpp
settings.h Improved speed of testrunner: Avoid repeated loading of the same library 2014-09-10 20:29:44 +02:00
standards.h
suppressions.cpp Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
suppressions.h
symboldatabase.cpp Cure null pointer access within Scope::findFunction introduced by recent cs 2014-11-17 23:10:00 +01:00
symboldatabase.h Fixed #6230 (SymbolDatabase: Wrong function() is set for token) 2014-11-17 16:04:44 +01:00
templatesimplifier.cpp Ticket #6059: Properly handle class... in parameter lists. 2014-11-07 23:08:54 +01:00
templatesimplifier.h Fixed #4272 and #6237 (Crash from running out of memory with many templates) 2014-11-01 22:07:24 +01:00
timer.cpp
timer.h
token.cpp Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
token.h Small doxygen fixes 2014-11-16 19:40:04 +01:00
tokenize.cpp Fixed #6278: Remove casts to references to pointers in Tokenizer::simplifyCasts() 2014-11-18 19:23:59 +01:00
tokenize.h Refactorization: Changed simplifyMathFunctions() to a single pass simplifier 2014-10-31 23:08:11 +01:00
tokenlist.cpp Make single-argument constructors explicit 2014-11-13 21:39:14 +01:00
tokenlist.h
valueflow.cpp Fixed #6002 (Defect: False positive due to pointer address not being associated with variable in for loop) 2014-10-20 15:54:02 +02:00
valueflow.h
version.h Increase CPPCHECK_DEVMINOR to 68 2014-11-13 21:36:57 +01:00
version.rc