cppcheck/lib
PKEuS ac867b4220 Handle pointers to const member functions in Tokenizer::simplifyFunctionPointers() (#6603) 2015-04-13 21:21:57 +02:00
..
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
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 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
check64bit.h
checkassert.cpp Formatting cleanup, better variable name 2015-04-01 18:23:51 +03:00
checkassert.h
checkautovariables.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkautovariables.h
checkbool.cpp #6626 crash: Token::astOperand2() const ( do while ). Fix two segmentation faults on invalid code. 2015-04-06 17:23:48 +02: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
checkbufferoverrun.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkbufferoverrun.h Fix compiler warning. Add interfaces of POSIX passwd.h and pwd.h to posix.cfg 2015-02-18 20:56:44 +01:00
checkclass.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkclass.h #220 uninitialized variable: using variable in ctor before it has been initialized. Implement new check usageBeforeInitialization 2015-04-07 22:01:13 +02:00
checkcondition.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkcondition.h New check: Warn about constant expression if ( unknown | non_null_constant) (#6519) 2015-02-22 13:09:39 +01:00
checkexceptionsafety.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkexceptionsafety.h Refactorization: 2015-01-09 20:18:09 +01:00
checkinternal.cpp Removed obsolete internal check. The underlying but in Token::Match should be fixed since b4f0869a71 2015-01-31 12:56:54 +01:00
checkinternal.h
checkio.cpp Restore build with libc++ and revert PR#228 and PR#562. 2015-04-12 20:29:49 +02:00
checkio.h
checkleakautovar.cpp fixed --check-library information message 2015-02-03 17:50:32 +01:00
checkleakautovar.h Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar. 2015-01-28 17:38:43 +01:00
checkmemoryleak.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkmemoryleak.h Better variable name 2015-04-01 16:39:45 +03:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checknullpointer.h Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
checkobsolescentfunctions.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkobsolescentfunctions.h
checkother.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkother.h #6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg 2015-02-16 22:19:51 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checksizeof.h
checkstl.cpp Restore build with libc++ and revert PR#228 and PR#562. 2015-04-12 20:29:49 +02:00
checkstl.h Added auto_ptr checking for malloc 2015-03-19 06:41:54 +01:00
checkstring.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
checkstring.h
checktype.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checktype.h
checkuninitvar.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
checkuninitvar.h Fixed false positives #6450 and #6451 2015-01-23 19:38:39 +01:00
checkunusedfunctions.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
checkunusedfunctions.h
checkunusedvar.cpp Merge overlapping patterns 2015-03-20 11:06:18 +03:00
checkunusedvar.h
checkvaarg.cpp move setting flags checks out of for loops, make them const. 2015-04-07 07:23:28 +02:00
checkvaarg.h
config.h
cppcheck.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
cppcheck.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
cppcheck.vcxproj Set /LARGEADDRESSAWARE flag for Win32 builds 2015-01-27 15:43:40 +01:00
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Multi process check: Sanitize error messages for illegal characters 2015-01-17 16:12:00 +01:00
errorlogger.h
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
lib.pri
library.cpp Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
library.h Restore build with libc++ and revert PR#228 and PR#562. 2015-04-12 20:29:49 +02:00
mathlib.cpp Restore build with libc++ and revert PR#228 and PR#562. 2015-04-12 20:29:49 +02:00
mathlib.h
path.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
path.h
pcrerules.pri
preprocessor.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
preprocessor.h
settings.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
settings.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
standards.h
suppressions.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
suppressions.h Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
symboldatabase.cpp Move more setting checks out of loops and use const bools instead. Reorder a few related checks. 2015-04-10 14:31:19 +02:00
symboldatabase.h Removed two unused functions 2015-04-09 20:54:07 +02:00
templatesimplifier.cpp Fixed ...... in template instantiations (similar to constconst from #6604) 2015-04-13 17:03:06 +02:00
templatesimplifier.h
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 Removed two unused functions 2015-04-09 20:54:07 +02:00
token.h Removed two unused functions 2015-04-09 20:54:07 +02:00
tokenize.cpp Handle pointers to const member functions in Tokenizer::simplifyFunctionPointers() (#6603) 2015-04-13 21:21:57 +02:00
tokenize.h Some refactorizations in Tokenizer: 2015-03-15 10:04:44 +01:00
tokenlist.cpp Fixed three unique crashs on garbage code (#6613). 2015-04-01 12:43:24 +02:00
tokenlist.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
valueflow.cpp Omit unneeded actions 2015-03-24 16:01:59 +03:00
valueflow.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
version.h
version.rc