cppcheck/lib
Alexander Mai a5a835b1e0 #6771 segmentation fault (invalid code) in SymbolDatabase::SymbolDatabase 2015-06-14 22:18:28 +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
check64bit.h
checkassert.cpp Formatting cleanup, better variable name 2015-04-01 18:23:51 +03:00
checkassert.h
checkautovariables.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkautovariables.h
checkbool.cpp Partial fix for #6656 (Allow that CWE is mapped for error message) 2015-04-25 17:48:11 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed #6668 (False positive bufferAccessOutOfBounds on sprintf() - regression) 2015-06-07 14:01:20 +02:00
checkbufferoverrun.h New check: negative size in array declaration. Ticket #1760 2015-05-03 15:00:47 +02:00
checkclass.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
checkclass.h Reverted 105de8e917, new checker had FPs that need to be fixed. 2015-04-25 15:35:31 +02:00
checkcondition.cpp Fixed compiler warning -Wfloat-equal in template when type is double and there is equality comparison 2015-06-14 20:25:52 +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
checkio.cpp Fix (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope 2015-06-10 21:14:17 +02:00
checkio.h
checkleakautovar.cpp #6767 False positive: memory leak when variable name is 'new'. Fix handling of new in C code. Move some tests for TokenList to new testtokenlist.cpp 2015-06-14 15:49:49 +02:00
checkleakautovar.h
checkmemoryleak.cpp #6753 segmentation fault (invalid code) in CheckMemoryLeakStructMember::checkStructVariable. #6754 segmentation fault (invalid code) in CheckUnusedVar::checkFunctionVariableUsage_iterateScopes. Trivial fixes to avoid null pointer access 2015-06-03 17:17:53 +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
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 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 fixed cppcheck warnings 2015-06-10 19:07:04 +02:00
checkother.h
checkpostfixoperator.cpp
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
checkstl.cpp Fix (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope 2015-06-10 21:14:17 +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 stringLiteralWrite: Updated error message 2015-06-05 14:34:13 +02:00
checkstring.h stringLiteralWrite: Updated error message 2015-06-05 14:34:13 +02:00
checktype.cpp updated style messages 2015-06-01 21:22:47 +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
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp 6755 segmentation fault (invalid code) in Token::isAssignmentOp. #6756 segmentation fault (invalid code) in Tokenizer::simplifyTypedef. Fix two crashes. 2015-06-04 17:46:52 +02:00
checkunusedvar.h
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 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
cppcheck.vcxproj.filters
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
executionpath.h
lib.pri Revert "run dmake" 2014-09-23 21:04:31 +02:00
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 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
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
settings.h
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp #6771 segmentation fault (invalid code) in SymbolDatabase::SymbolDatabase 2015-06-14 22:18:28 +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
timer.h
token.cpp Fix (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope 2015-06-10 21:14:17 +02:00
token.h Fixed #6560 (ValueFlow: handling ternary operator better in valueFlowSubFunction) 2015-05-24 17:02:00 +02:00
tokenize.cpp Fix (potential) multi-threading issues by moving static local vars (non-POD-type) to file scope 2015-06-10 21:14:17 +02:00
tokenize.h #6748 segmentation fault (invalid code) in Tokenizer::simplifyTypedef. Throw error from now (member-function) Tokenizer::processFunc 2015-06-03 08:59:38 +02:00
tokenlist.cpp Refactoring to address some issues from #5895 (handling of unsigned numbers). Also adding a TODO testcase since the real issue (FP) is still not fixed 2015-06-13 18:08:13 +02:00
tokenlist.h
valueflow.cpp Token::strValue: fixed handling of backslash 2015-06-07 11:25:33 +02:00
valueflow.h
version.h Set version to 1.69.99/1.70 dev 2015-05-03 08:15:13 +02:00
version.rc