cppcheck/lib
Alexander Mai fb2bd978ad #6732 segmentation fault (invalid code) in Tokenizer::simplifyEmptyNamespaces. Add testcase, segfault seems to have been fixed by previous commit. Run astyle 2015-06-01 13:46:13 +02:00
..
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
check.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check.h Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02: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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkassert.cpp Formatting cleanup, better variable name 2015-04-01 18:23:51 +03:00
checkassert.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkautovariables.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbool.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkbool.h Refactorization: Reduced chaos in CheckOther::classInfo() 2015-01-03 18:00:16 +01:00
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 Running astyle, no functional changes. 2015-05-29 20:20:05 +02:00
checkbufferoverrun.h New check: negative size in array declaration. Ticket #1760 2015-05-03 15:00:47 +02:00
checkclass.cpp Fix #6718 and #6719 (crashes on garbage code). 2015-05-29 18:34:00 +02:00
checkclass.h Reverted 105de8e917, new checker had FPs that need to be fixed. 2015-04-25 15:35:31 +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 #6712 segmentation fault (invalid code) in CheckExceptionSafety::checkRethrowCopy. Local fix to avoid accessing NULL-token 2015-05-28 21:12:02 +02:00
checkexceptionsafety.h Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02: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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkio.cpp #6510 False positive performance warning for std::list::size(). Fix this and other similar false positives. Refactoring of Variable::isStlType(), use fail-safe std::set instead of plain array. Run astyle 2015-05-17 20:02:41 +02:00
checkio.h CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkleakautovar.cpp Ticket #6666: Don't crash upon garbage code in CheckLeakAutoVar::checkScope. 2015-05-10 11:35:33 +02: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 Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkmemoryleak.h Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checknonreentrantfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checknonreentrantfunctions.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checknullpointer.cpp #6510 False positive performance warning for std::list::size(). Fix this and other similar false positives. Refactoring of Variable::isStlType(), use fail-safe std::set instead of plain array. Run astyle 2015-05-17 20:02:41 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkother.cpp astyle formatting 2015-05-27 20:26:26 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkpostfixoperator.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checksizeof.cpp #6671 false positive: incorrect sizeofwithsilentarraypointer with reference to array. 2015-05-06 07:38:26 +02:00
checksizeof.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstl.cpp #6510 False positive performance warning for std::list::size(). Fix this and other similar false positives. Refactoring of Variable::isStlType(), use fail-safe std::set instead of plain array. Run astyle 2015-05-17 20:02:41 +02:00
checkstl.h Fixed false positive #6663: Better support for loops in CheckStl::readingEmptyStlContainer() 2015-05-02 14:09:48 +02:00
checkstring.cpp Running astyle, no functional changes. 2015-05-29 20:20:05 +02:00
checkstring.h Fixed --errorlist output for new checker stringLiteralWrite 2015-05-03 15:02:34 +02:00
checktype.cpp Fixed travis failure 2015-05-25 18:19:40 +02:00
checktype.h Fixed #6707 (new check: possible truncation when assigning int result to long) 2015-05-25 10:02:17 +02:00
checkuninitvar.cpp Refactorization: Make use of do-loops to avoid redundant Token::Match() calls 2015-05-13 13:40:40 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkunusedvar.cpp Merge overlapping patterns 2015-03-20 11:06:18 +03:00
checkunusedvar.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkvaarg.cpp #6705 segmentation fault (invalid code) in CheckVaarg::va_list_usage. Local fix i nchecker preventing SIGSEGV on NULL-token 2015-05-27 21:12:33 +02:00
checkvaarg.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
config.h
cppcheck.cpp Exit code shall indicate that an internal error (syntax error) has been found. Add some const. Run astyle 2015-05-25 21:15:55 +02:00
cppcheck.h Exit code shall indicate that an internal error (syntax error) has been found. Add some const. Run astyle 2015-05-25 21:15:55 +02:00
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 cppcheck compilation fails with g++4.6.3 (#5929). Patch supplied by mavik1 2015-05-01 16:25:27 +02:00
errorlogger.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
errorlogger.h Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02: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 Revert "run dmake" 2014-09-23 21:04:31 +02:00
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 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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
pcrerules.pri
preprocessor.cpp Add TODO testcase for #5738. Refactoring: add some const 2015-05-25 08:20:14 +02:00
preprocessor.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 Ticket #6708: Check that a function name is not a reserved keyword in SymbolDatabase::isFunction instead of later. 2015-05-26 00:28:08 +02:00
symboldatabase.h Ticket #6708: Check that a function name is not a reserved keyword in SymbolDatabase::isFunction instead of later. 2015-05-26 00:28:08 +02:00
templatesimplifier.cpp Running astyle, no functional changes. 2015-05-29 19:15:41 +02:00
templatesimplifier.h #6715 segmentation fault (invalid code) in TemplateSimplifier::hasComplicatedSyntaxErrorsInTemplates. Harden TemplateSimplifier::hasComplicatedSyntaxErrorsInTemplates() 2015-05-28 21:38:20 +02:00
timer.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
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 #6560 (ValueFlow: handling ternary operator better in valueFlowSubFunction) 2015-05-24 17:02:00 +02:00
token.h Fixed #6560 (ValueFlow: handling ternary operator better in valueFlowSubFunction) 2015-05-24 17:02:00 +02:00
tokenize.cpp #6732 segmentation fault (invalid code) in Tokenizer::simplifyEmptyNamespaces. Add testcase, segfault seems to have been fixed by previous commit. Run astyle 2015-06-01 13:46:13 +02:00
tokenize.h Support C++14 [[deprecated]] 2015-05-10 12:36:28 +02:00
tokenlist.cpp #6706 segmentation fault (invalid code) in tokenlist::compilePrecedence3. Local fix to prevent acess to NULL-token 2015-05-27 21:39:31 +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 Ticket #6713: Properly detect ternary operator in valueFlowForward. 2015-05-30 20:55:36 +02: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 Set version to 1.69.99/1.70 dev 2015-05-03 08:15:13 +02:00
version.rc