cppcheck/lib
PKEuS ecb9d87e42 Fixed false positive: Bailout in checkuninitvar.cpp if setjmp is found 2015-01-21 16:49:34 +01:00
..
check.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check.h
check64bit.cpp Fixed #6422 (symbol database: put function flags into a single flag variable) 2015-01-08 05:45:31 +01:00
check64bit.h
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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.h
checkbool.cpp Make patterns compilable (mini refactoring) 2015-01-09 23:43:45 +01:00
checkbool.h
checkboost.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkboost.h
checkbufferoverrun.cpp Clean up redundant pointer operations 2015-01-17 16:29:50 +01:00
checkbufferoverrun.h
checkclass.cpp Clean up redundant pointer operations 2015-01-17 16:29:50 +01:00
checkclass.h
checkcondition.cpp Fixed #6422 (symbol database: put function flags into a single flag variable) 2015-01-08 05:45:31 +01:00
checkcondition.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkexceptionsafety.cpp Refactorization: 2015-01-09 20:18:09 +01:00
checkexceptionsafety.h Refactorization: 2015-01-09 20:18:09 +01:00
checkinternal.cpp
checkinternal.h
checkio.cpp CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkio.h CheckIO: only report warnings when --enable=warning has been used 2015-01-06 15:08:25 +01:00
checkleakautovar.cpp Move to global variables to file scope 2015-01-11 12:37:11 +01:00
checkleakautovar.h
checkmemoryleak.cpp Clean up redundant pointer operations 2015-01-17 16:29:50 +01:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Make patterns compilable (mini refactoring) 2015-01-09 23:43:45 +01:00
checknullpointer.h
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h
checkother.cpp Add new "style" check to catch redundant pointer operations 2015-01-18 00:34:07 +01:00
checkother.h Add new "style" check to catch redundant pointer operations 2015-01-18 00:34:07 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checksizeof.cpp CheckSizeof: only report warnings when --enable=warning has been used 2015-01-06 15:20:42 +01:00
checksizeof.h
checkstl.cpp Fixed GCC warnings in checkstl.cpp 2015-01-04 14:32:20 +01:00
checkstl.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstring.cpp Fixed #6415 - FP stringCompare memcmp(ptr, ptr+offset, length). 2015-01-07 08:30:05 +01:00
checkstring.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checktype.cpp
checktype.h
checkuninitvar.cpp Fixed false positive: Bailout in checkuninitvar.cpp if setjmp is found 2015-01-21 16:49:34 +01:00
checkuninitvar.h Refactorization: Made checkUninitVar::isVariableUsage() non-static 2015-01-21 13:52:03 +01:00
checkunusedfunctions.cpp Unused function check: Fix detection of func.usedOtherFile 2015-01-07 11:29:37 +01:00
checkunusedfunctions.h
checkunusedvar.cpp Check "var" for null pointer before using it 2015-01-18 13:02:58 +01:00
checkunusedvar.h
checkvaarg.cpp
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
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 Uninitialized variables: bailout when ({..}) are used to avoid fp. it can be handled better. 2015-01-06 07:44:04 +01:00
executionpath.h
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +02:00
library.cpp Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions 2015-01-10 22:18:57 +01:00
library.h Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions 2015-01-10 22:18:57 +01:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
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 Improved detection of Type::needInitialization: 2015-01-21 10:34:58 +01:00
symboldatabase.h Use unsigned int for all flags 2015-01-17 16:46:05 +01:00
templatesimplifier.cpp Fix segfault in template simplifier 2015-01-18 01:43:43 +01:00
templatesimplifier.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
timer.cpp
timer.h
token.cpp Verbose AST dump: Show if token is expanded from macro 2015-01-17 23:20:52 +01:00
token.h Refactorization: 2015-01-09 20:18:09 +01:00
tokenize.cpp * Added Clang-related flag to gui.pro 2015-01-20 19:20:00 +01:00
tokenize.h Tokenizer: Remove macro in class declaration like 'class DLLEXPORT Fred {}' to be able to handle the class better later 2015-01-17 07:42:49 +01:00
tokenlist.cpp tokenlist::createAst(); should not be const. 2015-01-20 11:22:22 +01:00
tokenlist.h tokenlist::createAst(); should not be const. 2015-01-20 11:22:22 +01:00
valueflow.cpp Library: More strict matching of functions 2015-01-08 19:31:41 +01:00
valueflow.h
version.h
version.rc