.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
|
2019-08-30 18:32:45 +02:00 |
astutils.h
|
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
|
2019-08-30 18:32:45 +02:00 |
check.cpp
|
…
|
|
check.h
|
Safe checks: Clarify a warning message
|
2019-07-25 17:19:51 +02:00 |
check64bit.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Fix issue 9275: False positive: Non-local object uses local variable (#2084)
|
2019-08-14 20:09:33 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
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
|
Replace 'unsigned' with 'nonneg' in checkcondition
|
2019-07-16 08:21:25 +02: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
|
…
|
|
checkfunctions.h
|
Replace 'unsigned' with 'nonneg' in checkfunctions
|
2019-07-16 08:49:02 +02:00 |
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
|
Replace 'unsigned' with 'nonneg' in checkleakautovar
|
2019-07-16 08:54:21 +02:00 |
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
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkother.cpp
|
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
|
2019-08-30 18:32:45 +02:00 |
checkother.h
|
Created redundantInitialization id
|
2019-08-25 09:45:39 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Update Copyright
|
2019-06-29 07:49:14 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
STL: Fixed outOfBounds false positive
|
2019-08-24 15:40:29 +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
|
Checkstring fixes (#1783)
|
2019-04-06 06:54:38 +02:00 |
checktype.cpp
|
Fix issue 9306: Adjust shiftTooManyBitsSigned for C++14 (#2127)
|
2019-08-31 07:40:57 +02:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Fix issue 9305: False positive uninitvar - struct initialized via function (#2123)
|
2019-08-30 18:32:45 +02:00 |
checkuninitvar.h
|
astyle formatting
|
2019-08-15 10:46:16 +02:00 |
checkunusedfunctions.cpp
|
Fixed #8580 (False positive: unused function (lambda))
|
2019-04-27 17:17:51 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
Disable all simplified checks
|
2019-03-16 09:17:50 +01:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
sync (#1835)
|
2019-05-17 09:31:41 +02:00 |
cppcheck.cpp
|
Fixed #9260 (--template=gcc does not work correctly with -j)
|
2019-08-18 16:33:32 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.natvis
|
Fixed Visual Studio Natvis file after recent refactoring (#1299)
|
2018-07-09 08:27:26 +02:00 |
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column'
|
2019-08-18 12:19:05 +02:00 |
ctu.h
|
…
|
|
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
|
…
|
|
importproject.h
|
…
|
|
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
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
path.cpp
|
…
|
|
path.h
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
pathmatch.cpp
|
…
|
|
pathmatch.h
|
Updated copyright year
|
2018-10-13 18:20:31 +02:00 |
pcrerules.pri
|
pro and pri files: remove unneeded empty lines, use spaces for consistency
|
2012-10-12 17:46:57 +02:00 |
platform.cpp
|
Compiling/Installing : The CFGDIR parameter was removed. Use FILESDIR instead.
|
2019-08-17 10:53:07 +02:00 |
platform.h
|
…
|
|
preprocessor.cpp
|
Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column'
|
2019-08-18 12:19:05 +02:00 |
preprocessor.h
|
Renamed private member file0
|
2018-06-17 09:06:16 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Fix issue 9304: boolean type of ternary (#2131)
|
2019-09-01 09:51:53 +02:00 |
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
template simplifier: fix syntax error false positive (an expression can't be a template) (#2115)
|
2019-08-27 06:37:58 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization)
|
2019-08-24 14:43:35 +02:00 |
token.h
|
Refactoring: Rename variables. Do not use leading _. Renamed 'col' to 'column'
|
2019-08-18 12:19:05 +02:00 |
tokenize.cpp
|
Fix issue with __declspec and final (#2107)
|
2019-08-23 06:43:02 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
TokenList::insertTokens: copy column also
|
2019-08-20 20:53:44 +02:00 |
tokenlist.h
|
template simplifier: fix new daca crashes (#2093)
|
2019-08-17 07:38:07 +02:00 |
utils.h
|
…
|
|
valueflow.cpp
|
Fix issue 9202: False positive: std::array, size is a constant (#2132)
|
2019-09-01 09:44:34 +02:00 |
valueflow.h
|
Fix FP: Unitialized variable when using a pointer
|
2019-08-17 07:36:41 +02:00 |
version.h
|
Set version to 1.88.99/1.89 dev
|
2019-07-02 20:59:52 +02:00 |
version.rc
|
…
|
|