cppcheck/lib
Daniel Marjamäki 0ed2b580b2 doc: updated wiki syntax for --doc output 2014-10-18 21:20:29 +02:00
..
check.cpp
check.h Moved implementation of two functions to new file check.cpp -> Don't include <iostream> everywhere 2014-05-24 12:50:04 +02: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
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 Fixed a typo in a comment. No functional changes. 2014-09-30 14:54:59 +02:00
checkbufferoverrun.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkclass.cpp Fixed false positive: Member variable not initialized in the constructor with array and (*this) (#5754) 2014-09-29 16:49:20 +02: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 Simplified code 2014-09-11 20:27:01 +02:00
checkexceptionsafety.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkinternal.cpp
checkinternal.h
checkio.cpp Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02: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 Support :: prefix in front of allocation function. 2014-10-01 15:33:03 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
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 Restored files removed in 1cc872f5b2 2014-09-23 21:02:46 +02:00
checkobsolescentfunctions.h doc: updated wiki syntax for --doc output 2014-10-18 21:20:29 +02:00
checkother.cpp Fixed Cppcheck warning, possible null pointer dereference of tok. 2014-10-18 10:59:48 +02:00
checkother.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkpostfixoperator.cpp Refactorization: Use AST in CheckOther::checkRedundantCopy(), CheckOther::clarifyStatement() and CheckPostfixOperator::postfixOperator(). 2014-05-18 13:00:58 +02:00
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 Support do-loops in CheckStl::stlOutOfBounds() 2014-10-02 20:38:55 +02:00
checkstl.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkstring.cpp
checkstring.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checktype.cpp
checktype.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkuninitvar.cpp Fixed false positives about uninitialized member variables if variable has a default value (#5500) 2014-10-16 21:57:43 +02:00
checkuninitvar.h doc: changed --doc output to Markdown syntax 2014-09-30 14:56:12 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed false positive 'unusedVar' with C++11 initialization (#6160) 2014-09-30 12:39:27 +02: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 Fixed GUI bug: file test.cpp is loaded from file if scratchpad is empty. 2014-10-03 10:40:48 +02:00
cppcheck.h Fixed GUI bug: file test.cpp is loaded from file if scratchpad is empty. 2014-10-03 10:40:48 +02:00
cppcheck.vcxproj Change "obsolete" in all filenames into "obsolescent", and also update all references to such files. 2014-09-23 16:18:04 +02:00
cppcheck.vcxproj.filters Change "obsolete" in all filenames into "obsolescent", and also update all references to such files. 2014-09-23 16:18:04 +02:00
cxx11emu.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +02:00
library.cpp Some small refactorizations: 2014-10-03 10:02:46 +02:00
library.h Added version attribute to .cfg files (#5928) 2014-09-29 16:26:17 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp Fixed #5982 (Add xml dump) 2014-07-14 15:51:45 +02:00
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 Fixed false positives about uninitialized member variables if variable has a default value (#5500) 2014-10-16 21:57:43 +02:00
symboldatabase.h Fixed #6214: non-static member initializer causes false positive 2014-10-16 09:11:09 +02:00
templatesimplifier.cpp simplifyCalculations: Fix simplification of '( %num% )' when parentheses must be kept 2014-10-10 13:19:25 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
token.h Fixed #5836: Make showing $ in stringified tokens optional 2014-09-29 14:50:00 +02:00
tokenize.cpp Fixed #6222 (Missing varid for multiple braced initialized variables) 2014-10-16 20:46:57 +02:00
tokenize.h Reimplemented version.h: 2014-09-01 08:48:25 +02:00
tokenlist.cpp Fixed #5891 (AST: wrong ast generated for 'x = (int)(double(123)*i);') 2014-10-16 15:57:05 +02:00
tokenlist.h Detect and purge duplicate configurations by calculating a checksum. 2014-09-02 22:35:52 +02:00
valueflow.cpp Fixed #6219 (valueFlowForward: better multivariable analysis needed to avoid FP) 2014-10-17 06:50:33 +02:00
valueflow.h
version.h 1.67: set version 2014-10-18 11:35:00 +02:00
version.rc