cppcheck/lib
Alexander Mai d7aa65c1fc #6800 segmentation fault (invalid code) in SymbolDatabase::SymbolDatabase. Fix null pointer access for invalid C code 2015-06-29 19:56:02 +02:00
..
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
check.cpp
check.h
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
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Code cleanup. 2015-06-28 19:27:23 +02:00
checkbufferoverrun.h Fix platform-dependent test result, formatting and crash in whole program analysis 2015-06-28 17:54:48 +02:00
checkclass.cpp
checkclass.h Reverted 105de8e917, new checker had FPs that need to be fixed. 2015-04-25 15:35:31 +02:00
checkcondition.cpp
checkcondition.h
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
checkinternal.cpp Fixed garbage code in checkinternal.cpp 2015-06-18 17:13:46 +02:00
checkinternal.h
checkio.cpp Fix more (potential) multi-threading issues 2015-06-20 22:26:51 +02:00
checkio.h
checkleakautovar.cpp Refactoring: Better distinguish between C and C++ in a few checks. 2015-06-28 16:49:16 +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
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fix more (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope 2015-06-13 16:22:43 +02:00
checknullpointer.h
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp
checkstl.h Fixed false positive #6663: Better support for loops in CheckStl::readingEmptyStlContainer() 2015-05-02 14:09:48 +02:00
checkstring.cpp
checkstring.h
checktype.cpp
checktype.h
checkuninitvar.cpp Refactoring: Better distinguish between C and C++ in a few checks. 2015-06-28 16:49:16 +02:00
checkuninitvar.h
checkunusedfunctions.cpp 2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code. 2015-06-28 18:34:09 +02:00
checkunusedfunctions.h
checkunusedvar.cpp Fix compiler warnings 2015-06-28 18:07:31 +02: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
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h Refactoring: missing include added, (potential) multi-threading issue fixed, expose static method to allow unit testing 2015-06-18 19:07:51 +02:00
executionpath.cpp
executionpath.h
lib.pri
library.cpp
library.h Restore build with libc++ and revert PR#228 and PR#562. 2015-04-12 20:29:49 +02:00
matchcompiler.h Fixed #6716 (Performance: Alternative String Representation in Match Compiler) 2015-06-07 16:21:06 +02:00
mathlib.cpp #6779 internal error: division overflow. Previous error handling (see #4520) was too restrictive. 2015-06-20 23:15:35 +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
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp
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
symboldatabase.h
templatesimplifier.cpp #6792 segmentation fault (invalid code) in TemplateSimplifier::templateParameters. Avoid null pointer access 2015-06-25 20:48:05 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp
token.h
tokenize.cpp Fix platform-dependent test result, formatting and crash in whole program analysis 2015-06-28 17:54:48 +02:00
tokenize.h
tokenlist.cpp
tokenlist.h
utils.h
valueflow.cpp
valueflow.h
version.h
version.rc