.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
astutils.h
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
check.cpp
|
Updated copyright year
|
2019-09-01 11:49:43 +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
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
checkautovariables.h
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
checkbool.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Remove useless check introduced by 717aa826d8 (#2130)
|
2019-09-01 09:53:45 +02:00 |
checkclass.h
|
Renamed safeClassRefMember => unsafeClassRefMember
|
2019-08-13 20:58:31 +02:00 |
checkcondition.cpp
|
Fix issue 9277: FP: Dont warn for knwon conditions in if constexpr (#2085)
|
2019-08-16 07:56:39 +02:00 |
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
memleak: Fixed false negative for sample
|
2019-08-18 19:45:39 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
leakNoReturnVar: Don't break early (#2095)
|
2019-08-23 06:33:00 +02:00 |
checkmemoryleak.h
|
Memleak: Refactor check to separate function (#2079)
|
2019-08-13 13:00:59 +02:00 |
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fixed a typo in lib/checkother.cpp. Corrected spelling errors found by codespell. (#2170)
|
2019-09-11 19:21:38 +02:00 |
checkother.h
|
Created redundantInitialization id
|
2019-08-25 09:45:39 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
checkstl.h
|
Fix issue 4845: alias to vector element invalid after vector is changed (#2113)
|
2019-09-02 06:58:09 +02:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
Fix issue 9306: Adjust shiftTooManyBitsSigned for C++14 (#2127)
|
2019-08-31 07:40:57 +02:00 |
checktype.h
|
Clarify signConversion warning message
|
2019-08-05 12:41:08 +02:00 |
checkuninitvar.cpp
|
Fix issue 8785: ValueFlow: Track pointer alias
|
2019-09-03 17:16:15 +02:00 |
checkuninitvar.h
|
Fix issue 8785: ValueFlow: Track pointer alias
|
2019-09-03 17:16:15 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed #9234 (FP unreadVariable - assignment via iterator)
|
2019-08-04 10:21:16 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Fixed #9260 (--template=gcc does not work correctly with -j)
|
2019-08-18 16:33:32 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
CTU: Add 'column'
|
2019-09-12 10:46:33 +02:00 |
ctu.h
|
CTU: Add 'column'
|
2019-09-12 10:46:33 +02:00 |
errorlogger.cpp
|
Fixed #9260 (--template=gcc does not work correctly with -j)
|
2019-08-18 16:33:32 +02:00 |
errorlogger.h
|
Fixed #9260 (--template=gcc does not work correctly with -j)
|
2019-08-18 16:33:32 +02:00 |
importproject.cpp
|
Import project: Ignoring paths better
|
2019-09-12 09:32:24 +02:00 |
importproject.h
|
astyle formatting
|
2019-08-12 12:54:25 +02:00 |
lib.pri
|
Dmake cleanups (#2077)
|
2019-08-14 20:53:51 +02:00 |
library.cpp
|
Compiling/Installing : The CFGDIR parameter was removed. Use FILESDIR instead.
|
2019-08-17 10:53:07 +02:00 |
library.h
|
Use library to track container lifetimes
|
2019-08-15 21:14:54 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Modernize: use enum class
|
2019-07-17 10:43:18 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
platform.h
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
preprocessor.cpp
|
Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column'
|
2019-08-18 12:19:05 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
settings.h
|
Fixed linker errors on Windows
|
2019-09-01 14:44:03 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
symboldatabase.h
|
Fix issue 9207: Not detected 'always true' and unreachable code
|
2019-08-08 07:46:47 +02:00 |
templatesimplifier.cpp
|
template simplifier: ignore alias template definitions with syntax errors (#2169)
|
2019-09-11 19:31:15 +02:00 |
templatesimplifier.h
|
template simplifier: ignore friend templates (#2122)
|
2019-09-01 09:56:33 +02:00 |
timer.cpp
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
timer.h
|
Convert SHOWTIME_MODES to enum class
|
2019-07-31 22:35:51 +02:00 |
token.cpp
|
Fix issue 9311: False positive duplicateCondition "same if condition" with pointer inside array of struct (#2166)
|
2019-09-10 19:41:35 +02:00 |
token.h
|
make ellipsis ... a single token (#2143)
|
2019-09-04 08:07:30 +02:00 |
tokenize.cpp
|
make ellipsis ... a single token (#2143)
|
2019-09-04 08:07:30 +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
|
Fix issue 9340: AST broken: endless recursion from '{' (#2161)
|
2019-09-09 21:35:49 +02:00 |
tokenlist.h
|
template simplifier: fix new daca crashes (#2093)
|
2019-08-17 07:38:07 +02:00 |
utils.h
|
Updated copyright year
|
2019-09-01 11:49:43 +02:00 |
valueflow.cpp
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
valueflow.h
|
Track lifetime across multiple returns
|
2019-09-11 19:25:09 +02:00 |
version.h
|
Set version to 1.89.99/1.90 dev
|
2019-09-02 15:44:40 +02:00 |
version.rc
|
…
|
|