.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
Buffer overflow: Add CTU checking for pointer arithmetic overflows
|
2019-04-03 06:43:56 +02:00 |
analyzerinfo.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
astutils.cpp
|
Fixed slow checking in FwdAnalysis
|
2019-03-30 14:22:24 +01:00 |
astutils.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
check.cpp
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
check.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
check64bit.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
check64bit.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkassert.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkassert.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkautovariables.cpp
|
Fix issue 8996: False positive duplicateCondition
|
2019-03-19 06:25:10 +01:00 |
checkautovariables.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkbool.cpp
|
Rewrite CheckBool::checkAssignBoolToPointer to use ValueType
|
2019-03-09 19:15:06 +01:00 |
checkbool.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkboost.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
checkboost.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkbufferoverrun.cpp
|
Fix CheckInternal warnings (#1790)
|
2019-04-06 06:55:46 +02:00 |
checkbufferoverrun.h
|
Buffer overflow: Add CTU checking for pointer arithmetic overflows
|
2019-04-03 06:43:56 +02:00 |
checkclass.cpp
|
Fixed #8988 (False positive: using memset on struct)
|
2019-04-01 19:32:03 +02:00 |
checkclass.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkcondition.cpp
|
Fixed a crash on garbage code. The test input was found by afl_cppcheck (type2). Unforunately, the cppcheck-fuzzer-client was crashing only when executing the binary input from afl-fuzz. Using the translated-input (C-code) did not lead to crash. I tested it with activated address/undefined behaviour sanitizer as well as non-instrumented source code. Since the translated output is too long (164 lines), i will not add it the testgarbage.cpp.
|
2019-04-07 13:27:33 +02:00 |
checkcondition.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkexceptionsafety.cpp
|
Refactoring; Use range for loops
|
2018-07-14 09:49:03 +02:00 |
checkexceptionsafety.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkfunctions.cpp
|
Fix false positive: Invalid string argument with array (#1439)
|
2018-10-19 07:48:47 +02:00 |
checkfunctions.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkinternal.cpp
|
CheckInternal: Extend redundant null pointer check before Token::Match() (#1789)
|
2019-04-06 07:44:44 +02:00 |
checkinternal.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkio.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkio.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkleakautovar.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkleakautovar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkmemoryleak.cpp
|
Fix CheckInternal warnings (#1790)
|
2019-04-06 06:55:46 +02:00 |
checkmemoryleak.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checknullpointer.cpp
|
CheckBufferOverrun: Add CTU analysis
|
2019-03-23 08:36:10 +01:00 |
checknullpointer.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkother.cpp
|
Fix CheckInternal warnings (#1790)
|
2019-04-06 06:55:46 +02:00 |
checkother.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkpostfixoperator.cpp
|
Refactoring: Use ranged for loop
|
2018-07-13 16:50:12 +02:00 |
checkpostfixoperator.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checksizeof.cpp
|
sizeof: write inconclusive warning if calculation in sizeof is done indirectly by macro
|
2019-02-26 21:06:44 +01:00 |
checksizeof.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkstl.cpp
|
STL: Better out of bounds checking for empty containers when index is unknown
|
2019-03-29 15:20:17 +01:00 |
checkstl.h
|
Clarify STL out of bounds warning message
|
2019-03-29 11:13:25 +01:00 |
checkstring.cpp
|
Checkstring fixes (#1783)
|
2019-04-06 06:54:38 +02:00 |
checkstring.h
|
Checkstring fixes (#1783)
|
2019-04-06 06:54:38 +02:00 |
checktype.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checktype.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkuninitvar.cpp
|
CheckBufferOverrun: Add CTU analysis
|
2019-03-23 08:36:10 +01:00 |
checkuninitvar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkunusedfunctions.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkunusedfunctions.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkunusedvar.cpp
|
Unused struct member: Fix FPs seen in daca@home results for template structs
|
2019-03-06 20:51:48 +01:00 |
checkunusedvar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkvaarg.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkvaarg.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
config.h
|
Travis: Enable missingOverride checker
|
2019-01-13 12:21:01 +01:00 |
cppcheck.cpp
|
Addons: Add same handling in Windows as in Linux
|
2019-04-07 19:53:34 +02:00 |
cppcheck.h
|
Addons: Adding support in Cppcheck CLI to execute addons
|
2019-04-07 17:01:59 +02:00 |
cppcheck.natvis
|
Fixed Visual Studio Natvis file after recent refactoring (#1299)
|
2018-07-09 08:27:26 +02:00 |
cppcheck.vcxproj
|
Add ctu sources to VS projects
|
2018-12-27 22:11:40 +01:00 |
cppcheck.vcxproj.filters
|
Add ctu sources to VS projects
|
2018-12-27 22:11:40 +01:00 |
ctu.cpp
|
CheckBufferOverrun: Better CTU checking when variable address is passed
|
2019-03-23 15:57:17 +01:00 |
ctu.h
|
CheckBufferOverrun: Add CTU analysis
|
2019-03-23 08:36:10 +01:00 |
errorlogger.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
errorlogger.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
importproject.cpp
|
Addons: Adding support in Cppcheck CLI to execute addons
|
2019-04-07 17:01:59 +02:00 |
importproject.h
|
ImportProject: Import excluded paths properly
|
2019-04-07 12:31:52 +02:00 |
lib.pri
|
CTU: Refactoring
|
2018-12-25 21:11:23 +01:00 |
library.cpp
|
library.cpp: optimized Library::detectContainer() (#1778)
|
2019-04-06 06:42:01 +02:00 |
library.h
|
library.cpp: optimized Library::detectContainer() (#1778)
|
2019-04-06 06:42:01 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
mathlib.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
path.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
path.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
pathmatch.cpp
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pathmatch.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
Fix Cppcheck error message
|
2018-10-20 15:28:34 +02:00 |
preprocessor.cpp
|
Optimization: Library does not need to store "#define " substring for each define
|
2019-02-28 22:34:26 +01:00 |
preprocessor.h
|
Renamed private member file0
|
2018-06-17 09:06:16 +02:00 |
settings.cpp
|
Removed '--experimental-fast' flag
|
2019-03-17 08:19:56 +01:00 |
settings.h
|
Addons: Adding support in Cppcheck CLI to execute addons
|
2019-04-07 17:01:59 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
suppressions.h
|
suppressions: Avoid duplicate comparison.
|
2018-10-04 17:13:11 +02:00 |
symboldatabase.cpp
|
debug warnings; report missing type for auto tokens
|
2019-03-31 17:38:00 +02:00 |
symboldatabase.h
|
Array index: Checking array index out of bounds for dynamic buffers
|
2019-03-17 13:09:15 +01:00 |
templatesimplifier.cpp
|
template simplifier: add minimal template template support (#1779)
|
2019-04-04 06:07:49 +02:00 |
templatesimplifier.h
|
Fixed #9040 (Type alias 'BOOL' declared with 'using' keyword breaks type detection) (#1759)
|
2019-03-26 07:09:56 +01:00 |
timer.cpp
|
Rename private member variables
|
2018-06-17 17:20:16 +02:00 |
timer.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
token.cpp
|
Handle prefixed strings and characters in Token (#1742)
|
2019-03-18 06:18:25 +01:00 |
token.h
|
Handle prefixed strings and characters in Token (#1742)
|
2019-03-18 06:18:25 +01:00 |
tokenize.cpp
|
Unused templates: Remove unused template function with variadic arguments
|
2019-04-07 08:37:04 +02:00 |
tokenize.h
|
Fix wrong syntax error
|
2019-03-31 09:34:19 +02:00 |
tokenlist.cpp
|
Changed AST for variable declarations with initializations
|
2019-03-09 19:09:15 +01:00 |
tokenlist.h
|
Run simplifyPlatformTypes on library return types (#1672)
|
2019-02-15 13:29:52 +01:00 |
utils.h
|
Revert "Refactoring endsWith utility function"
|
2018-07-25 16:14:43 +02:00 |
valueflow.cpp
|
Fix CheckInternal warnings (#1790)
|
2019-04-06 06:55:46 +02:00 |
valueflow.h
|
Array index: Checking array index out of bounds for dynamic buffers
|
2019-03-17 13:09:15 +01:00 |
version.h
|
Set version to 1.87.99/1.88 dev
|
2019-02-27 21:30:54 +01:00 |
version.rc
|
…
|
|