.. |
CMakeLists.txt
|
CMake: Find header in externals, e.g. externals/picojson.h
|
2019-04-22 18:52:02 +02:00 |
analyzerinfo.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Make the code a bit more robust
|
2019-07-29 20:57:16 +02:00 |
astutils.h
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
check.cpp
|
Safe checks: Clarify a warning message
|
2019-07-25 17:19:51 +02:00 |
check.h
|
Safe checks: Clarify a warning message
|
2019-07-25 17:19:51 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Switch to use lifetime analysis for iterators and pointers to invalid containers
|
2019-07-18 10:56:44 +02:00 |
checkautovariables.h
|
Fix issue 3695: Handle class pointers
|
2019-07-07 10:16:19 +02:00 |
checkbool.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Refactoring: Use enum class
|
2019-07-16 10:51:26 +02:00 |
checkbufferoverrun.h
|
Fix Cppcheck warnings
|
2019-06-15 13:01:45 +02:00 |
checkclass.cpp
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
checkclass.h
|
Replace 'unsigned' with 'nonneg' in checkclass
|
2019-07-16 09:03:45 +02:00 |
checkcondition.cpp
|
Replace 'unsigned' with 'nonneg' in checkcondition
|
2019-07-16 08:21:25 +02:00 |
checkcondition.h
|
Replace 'unsigned' with 'nonneg' in checkcondition
|
2019-07-16 08:21:25 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
Replace 'unsigned' with 'nonneg' in checkfunctions
|
2019-07-16 08:49:02 +02:00 |
checkfunctions.h
|
Replace 'unsigned' with 'nonneg' in checkfunctions
|
2019-07-16 08:49:02 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
checkio.cpp: Fix forgotten "nonneg" change which breaks build
|
2019-07-16 09:30:36 +02:00 |
checkio.h
|
replace 'unsigned' with 'nonneg' in checkio
|
2019-07-16 08:37:26 +02:00 |
checkleakautovar.cpp
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
checkleakautovar.h
|
Replace 'unsigned' with 'nonneg' in checkleakautovar
|
2019-07-16 08:54:21 +02:00 |
checkmemoryleak.cpp
|
Fix FP leakVarNotUsed with freopen() and stdin (#2034)
|
2019-07-25 21:09:23 +02:00 |
checkmemoryleak.h
|
Use library for memleak checks (#2002)
|
2019-07-22 10:37:36 +02:00 |
checknullpointer.cpp
|
Improve diagnostics with null smart pointers (#1805)
|
2019-04-26 11:30:09 +02:00 |
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fix issue 9231: FP constParameter - argument passed parent ctor (#2032)
|
2019-07-24 20:59:58 +02:00 |
checkother.h
|
Add check for const variables
|
2019-07-24 09:59:01 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fix FP when using a pointer to a container (#2029)
|
2019-07-24 00:04:49 +02:00 |
checkstl.h
|
Switch to use lifetime analysis for iterators and pointers to invalid containers
|
2019-07-18 10:56:44 +02:00 |
checkstring.cpp
|
Overlapping sprintf, improve handling of casts (#1945)
|
2019-07-05 12:27:39 +02:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
Safe checks: Clarify a warning message
|
2019-07-25 17:19:51 +02:00 |
checktype.h
|
Fixed #9230 (Improve check: integer conversion overflow in return)
|
2019-07-24 16:17:52 +02:00 |
checkuninitvar.cpp
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
checkuninitvar.h
|
Mark members and arguments with 'nonneg'
|
2019-07-14 12:22:33 +02:00 |
checkunusedfunctions.cpp
|
Fixed #8580 (False positive: unused function (lambda))
|
2019-04-27 17:17:51 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
sync (#1835)
|
2019-05-17 09:31:41 +02:00 |
cppcheck.cpp
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
Increase Windows stack size to 8M (#1998)
|
2019-07-15 12:39:58 +02:00 |
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
Mark members and arguments with 'nonneg'
|
2019-07-14 12:22:33 +02:00 |
ctu.h
|
Convert InvalidValueType to enum class
|
2019-07-31 22:56:16 +02:00 |
errorlogger.cpp
|
fix crash in daca gcc-avr from intentional bad instantiation test (#1994)
|
2019-07-15 12:41:06 +02:00 |
errorlogger.h
|
fix crash in daca gcc-avr from intentional bad instantiation test (#1994)
|
2019-07-15 12:41:06 +02:00 |
importproject.cpp
|
astyle formatting
|
2019-07-24 08:22:12 +02:00 |
importproject.h
|
…
|
|
lib.pri
|
dmake: Fix check of last header file in lib.pri (#2045)
|
2019-07-27 09:45:04 +02:00 |
library.cpp
|
Modernize: Use enum class for Library::Action and Library::Yield
|
2019-07-17 11:39:30 +02:00 |
library.h
|
Refactoring: Convert enum Direction to enum class
|
2019-08-01 20:56:02 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Modernize: use enum class
|
2019-07-17 10:43:18 +02:00 |
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
|
Mark members and arguments with 'nonneg'
|
2019-07-14 12:22:33 +02:00 |
preprocessor.cpp
|
Add missing include
|
2019-05-09 06:55:36 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
settings.h
|
GUI: Better settings for extended safe checks
|
2019-07-23 11:54:38 +02:00 |
standards.h
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
suppressions.cpp
|
Fix Cppcheck warning: Suppressions::dump can be const
|
2019-06-29 07:53:32 +02:00 |
suppressions.h
|
Fix Cppcheck warning: Suppressions::dump can be const
|
2019-06-29 07:53:32 +02:00 |
symboldatabase.cpp
|
SymbolDatabase: Improved matchParameter for containers
|
2019-08-03 10:10:40 +02:00 |
symboldatabase.h
|
SymbolDatabase: Improved matchParameter for containers
|
2019-08-03 10:10:40 +02:00 |
templatesimplifier.cpp
|
Fix #9246 (Syntax error on C++ code) (#2061)
|
2019-08-03 08:15:06 +02:00 |
templatesimplifier.h
|
Fix issue 9211: No error on divide by zero outside template instatiation
|
2019-07-18 14:55:30 +02:00 |
timer.cpp
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
timer.h
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
token.cpp
|
Fix some bugs in new Scope Calculation code (#2060)
|
2019-08-02 19:55:08 +02:00 |
token.h
|
std.cfg: Added *experimental* support for math constants liken M_PI. These are *NOT* standard, but they are supported by GCC/Clang and VS.
|
2019-07-31 11:11:01 +02:00 |
tokenize.cpp
|
Fixed #9137 (Tokenizer: Wrong handling of volatile pointer)
|
2019-08-03 12:28:50 +02:00 |
tokenize.h
|
Calculate token scopes in advance rather than as the tokenlist is iterated (#2038)
|
2019-07-31 09:19:27 +02:00 |
tokenlist.cpp
|
Replace 'unsigned' with 'nonneg'
|
2019-07-17 10:14:25 +02:00 |
tokenlist.h
|
Replace 'unsigned' with 'nonneg'
|
2019-07-17 10:14:25 +02:00 |
utils.h
|
Split up Cppcheck attribute. low and high values can be specified separately and they can be used for variables also.
|
2019-07-24 15:08:26 +02:00 |
valueflow.cpp
|
Refactoring: Convert enums to enum classes
|
2019-08-02 21:14:29 +02:00 |
valueflow.h
|
Safe checks: Clarify a warning message
|
2019-07-25 17:19:51 +02:00 |
version.h
|
Set version to 1.88.99/1.89 dev
|
2019-07-02 20:59:52 +02:00 |
version.rc
|
…
|
|