cppcheck/lib
Daniel Marjamäki 828417c934 CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +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
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
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
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
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Make single-argument constructors explicit 2014-11-13 21:39:14 +01:00
checkio.h
checkleakautovar.cpp leakautovar: handling of unknown/non-pod types in c++ 2014-10-14 16:40:30 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fixed #6272 (Improve check: multifile checking in checkbufferoverrun) 2014-11-15 10:43:49 +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
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
checkstl.cpp Support do-loops in CheckStl::stlOutOfBounds() 2014-10-02 20:38:55 +02:00
checkstl.h
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
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
checkvaarg.cpp
checkvaarg.h
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 Fixed assertion failure in VS debug mode 2014-04-30 21:06:01 +02:00
errorlogger.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
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 MathLib: Added test for isDec() and removed not required state. 2014-11-14 04:29:35 +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 pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Resolve CID 1132030 2014-08-12 13:04:32 +04:00
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
suppressions.h
symboldatabase.cpp Symboldatabase: improved look up of delegate constructors 2014-11-13 06:29:51 +01:00
symboldatabase.h SymbolDatabase: reintroduce test, move symboldatabase cleanup code to SymbolDatabase destructor 2014-11-02 10:36:52 +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 Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase 2014-06-05 17:39:14 +02:00
timer.h
token.cpp
token.h
tokenize.cpp Fixed #3262 (Tokenizer: wrong 'return a=1,b=2,...;' simplification;) 2014-11-10 17:31:19 +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 Detect and purge duplicate configurations by calculating a checksum. 2014-09-02 22:35:52 +02:00
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