.. |
CMakeLists.txt
|
CMake: Find header in externals, e.g. externals/picojson.h
|
2019-04-22 18:52:02 +02:00 |
analyzerinfo.cpp
|
Fixed 2 Cppcheck warnings
|
2019-05-04 11:58:03 +02:00 |
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Fix #9130 (FP memory leak with NULL pointer cast) (#1839)
|
2019-05-18 06:22:25 +02:00 |
astutils.h
|
Fix issue 9006: False positive: Return value of function std::move() is not used.
|
2019-04-15 06:37:27 +02:00 |
check.cpp
|
…
|
|
check.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkautovariables.cpp
|
Fix issue 9077: False positive: Returning pointer to local variable (#1821)
|
2019-05-05 11:40:59 +02:00 |
checkautovariables.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkbool.cpp
|
Fix #9128 (FP in return non bool with class declared in function) (#1830)
|
2019-05-14 08:56:28 +02:00 |
checkbool.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkbufferoverrun.cpp
|
Fixed #9112 (false positive: (error) Array index out of bounds; buffer 'x' is accessed at offset n.)
|
2019-05-01 13:00:14 +02:00 |
checkbufferoverrun.h
|
Buffer overflow: Add CTU checking for pointer arithmetic overflows
|
2019-04-03 06:43:56 +02:00 |
checkclass.cpp
|
Fixed #9045 (FP operatorEqRetRefThis - recent regression)
|
2019-05-20 21:30:20 +02:00 |
checkclass.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkcondition.cpp
|
Fix issue 9103: False positive duplicateConditionAssign (#1808)
|
2019-04-26 12:30:41 +02:00 |
checkcondition.h
|
astyle formatting
|
2019-04-18 20:21:00 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkfunctions.cpp
|
Fix false positive with ignoredReturnValue with std::move (#1809)
|
2019-04-26 12:22:31 +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
|
Set wchar_t type (#1807)
|
2019-05-01 16:34:28 +02:00 |
checkio.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkleakautovar.cpp
|
CheckLeakAutoVar: Use Library::isSmartPointer()
|
2019-04-24 15:35:47 +02:00 |
checkleakautovar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkmemoryleak.cpp
|
Fixed #8848 (False positive memory leak if locally defined type returns a new pointer)
|
2019-04-22 17:37:41 +02:00 |
checkmemoryleak.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checknullpointer.cpp
|
Improve diagnostics with null smart pointers (#1805)
|
2019-04-26 11:30:09 +02:00 |
checknullpointer.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkother.cpp
|
astyle formatting
|
2019-05-21 10:43:33 +02:00 |
checkother.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checksizeof.cpp
|
…
|
|
checksizeof.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkstl.cpp
|
CheckStl: Modernize the recommendations. string::starts_with is more intuitive than string::compare
|
2019-05-05 10:35:44 +02:00 |
checkstl.h
|
Add check for unnecessary search before insertion
|
2019-05-02 11:04:23 +02: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
|
Set wchar_t type (#1807)
|
2019-05-01 16:34:28 +02: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
|
Fixed #8580 (False positive: unused function (lambda))
|
2019-04-27 17:17:51 +02:00 |
checkunusedfunctions.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
config.h
|
sync (#1835)
|
2019-05-17 09:31:41 +02:00 |
cppcheck.cpp
|
Fix and test syntaxError suppression
|
2019-05-01 11:54:13 +02:00 |
cppcheck.h
|
test/cli: execute addon
|
2019-04-14 15:00:03 +02:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
Add missing include
|
2019-05-09 06:55:36 +02:00 |
ctu.h
|
CheckBufferOverrun: Add CTU analysis
|
2019-03-23 08:36:10 +01:00 |
errorlogger.cpp
|
Add missing line feed to the generated plist output (#1792)
|
2019-04-08 18:09:18 +02:00 |
errorlogger.h
|
…
|
|
importproject.cpp
|
Fixed Cppcheck shadowVar warning
|
2019-04-30 20:19:21 +02:00 |
importproject.h
|
analyzing one vs config (first debug config that matches platform)
|
2019-04-13 20:01:40 +02:00 |
lib.pri
|
…
|
|
library.cpp
|
Add check for unnecessary search before insertion
|
2019-05-02 11:04:23 +02:00 |
library.h
|
Add check for unnecessary search before insertion
|
2019-05-02 11:04:23 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
Fixed #error in self check when __CPPCHECK__ is defined
|
2019-04-30 20:31:46 +02:00 |
path.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
preprocessor.cpp
|
Add missing include
|
2019-05-09 06:55:36 +02:00 |
preprocessor.h
|
Renamed private member file0
|
2018-06-17 09:06:16 +02:00 |
settings.cpp
|
Only check unused templates if that is configured
|
2019-05-05 14:40:30 +02:00 |
settings.h
|
test/cli: execute addon
|
2019-04-14 15:00:03 +02:00 |
standards.h
|
CheckStl: Modernize the recommendations. string::starts_with is more intuitive than string::compare
|
2019-05-05 10:35:44 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Fix issue 8993: False positive duplicateCondition related to auto (#1831)
|
2019-05-14 08:57:36 +02:00 |
symboldatabase.h
|
Add check for unnecessary search before insertion
|
2019-05-02 11:04:23 +02:00 |
templatesimplifier.cpp
|
Fix issue 9109: Syntax error for valid C++ code
|
2019-05-24 10:44:08 +02:00 |
templatesimplifier.h
|
template simplifier: fix instantiation of variadic template with no arguments (#1848)
|
2019-05-23 20:53:26 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
lib: Separate statements of the form "assert(a && b)" into "assert(a)" and "assert(b)", for more precise diagnostics. (#1825)
|
2019-05-07 10:28:31 +02:00 |
token.h
|
astyle formatting
|
2019-05-05 11:41:29 +02:00 |
tokenize.cpp
|
astyle formatting
|
2019-05-21 10:43:33 +02:00 |
tokenize.h
|
Fix Cppcheck passedByValue warning
|
2019-04-28 07:58:47 +02:00 |
tokenlist.cpp
|
Fixed #9127 (ast: wrong ast after using and template instantiation)
|
2019-05-12 17:24:42 +02:00 |
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
sync (#1835)
|
2019-05-17 09:31:41 +02:00 |
valueflow.h
|
Fix issue 9077: False positive: Returning pointer to local variable (#1821)
|
2019-05-05 11:40:59 +02:00 |
version.h
|
…
|
|
version.rc
|
…
|
|