cppcheck/lib
PKEuS e978a681a3 Removed unused variable 2015-03-15 10:19:35 +01:00
..
CMakeLists.txt
check.cpp
check.h Ticket #695: Fixed VS 2010 issue, switched to "style" severity, changed error messages and updated unit tests 2015-03-10 19:35:12 +01:00
check64bit.cpp
check64bit.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkassert.cpp Fixed #6422 (symbol database: put function flags into a single flag variable) 2015-01-08 05:45:31 +01:00
checkassert.h
checkautovariables.cpp
checkautovariables.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbool.cpp Refactorized CheckBool::checkComparisonOfBoolWithInt(), CheckBool::checkComparisonOfBoolExpressionWithInt() and CheckBool::pointerArithBool(): 2015-03-12 20:07:48 +01:00
checkbool.h
checkboost.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
checkboost.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp Refactorization: 2015-01-09 20:18:09 +01:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkio.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
checkio.h CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkleakautovar.cpp fixed --check-library information message 2015-02-03 17:50:32 +01:00
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h CheckMemoryLeakInFunction: Don't treat delete as delete operator for C code 2015-01-30 20:55:53 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp
checknullpointer.h Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checktype.cpp
checktype.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkuninitvar.cpp
checkuninitvar.h Fixed false positives #6450 and #6451 2015-01-23 19:38:39 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedvar.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
checkunusedvar.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkvaarg.cpp
checkvaarg.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
config.h
cppcheck.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
cppcheck.h
cppcheck.vcxproj Set /LARGEADDRESSAWARE flag for Win32 builds 2015-01-27 15:43:40 +01: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 Multi process check: Sanitize error messages for illegal characters 2015-01-17 16:12:00 +01:00
errorlogger.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
executionpath.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
executionpath.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
lib.pri
library.cpp
library.h Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
mathlib.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
mathlib.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
path.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
suppressions.cpp
suppressions.h
symboldatabase.cpp
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.cpp
timer.h Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
token.cpp Fixed false positive #6575 2015-03-11 20:25:27 +01:00
token.h
tokenize.cpp
tokenize.h Some refactorizations in Tokenizer: 2015-03-15 10:04:44 +01:00
tokenlist.cpp AST: fix handling of sizeof. ticket #6515 2015-02-18 19:56:13 +01:00
tokenlist.h
valueflow.cpp Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
valueflow.h
version.h
version.rc